/* =============================================================================
   RESETS & DEFAULTS
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; margin-bottom: 1px; overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, section, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
label { cursor: pointer; }
body { line-height: 1; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #c2c2c2; margin: 1em 0; padding: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-color: #f0dddd; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; border-spacing: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after, .clear { clear: both; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
html, body, button, input, select, textarea, th, td { -webkit-font-smoothing: antialiased; }


/* =============================================================================
   LINKS
   ========================================================================== */

a:link, a:visited { color: #0054a6; }
a:hover, a:active, a:focus { color: #9cbc3c; }
a:active, a:hover { outline: 0; }
a:hover img { opacity: 0.8; }

a img { filter: brightness(1.00); }
a:hover img { filter: brightness(1.05); }

/* =============================================================================
   TRANSITIONS
   ========================================================================== */


a, a img, i, button, input, textarea, select, main, #logo, #logo.drop, nav#mobile ul nav, nav a.new:after, nav#mobile.opening, nav#mobile, .open, .expand, footer, nav a::before,
.cols, .item, #home-services *, .hamburger, .hamburger::before, .hamburger::after, li.menu-item-has-children *, .faq dt, .seal-hero, .pum-close, button, html input[type="button"],
input[type="reset"], input[type="submit"], .col, .col.clickable, nav#primary ul ul{
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}


/* =============================================================================
   TYPOGRAPHY

    font-family:'DIN Next W01 Light', sans-serif;
    font-family:'DINNextW01-LightItalic', sans-serif;

    font-family:'DIN Next W01 Regular', sans-serif;
    font-family:'DIN Next W01 Italic', sans-serif;

    font-family:'DIN Next W01 Bold', sans-serif;
    font-family:'DINNextW01-BoldItalic', sans-serif;

    font-family:'DIN Next W01 Medium', sans-serif;
    font-family:'DINNextW01-MediumItalic', sans-serif;

    font-family:'DIN Next W01 Heavy', sans-serif;
    font-family:'DINNextW01-HeavyItalic', sans-serif;

   ========================================================================== */

html, body, button, input, select, textarea, th, td {
  -webkit-font-smoothing: antialiased;
  font-family: 'DIN Next W01 Regular', sans-serif;
  font-size: 18px;
  color: #003677;
}

.gray { color: #737d8a; }
.white { color: #fff; }
.blue { color: #003677; }

h2, h3, h4, h5, h6, p { margin: 0 0 30px 0; }

p { line-height: 1.5; }
#home-section-three p { line-height: 2; }
.centered-section-contents p { margin: 0 0 40px 0; }
.blue-centralarm .centered-section-contents p { margin: 0 0 30px 0; }
.three-cols p, .col-content p {
  font-size: 16px;
  color: #000;
  margin: 0 0 30px 0;
}
.three-cols p:last-child, .col-content p:last-child { margin: 0; }
.page-template-page-landing #top-left-titles p { font-size: 24px; }

h1 {
  font-family: 'DIN Next W01 Light', sans-serif;
  font-size: 60px;
  margin: 0 0 40px 0;
}
.page-template-page-landing #top-left-titles h1 { font-size: 68px; /*72px*/ }

/* #top-left-titles h1 { font-size: 72px; } */
#top-titles h1, #top-left-titles h1, #top-titles h2, #top-left-titles h2, #top-titles h3, #top-left-titles h3 {
  text-shadow: 3px 1px 1px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px 0;
}
.logo-heading {
  margin: 0 0 30px 0;
  font-size: 0;
}

h2 {
  font-family: 'DIN Next W01 Light', sans-serif;
  font-size: 36px;
}
h2 span {
  font-family: 'DIN Next W01 Light', sans-serif;
  color: #6ba9f4;
}
#home-section-five h2 { font-size: 48px; }
.centered-section-contents h2 {
  font-family: 'DIN Next W01 Regular', sans-serif;
  font-size: 40px;
}
.photo-section-dark h2 {
  font-size: 60px;
  margin: 0 auto 180px auto;
}

h3 {
  font-family: 'DIN Next W01 Regular', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.table-container-outer h3, .big-margin-bottom, .page-template-page-landing h3.center {
  text-align: center;
  margin-bottom: 100px;
}
#top-titles h3 { max-width: 500px; }
#top-titles h3, #top-left-titles h3 { line-height: 1.6; }
/* .centered-section-contents h3 { font-family: 'DIN Next W01 Bold', sans-serif; } */
.footer-link-block h3 {
  font-family: 'DIN Next W01 Bold', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 5px 0;
}
#overlay-left h3, #overlay-center h3 a { }
#overlay-left h3 a:hover, #overlay-center h3 a:hover { color: #a7c9fa; }
.three-cols h3, .col-content h3 {
  font-size: 22px;
  color: #000;
}

h4 {
  font-family: 'DIN Next W01 Bold', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
#overlay-right, #overlay-center h4 {
  font-family: 'DIN Next W01 Light', sans-serif;
  text-transform: none;
  line-height: 1.3;
}
#overlay-center h4 { margin: 2rem auto; }

h5 {
  font-family: 'DIN Next W01 Regular', sans-serif;
  font-size: 18px;
}
.centered-section-contents h5 { font-family: 'DIN Next W01 Bold', sans-serif; }

h6 {}

b, strong { font-weight: 600; }
em { font-style: italic; }
abbr[title] { border-bottom: 1px dotted; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   LISTS & BLOCKQUOTES
   ========================================================================== */

ul, ul ul, ol, ol ol, ul ol, ol ul {
  margin: 20px 20px 20px 20px;
  padding: 0 0 0 20px;
}
ul li, ol li { margin: 0 0 10px 0; }
.centered-section-contents ul, .centered-section-contents ul ul { margin-bottom: 40px; }

dl { margin: 1em 0; }
dd { margin: 0 0 0 40px; }

blockquote { margin: 1em 40px; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* =============================================================================
   BASE PAGE ELEMENTS
   ========================================================================== */

html, body {
  height: 100%;
  width: 100%;
}
body { background: #fff; }

.mobile-show { display: none; }

#site-overlay {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
}

#top-container, #header-container, #main-container, #footer-container { position: relative; }

.mobile-show { display: none !important; }
.mobile-hide { display: inherit !important; }
.mobile-hide.two-col-box-photo { display: table-cell !important; }

.col-container {
  display: table;
  width: 100%;
}
#page-container .col-container, #page-container .col-container-narrow { margin: 0 auto; }
#page-container .col-container { width: 1030px; }
#page-container .col-container-narrow { width: 820px; }

.col-row { display: table-row; }

.col-left, .col-right, .side-text {
  display: table-cell;
  position: relative;
  z-index: 3;
}
.col-left, .col-right { vertical-align: top; }
#page-container .col-container .col-left, #page-container .col-container .col-right { width: 50%; }

.center { text-align: center; }

hr.center {
  width: 50px;
  margin: 0 auto 30px auto;
  height: 2px;
  border-top-width: 2px;
}

/* =============================================================================
   POPUP ADJUSTMENT
   ========================================================================== */

.pum-theme-171 .pum-content, .pum-theme-default-theme .pum-content { font-size: 20px; }
.pum-theme-171 .pum-content h5, .pum-theme-default-theme .pum-content h5 {
  color: #1775a8;
  text-transform: uppercase;
  font-size: 24px;
}
.pum-theme-171 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  padding: 6px 10px !important;
  border-radius: 50% !important;
  opacity: 0.7;
}
.pum-theme-171 .pum-content + .pum-close:hover, .pum-theme-default-theme .pum-content + .pum-close:hover { opacity: 1.0; }

.pum-open-overlay.pum-open-scrollable {
  margin-right: 17px;
  position: relative;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] { padding-right: inherit; }
.pum-overlay { transition: all .25s ease-in-out; }

/* =============================================================================
   HEADER
   ========================================================================== */

#header-container {
  background: rgba(0,0,0,0.0);
  width: 100%;
  z-index: 9999;
  top: 0;
  position: fixed;
}
#header-container.shrink {
  background: rgba(0,0,0,0.9);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#header-container, #logo, #header-container.shrink #logo img, .openbtn, .header-contact {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#header-container.shrink #logo { top: 0; }
#header-container.shrink .openbtn, #header-container.shrink .closebtn { top: 0; }
#header-container.shrink .header-contact { top: 20px; }
header#main {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo, .header-contact { padding: 20px; }

#logo {
  z-index: 101;
  max-width: 400px;
}

.header-contact {
  font-family: 'DIN Next W01 Light', sans-serif;
  color: #ededed;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  z-index: 3;
}
.header-contact p { margin: 0; }
.header-contact a {
  color: #ededed;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: 0.020em;
}
.header-contact a:hover { color: #fff; }

/* =============================================================================
   OVERLAY - MAIN NAV AREA
   ========================================================================== */

.overlay {
  background-color: rgba(7, 8, 15, 0.9);
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.5s;
  line-height: 1;
}

.openbtn, .closebtn {
  position: absolute;
  cursor: pointer;
  top: 30px;
  z-index: 3;
}
.openbtn { right: 30px; }
.closebtn { right: -35px; }
.openbtn img, .closebtn img {
  width: 100px;
  height: 90px;
  opacity: 0.8;
}
.closebtn:hover img, .openbtn:hover img { opacity: 1.0; }
#nav-overlay-close {
  margin: 0 auto;
  position: relative;
  top: 0;
  right: 60px;
}

#nav-overlay-contents {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  display: table;
  top: 155px;
  top: 90px;
}
#overlay-center {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #8ab3ed;
}
#overlay-left, #overlay-right {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
#overlay-left div { margin-bottom: 30px; }
#overlay-left ul {
  margin: 0 0 0 35px;
  padding: 0;
  list-style: none;
}
#overlay-left li, #overlay-center li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#overlay-left a, #overlay-center a {
  color: #ccc;
  text-decoration: none;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
#overlay-left a:hover, #overlay-center a:hover { color: #fff; }
#overlay-right { color: #6685b1; }
#overlay-right p {
  line-height: 1.2;
  margin: 0 0 20px 0;
}
#overlay-right p span { font-size: 16px; }
#overlay-right a {
  font-size: 14px;
  text-decoration: none;
  color: #8ab3ed;
}
#overlay-right a:hover { color: #fff; }

.menu-item dl { margin: 0 0 40px 0; }
#overlay-center dl {
  max-width: 180px;
  margin: 2rem auto;
}
#overlay-center dl ul { margin: 0; }
#overlay-center .menu-item dd { padding: 1rem 0 0 0; }
.menu-item dt, .menu-item dd {
  text-align: left;
  margin: 0;
  padding: 0;
}
.menu-item dt {
  background: url(/wp-content/uploads/2017/07/plus.png) 0 0 no-repeat;
  cursor: pointer;
  font-family: 'DIN Next W01 Light', sans-serif;
  font-size: 18px;
  color: #8ab3ed;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 20px;
}
.menu-item dt:hover { color: #fff; }
.menu-item .expanded {
    background: url(/wp-content/uploads/2017/07/minus.png) 0 0 no-repeat;
    padding: 0 0 0 20px;
}
.menu-item dd { padding: 20px 0 30px 0; }

/* =============================================================================
   PRIMARY NAV
   ========================================================================== */

nav#secondary ul ul { z-index: 65; }
.menu-toggle { z-index: 70; }
nav#mobile, .menu-toggle { display: none; }

nav { margin: 0 auto; }
nav ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
nav#primary ul {
  display: flex;
  flex-direction: row;
}
nav li {
  margin: 0;
  padding: 0;
  position: relative;
}
nav li li { display: block; }
nav#primary li a {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 25px;
  text-decoration: none;
  opacity: 0.8;
  display: block;
}
nav#primary li a:hover { opacity: 1.0; }
nav#primary li li { background: rgba(0,0,0,0.8); }
nav#primary li li a:hover { background: rgba(0,0,0,0.9); }
nav#primary .sub-menu li { display: block; }
nav#primary ul ul {
  visibility: hidden;
  opacity: 0;
  top: 40px;
  position: absolute;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
nav#primary.dropdown:hover ul, nav#primary ul li.menu-item-has-children:hover ul {
 visibility: visible;
 top: 45px;
 opacity: 1;
}

.noclick a { cursor: default; }
.noclick li a { cursor: pointer; }

/* =============================================================================
   HERO
   ========================================================================== */

#top-hero {
  background-color: #0c101b;
  z-index: 90;
  height: 100vh;
}
#top-hero, #contact-hero { z-index: 90; }

#contact-hero { background-attachment: fixed; }
#contact-hero .two-cols {
  max-width: 1200px;
  margin-top: 100px;
}
#contact-hero .two-cols, #contact-hero .two-cols a { color: rgba(255,255,255,0.8); }
#contact-hero .two-cols a:hover { color: rgba(255,255,255,1.0); }

#mobile-hero {
  display: none;
  background-color: #0c101b;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

#top-titles, #top-left-titles { color: #fff; }
#top-titles {
  left: 50%;
  top: 30%;
  max-width: 600px;
  position: absolute;
  padding: 20px;
}
#top-hero-content {
  max-width: 1230px;
  margin: 0 auto;
  display: table;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#top-left-titles {
    display: table-cell;
    /* padding: 10% 10% 10% 0; */
    padding: 50px 20px 20px 50px;
    vertical-align: middle;
}
.page-template-page-landing #top-left-titles { padding: 50px 20px 20px 20px; }
/*#top-titles, #top-left-titles, .page-template-page-landing #top-left-titles { }*/
.callout-box {
  /*background: url(/wp-content/uploads/2017/07/callout.png) 0 0 no-repeat;*/
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  height: 263px;
  width: 361px;
  bottom: 40px;
  left: 10%;
  padding: 30px 10px 30px 30px;
  box-sizing: border-box;
  letter-spacing: -0.025em;
  z-index: 3;
}
.callout-line-1, .callout-line-2, .callout-line-5 { font-family:'DIN Next W01 Heavy', sans-serif; }
.callout-line-3, .callout-line-4 { font-family: 'DIN Next W01 Light', sans-serif; }
.callout-line-1, .callout-line-2, .callout-line-3 { margin-bottom: 7px; }
.callout-line-4 { margin-bottom: 10px; }
.callout-line-1, .callout-line-5, .callout-line-5 a {
    color: #000;
    text-decoration: none;
}
.callout-line-5 a:hover { opacity: 0.8; }
.callout-line-2, .callout-line-3, .callout-line-4 { color: #fff; }
.callout-line-1, .callout-line-2 { font-size: 26px; }
.callout-line-3, .callout-line-4 { font-size: 24px; }
.callout-line-5 {
  display: block;
  border-top: 1px solid #fff;
  font-size: 16px;
  padding-top: 10px;
}

.seal-hero {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.seal-hero:hover { opacity: 0.8; }
.seal-hero * { outline: none; }

#hero-logo { margin: 0 0 10px -15px; }

/* =============================================================================
   MOUSE SCROLL ICON FOR HERO
   ========================================================================== */

#scroll-mouse {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0;
  cursor: pointer;
  display: block;
  z-index: 3;
}
#scroll-mouse span {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 8px 0 3px 10px;
}
.mouse {
  height: 34px;
  width: 24px;
  border-radius: 16px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}
.wheel {
  height: 7px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}
.unu { margin-top: 6px; }
.unu, .doi, .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}
.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}
.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/* =============================================================================
   HERO VIDEO
   ========================================================================== */

#hero-section-contents {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.video-wrapper {
  background: #000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.video-wrapper video, .video-wrapper iframe {
  opacity: 0.4;
  /* object-fit: contain;*/
  /*  object-fit: fill; */
  object-fit: cover;
  width:100%;
  height:100%;
}
video::-webkit-media-controls { display:none !important; }
/*
.video-wrapper { padding-bottom: 56.25%; padding-top: 25px; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
*/

/* =============================================================================
   HOME > SECTION TWO
   ========================================================================== */

#home-section-two {
  display: table;
  width: 100%;
  min-height: 425px;
}
#home-section-two .centered-section-contents {
  padding: 50px 50px 70px 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* =============================================================================
   HOME > SECTION THREE
   ========================================================================== */

#home-section-three { width: 100%; }
#home-section-three .centered-section-cols {
  max-width: 1230px;
  margin: 0 auto;
  display: table;
}
#home-section-three .col-left, #home-section-three .col-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 80px;
  text-align: center;
}

/* =============================================================================
   HOME > SECTION FOUR
   ========================================================================== */

#home-section-four { width: 100%; }
#home-section-four .centered-section-cols {
  max-width: 1230px;
  margin: 0 auto;
  display: table;
}
#home-section-four .col-left, #home-section-four .col-right {
  display: table-cell;
  width: 50%;
}
#home-section-four .col-left {
  vertical-align: bottom;
  text-align: right;
}
#home-section-four .col-left p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#home-section-four .col-right { padding: 60px; }

.button-and-text { display: table; }
.button-and-text .btn, .button-and-text .text-right {
  display: table-cell;
  vertical-align: middle;
}
.button-and-text .text-right { padding-left: 33px; }

/* =============================================================================
   HOME > SECTION FIVE
   ========================================================================== */

#home-section-five { width: 100%; }
#home-section-five .centered-section-cols {
  /*max-width: 1230px;*/
  margin: 0 auto;
  display: table;
  width: 100%;
}
#home-section-five .col-left {
  background-position: center center;
  background-color: #7da4dc;
}
#home-section-five .col-left, #home-section-five .col-right {
  vertical-align: middle;
  padding: 30px;
  text-align: center;
}
#home-section-five .col-right { color: #fff; }

/* =============================================================================
   BLUE BANNER
   ========================================================================== */

.blue-banner {
  background: #0054a6;
  font-family: 'DIN Next W01 Light', sans-serif;
  color: #fff;
  padding: 60px;
  text-align: center;
}
.banner-text-01 { margin-bottom: 20px; }
.banner-text-02 { margin-bottom: 15px; }
.banner-text-03 { margin-bottom: 30px; }
.banner-text-01 { font-size: 36px; }
.banner-text-02 { font-size: 48px; }
.banner-text-03 { font-size: 24px; }


/* =============================================================================
   QUOTE BANNER
   ========================================================================== */

.quote-banner {
  background: #ccc;
  font-family: 'DIN Next W01 Light', sans-serif;
  color: #171d49;
  padding: 60px;
  text-align: center;
}
.quote-text {
  font-size: 40px;
  margin: 0 auto 50px auto;
  max-width: 930px;
  text-align: center;
}
.centered-section-contents p.quote-auto {
  font-size: 24px;
  text-align: center;
  margin: 0;
}

/* =============================================================================
   DEFAULT SECTIONS
   ========================================================================== */

section {
  position: relative;
}

.white-section { background: #fff; }
.blue-section { background: #90cfd6; }
.white-section, .blue-section { padding: 100px; }

.white-section .centered-section-contents, .blue-section .centered-section-contents {
  max-width: 930px;
  margin: 0 auto;
}

.default-section, .quote-section, .photo-section-dark, .split-section-photos .col-left, .split-section-photos .col-right, .section-arrow,
#sessions-section, #top-hero, #contact-hero, #mobile-hero, #home-section-two, #home-section-three, #home-section-four, #home-section-five .col-right, #home-section-five .col-left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center center;
}

.default-section, .quote-section {
  width: 100%;
  /*
  min-height: 400px;
  padding: 120px 60px 60px 60px;
  */
}
.centered-section-contents { padding: 60px 20px; }
.default-section .centered-section-contents, .quote-section .centered-section-contents {
  margin: 0 auto;
  max-width: 930px;
  z-index: 2;
  position: relative;
}

.photo-section-dark {
  display: table;
  width: 100%;
  color: #fff;
}
.photo-section-dark .centered-section-contents {
  margin: 0 auto;
  padding: 150px 50px 50px 50px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.striped-bg { background: url(/wp-content/themes/centralarm/assets/images/bg-striped.png) bottom repeat-x; }
div.striped-bg {
  position: absolute;
  z-index: 1;
  height: 286px;
  width: 100%;
  bottom: 0;
  left: 0;
}

/* =============================================================================
 BASIC SECTIONS
 ========================================================================== */

section.columns { }
.section.icon-group { }
.col-icon, .col-photo { text-align: center; }
.col-icon {
  font-size: 40px;
  padding: 30px;
  color: #575757;
}
.col-content { padding: 20px; }
.col-content p:last-child, .col-icon-content p:last-child { margin: 0; }

.col-icon-content {
  padding: 0 30px;
  text-align: center;
}
.col-icon-content h3, .col-icon-content p { text-align: center; }


/* =============================================================================
   SPLIT SECTION WITH PHOTOS
   ========================================================================== */

.split-section-photos {
  display: table;
  width: 100%;
  min-height: 400px;
}
.split-section-photos .col-left, .split-section-photos .col-right {
  vertical-align: middle;
  padding: 80px;
  text-align: center;
}


/* =============================================================================
   BLUE CENTRALARM LOGO SECTION
   ========================================================================== */

.blue-centralarm {
  background: #88ccff url(/wp-content/uploads/2017/07/icon-centralarm-background.png) center -80px no-repeat;
  color: #252525;
  padding: 100px 60px 60px 60px;
}
.blue-centralarm .centered-section-contents, .blue-centralarm .centered-section-contents {
  max-width: 930px;
  margin: 0 auto;
}

/* =============================================================================
   CALLOUT SECTIONS
   ========================================================================== */

.section-arrow { }
.section-arrow-text, .callout-text {
  display: table;
  width: 100%;
  position: relative;
}
.section-arrow-text { min-height: 500px; }
.section-arrow-text h2, .section-arrow-text h3, .section-arrow-text h4 {
  margin: 0 auto 2rem auto;
}
.section-arrow-text .centered-section-contents, .callout-text .centered-section-contents {
  /*
  display: table-cell;
  vertical-align: middle;
  padding: 80px 50px;
  */
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff;
}
.section-arrow-text .centered-section-contents { padding: 80px 50px 120px 50px; }
.section-arrow-text .btn, .callout-text btn { margin-top: 1rem; }
.section-arrow-text .centered-section-contents:last-child p, .callout-text .centered-section-contents:last-child p { margin: 0; }

.section-arrow-left, .section-arrow-right {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top:0;
  display: block;
  width: 50%;
  height: 100%;
  border-width: 30px;
  border-style: solid;
  border-bottom-color: #ededed;
  border-top: none;
  z-index: 2;
}
.section-arrow-left {
  left: 0;
  border-right: 20px solid transparent;
  border-left: 0;
}
.section-arrow-right {
  right: 0;
  border-left: 20px solid transparent;
  border-right: 0;
}

/* =============================================================================
   TABLES & COLUMNS
   ========================================================================== */

.col-left, .col-right {
  display: table-cell;
  width: 50%;
}

.two-cols, .three-cols {
  display: table;
  width: 100%;
  border-spacing: 40px;
  border-collapse: separate;
  margin: 0 auto 40px auto;
}
.col {
  display: table-cell;
  vertical-align: top;
}
.two-cols .col { width: 50%; }
.three-cols .col { width: 33%; }

.cols {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -10px 40px -10px;
}
.cols .col {
  display: block;
  flex: 0 0 30%;
  margin: 10px;
}
.cols.icons .col {
  display: block;
  flex: 0 0 30%;
  margin: 0 0 50px 0;
  border: none;
}
.col.clickable {
  cursor: pointer;
  filter: brightness(1.00);
}
.col.clickable:hover {
  filter: brightness(1.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.box-icon {
  margin: 20px auto;
  text-align: center;
  font-size: 30px;
  color: #575757;
}

.table-comparison { margin: 0 auto; }
.table-comparison td { padding: 10px 25px; }
.table-comparison thead td { vertical-align: bottom; }
.table-comparison tbody td { border: 1px solid #c9c9c9; }
.table-comparison thead td, .table-comparison .yes, .table-comparison .no {
  font-family: 'DIN Next W01 Bold', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.table-comparison .yes, .table-comparison .no { font-size: 36px; }
.table-comparison .yes { color: #1e9207; }
.table-comparison .no { color: #bc0024; }
.cell-highlight { background: #ebebeb; }
.table-comparison thead td img { min-width: 52px !important; }

.table-container {
  margin: 0 auto 20px auto;
  overflow-x: auto;
  width: 100%;
}
.sessions {
  width: 100%;
  margin: 0 0 20px 0;
}
.sessions thead th, .sessions thead td {
  vertical-align: bottom;
  line-height: 1.8;
}
.sessions tbody th, .sessions tbody td { vertical-align: top; }
.sessions th, .sessions td {
  font-family:'DIN Next W01 Bold', sans-serif;
  padding: 15px;
  font-size: 15px;
  white-space: nowrap;
}
.sessions thead th, .sessions thead td { font-size: 16px; }
.sessions thead th { text-align: center; }
.sessions tbody .table-left-head { text-align: left; }
.sessions th span {
  font-family:'DIN Next W01 Regular', sans-serif;
  white-space: normal;
}
.sessions td { text-align: center; }
.row-light-gray { background: #ebebeb; }
.row-gray { background: #d2d2d2; }

.sessions a, .session-col a {
  background: #39648c;
  font-family:'DIN Next W01 Regular', sans-serif;
  display: inline-block;
  margin: 4px 1px 0 1px;
  text-align: center;
  padding: 6px 8px 4px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
}
.sessions a:hover, .session-col a:hover { opacity: 0.8; }

#sessions-section {
  width: 100%;
  padding: 100px 60px 60px 60px;
}
#sessions-section .centered-section-contents {
  margin: 0 auto;
  max-width: 930px;
}


.session-columns {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
}
.session-col-left, .session-col {
  font-family:'DIN Next W01 Bold', sans-serif;
  font-size: 16px;
  white-space: nowrap;
  display: table-cell;
}
.session-col-left span, .session-col span { font-family:'DIN Next W01 Regular', sans-serif; }
.session-col-left, .session-col.col-two, .session-col.col-three, .session-col.col-four, .session-col.col-five { }
.session-col-left { width: 200px; }
.session-col {
  text-align: center;
  width: 200px;
}
.session-col.col-two, .session-col.col-three, .session-col.col-four, .session-col.col-five { }
.session-col {  }
.session-white, .session-light-gray, .session-gray { padding: 15px; }
.session-white {
  background: #fff;
  height: 80px;
  line-height: 1.4;
  font-size: 18px;
}
.session-light-gray {
  height: 70px;
  background: #ebebeb;
}
.session-columns, .session-gray {
  background: #d2d2d2;
}
.session {
  margin: 0 0 30px 0;
  display: block;
}
.session:last-child { margin: 0; }


/* =============================================================================
   POST-SPECIFIC STYLES
   ========================================================================== */

.blog #header-container, .archive #header-container, .post-template-default #header-container, .tribe_events-template-default #header-container {
  background: #07080f;
  /*
  height: 140px;
  */
}
#tribe-events .tribe-events-button, .tribe-events-button { background-color: #0054a6 !important; }
#tribe-events .tribe-events-button:hover, .tribe-events-button:hover { background-color: #9cbc3c !important; }

.blog .white-section, .archive .white-section, .post-template-default .white-section { padding: 80px 0 0 0; }
#tribe-events-pg-template, .tribe-events-pg-template { padding: 60px 30px; }
.blog .centered-section-contents, .archive .centered-section-contents, .post-template-default .centered-section-contents {
  display: table;
  max-width: 1280px;
}
.category article, .blog article { margin: 0 0 50px 0; }

.category-upcoming-events .thumb-date { display: none; }

.attachment-single-post-thumbnail { /* margin-bottom: 30px; */ }

#blog-content, #blog-sidebar {
  display: table-cell;
  vertical-align: top;
}
#blog-content {
  padding: 50px;
  width: 70%;
  border-right: 1px solid #dadada;
}
#blog-sidebar {
  padding: 40px 30px 30px 30px;
  font-size: 15px;
  width: 30%;
}

h1.page-title, h1.entry-title {
  font-size: 44px;
  letter-spacing: normal;
}
h1.page-title { margin: 0 0 40px 0; }
h1.entry-title { margin: 0 0 5px 0; }
h2.entry-title, h2.entry-title a {
  font-size: 34px;
  text-decoration: none;
  margin: 0 0 10px 0;
}
h2.widget-title,
h2.tribe-events-widget-events-list__header-title.tribe-common-h6.tribe-common-h--alt {
  font-family:'DIN Next W01 Medium', sans-serif !important;
  font-size: 18px;
  text-transform: uppercase !important;
  color: #333;
  margin: 0 0 10px 0;
  padding: 10px;
}
.entry-meta, .entry-meta a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  margin: 0 0 20px 0;
}
.archive .entry-meta, .post-navigation, .updated, .byline, .author { display: none; }

.widget ul {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.widget ul li {
  margin: 0 0 5px 0;
  padding: 0;
}
.widget ul li a { padding:  5px 20px; }
h3.tribe-events-widget-events-list__event-title.tribe-common-h7 a { padding: 5px 20px 5px 0; }
.widget ul li a, h3.tribe-events-widget-events-list__event-title.tribe-common-h7 a {
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
  font-family: 'DIN Next W01 Medium', sans-serif;
  font-weight: normal;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag, .tribe-events .tribe-events-calendar-list__event-date-tag-datetime { line-height: 1.4; }
.tribe-events-widget .tribe-events-widget-events-list__event-datetime-wrapper { font-size: 13px; }

.post-thumbnail { margin: 0 0 40px 0; }

.thumb-with-date {
  display: table;
  width: 100%;
  height: 100%;
}
.thumb-date, post-thumb-img {
  display: table-cell;
  vertical-align: middle;
}

.thumb-date {
  background: #0072bb;
  top: 0;
  left: 0;
  padding: 15px 15px 35px 15px;
  color: #fff;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
  font-family:'DIN Next W01 Regular', sans-serif;
}
.thumb-month {
  font-size: 24px;
  margin: 0 0 5px 0;
}
.thumb-day { font-size: 40px; }
.post-thumb-img {}


.blog .post-thumbnail, .blog .entry-content, .archive .post-thumbnail, .archive .entry-content {
  display: table-cell;
  vertical-align: top;
}
.blog .entry-content, .archive .entry-content {
  width: 60%;
  padding-left: 30px;
}
article .entry-content { padding-top: 30px; }
.blog .post-thumbnail, .archive .post-thumbnail { width: 40%; }
.blog .entry-content p, .archive .entry-content p, .centered-section-contents p { margin: 0 0 20px 0; }
.more-link {
  margin: 0;
  display: block;
}

#comments {
  border-top: 1px solid #dadada;
  padding: 40px 0 0 0;
}
h2.comments-title, h3.reply-title {
  font-family: 'DIN Next W01 Bold', sans-serif;
  font-size: 22px;
}
.comment-author.vcard, .comment-author.vcard a {
  font-family: 'DIN Next W01 Bold', sans-serif;
  text-decoration: none;
  pointer-events: none;
  color: #003677;
}
.comment-body {
  font-size: 16px;
  line-height: 1.4;
}
.comment-body p { margin: 0 0 20px 0 !important; }
.avatar, .icon.icon-mail-reply { display: none; }
.comment-meta.commentmetadata, .comment-meta.commentmetadata a {
  color: #666;
  text-decoration: none;
  pointer-events: none;
  margin: 0 0 5px 0;
  font-size: 14px;
}
ol.comment-list { margin-bottom: 50px; }

/* =============================================================================
   SOCIAL MEDIA
   ========================================================================== */

#overlay-left ul.social-media, #overlay-center ul.social-media, #socket ul.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}
#overlay-center ul.social-media .fa-2x { font-size: 2.5rem; }
ul.social-media li, #overlay-left ul.social-media li, #overlay-center ul.social-media li {
  display: inline;
  padding: 0;
}
ul.social-media li { margin: 0 0 0 20px; }
#overlay-left ul.social-media li { margin: 0 0 0 10px; }
#overlay-center ul.social-media li { margin: 0 1rem; }
#socket ul.social-media { float: right; }
#overlay-left ul.social-media li a { color: #8ab3ed; }
#overlay-center ul.social-media li a { color: rgba(138, 179, 237, 0.8); }
#socket ul.social-media li a { color: #b4b4b4; }
#socket ul.social-media li a:hover, #overlay-left ul.social-media li a:hover { color: #fff; }
#overlay-center ul.social-media li a:hover { color: rgba(255, 255, 255, 1.0); }


/* =============================================================================
   FOOTER
   ========================================================================== */

#socket {
  background: #333;
  padding: 35px;
  color: #fff;
}

#footer-logos { text-align: right; }

#footer-links {
  display: table;
  margin: 0 0 20px 0;
}

.footer-link-block {
  display: table-cell;
  vertical-align: top;
  padding: 0 45px 0 0;
}
.footer-link-block ul, .footer-link-block li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.footer-link-block a {
  font-size: 13px;
  text-decoration: none;
  padding: 3px 0;
  color: #b4b4b4;
}
.footer-link-block a:hover { color: #fff; }

#footer {
  background: #fff;
  font-size: 13px;
  padding: 15px 30px;
  text-transform: uppercase;
}
#footer, #footer a {
  color: #283565;
  text-decoration: none;
}
#footer a:hover { color: #0054a6; }


/* =============================================================================
   IMAGES
   ========================================================================== */

audio, canvas, iframe, img, svg, video { vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
.full-width-photo { }
.full-width-photo img {
  width: 100%;
  height: auto;
}

/* =============================================================================
   FORMS
   ========================================================================== */

.btn.blue a {
  background: #283565;
  color: #fff;
}
.btn.white a, button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background: #fff;
  color: #283565;
}

.btn a, button, html input[type="button"], input[type="reset"], input[type="submit"] {
  font-family: 'DIN Next W01 Bold', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 35px 15px 35px;
  font-size: 14px;
  display: inline-block;
  border-radius: 25px;
  line-height: 1;
  white-space: nowrap;
}
.btn a:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { opacity: 0.8; }

input, textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  border: none;
}
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input { line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  resize: vertical;
  overflow: auto;
}
optgroup { font-weight: 600; }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
label {
  display: inline-block;
  min-width: 80px;
  font-size: 16px;
}

/* =============================================================================
   CALENDAR
   ========================================================================== */

main#tribe-events-pg-template {
  top: 140px;
  position: relative;
}
.tribe-events-view { top: 70px; }

/* =============================================================================
   NEWSLETTERS
   ========================================================================== */

#top-hero-content .issue-nav {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.25);
	width: 50%;
}
.newsletter-icon {
	max-width: 150px;
	margin-bottom: 10px;
}
h1.newsletter {
	font-family:'DIN Next W01 Heavy', sans-serif;
	font-size: 100px;
	margin-bottom: -5px !important;
}
h3.newsletter {
	font-family:'DIN Next W01 Medium', sans-serif;
	font-size: 32px;
	margin-bottom: 10px !important;
}
h5.newsletter {
	font-size: 20px;
}
.blue-sep-container {
    max-width: 1230px;
    margin: 0 auto;
	position: relative;
}
.blue-sep {
	position: absolute;
	top: -17px;
	left: 0;
	width: 50%;
	height: 35px;
	background: #0054a6;
}
#mti_wfs_colophon {	display: none !important; }
.newsletter-img {
	width: 100%;
	max-width: 350px;
}
.no-padding {
	padding: 0 !important;
}
.sales-tip {
	margin: 20px auto 0 auto;
	border-top: 35px solid #0054a6;
	background: #d9dee3;
	text-align: center;
	padding: 40px 60px 20px 60px;
	width: 80%;
}


/* =============================================================================
   MOBILE-RESPONSIVE
   ========================================================================== */

@media (min-width: 0px) and (max-width: 1350px) {

  #logo { max-width: 300px; }
  nav#primary li a {
    font-family:'DIN Next W01 Light', sans-serif;
    font-size: 15px;
    padding: 15px;
  }

}


@media (min-width: 0px) and (max-width: 1190px) {

  html.open { overflow: hidden; }
  body.open {
    overflow: visible;
    height: 100%;
  }
  .bottom-gradient, #bottom-cats, nav#primary, nav#secondary { display: none; }
  header#main {
    background: #07080f;
    position: fixed;
    width: 100%;
    justify-content: left;
    border-bottom: 1px solid rgba(131, 133, 136, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(131, 133, 136, 0.3);
    -moz-box-shadow: 0px 0px 5px rgba(131, 133, 136, 0.3);
    box-shadow: 0px 0px 5px rgba(131, 133, 136, 0.3);
  }
  #logo.drop { opacity: 0.3; }
  nav#mobile {
    background-color: rgba(0,0,0,0.9);
    padding-top: 0;
    height: 0;
    width: 100%;
    right: 0;
    top: 0;
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu-mobile-container { min-height: 940px; }
  nav#mobile.opening {
    padding-top: 70px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: block;
    position: fixed;
  }
  .menu-toggle {
    position: absolute;
    padding: 10px;
    top: 29px;
    right: 15px;
    cursor: pointer;
    display: inherit;
  }
  .hamburger, .hamburger::before, .hamburger::after {
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    width: 30px;
  }
  .open .hamburger, .open .hamburger::after { background: #fff; }
  .hamburger::before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .hamburger::after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .hamburger::before {
    height: 0;
    opacity: 0;
  }
  .open .hamburger::after {
    -webkit-transform: translateY(-1px) rotate(-90deg);
    transform: translateY(-1px) rotate(-90deg);
  }
  nav#mobile ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
  }
  nav#mobile li {
    margin: 0;
    padding: 0;
  }
  nav#mobile ul a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    opacity: 1;
  }
  nav#mobile ul ul a {
    font-family:'DIN Next W01 Regular', sans-serif;
    font-size: 14px;
    opacity: 0.8;
  }
  nav#mobile ul.submenu { margin-bottom: 30px; }

  .header-contact.mobile-hide { display: none !important; }

  .table-container-outer { position: relative; }
  .table-mobile-shadow { background: url(/wp-content/uploads/2018/02/table-mobile-shadow-02.png) top right no-repeat; display: block; width: 100%; height: 100%; position: absolute; right: 0; width: 15px; }
  .table-container::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; }
  .table-container::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid #fff; background-color: rgba(0, 0, 0, .3); }
  .sessions th, .sessions td, .sessions thead th, .sessions thead td { padding: 20px; font-size: 18px; }
  .sessions a { padding: 8px 8px 4px 8px; font-size: 14px; }

}


@media (min-width: 0px) and (max-width: 980px) {

  #top-hero { background-position: center center; }
  #mobile-hero { display: inherit; }
  #nav-overlay-contents { padding: 0 30px; }
  #socket ul.social-media { float: none; text-align: center; margin: 20px 0 40px 0; }
  #socket ul.social-media li { margin: 0 10px; }
  #footer-logos, #footer { text-align: center; }
  #footer { line-height: 2; }
  #footer-links { margin: 0 auto 50px auto; width: 100%; }
  .footer-link-block a { padding: 10px; display: inline-block; }
  .footer-link-block { padding: 0 10px; }
  .callout-box { left: 20px; bottom: 20px; }
  /* #top-titles, #top-left-titles { left: auto; top: 120px; position: relative; padding: 20px; display: block; max-width: 100%; } */
  #top-titles, #top-left-titles { left: auto; top: auto; bottom: 20%; position: absolute; padding: 20px; max-width: none; }
  .page-template-page-landing #top-left-titles { left: auto; top: 100px; padding: 10px; }
  h1, #top-left-titles h1, .quote-text, h2, h3, p, .centered-section-contents p { margin: 0 0 20px 0; }
  #blog-content, #blog-sidebar { display: block; width: auto; border: none; padding: 30px; }
  textarea, input { width: 100%; }
  #top-hero-content { position: absolute; }
  .cols { display: inherit; margin: 0 auto 40px auto; }
  .cols .col { display: block; margin: 0 0 40px 0; }
  .col-photo { text-align: center; }
  .col-photo img { width: 100%; }

}

@media (min-width: 0px) and (max-width: 768px) {

  .mobile-show { display: inherit !important; }

  .video-wrapper { display: none; }
  h1, #top-left-titles h1, .quote-text { font-size: 40px; }
  .seal-hero { z-index: 99; }
  #nav-overlay-contents { top: 80px; }
  #overlay-right { display: none; }
  #overlay-left { display: block; width: 100%; }
  #overlay-left ul.social-media { text-align: center; }
  #overlay-left ul.social-media li { margin: 0 10px; }
  #overlay-left a { padding: 12px; }
  .openbtn, .closebtn { z-index: 99; }
  .openbtn, .closebtn { top: -10px; right: -10px; }
  .closebtn, .openbtn { z-index: 99; }
  #logo { max-width: 280px; }
  #header-container { background: rgba(0,0,0,0.9); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  /* #top-titles, #top-left-titles { left: auto; top: 120px; position: relative; padding: 20px; display: block; } */
  #home-section-two .centered-section-contents { background: rgba(255, 255, 255,0.5); padding: 100px 30px; }

  #home-section-two { background-position: 20% center; }
  #home-section-three .centered-section-cols {
    max-width: 1230px;
    margin: 0 auto;
    display: table;
    background: rgba(0,0,0,0.6);
  }
  .home #top-hero { background-position: 70% center; }
  #home-section-three { background-position: 30% center; }
  #home-section-five .col-left { background-position: 90% center; }

  #home-section-three .col-left, #home-section-three .col-right { padding: 60px 30px; }
  .col-left, .col-right, .col { display: block !important; width: 100% !important; }
  .cols .col {padding: 0 !important; }
  .button-and-text, .button-and-text .btn, .button-and-text .text-right { display: block; text-align: center; }
  .button-and-text .btn { margin: 0 0 30px 0; }

  .default-section, .session-section { min-height: auto; }
  .footer-link-block { display: block; text-align: center; margin: 0 auto 40px auto; }
  .bx-wrapper .bx-caption span { color: #003677 !important; display: block !important; font-size: 13px !important; padding: 5px !important; line-height: 1.2 !important; }
  .bx-wrapper .bx-controls-direction a { height: 30px !important; width: 30px !important; }
  .bx-wrapper .bx-prev, .bx-wrapper .bx-next { background-size: 30px !important; }
  .bx-wrapper .bx-prev { left: 0 !important; }
  .bx-wrapper .bx-next { right: 0 !important; }
  .table-comparison td { padding: 5px 15px; }
  .pum-content.popmake-content {  padding: 0 20px; }
  .pum-container.pum-responsive img { max-width: 60%; }
  .pum-content.popmake-content p { font-size: 14px; line-height: 1.2; }
  .pum-theme-171 .pum-content h5, .pum-theme-default-theme .pum-content h5 { font-size: 20px; margin: 0 0 10px 0; }
  #sessions-section { padding: 20px; }
  .session { font-size: 18px; }
  .session-columns { background: transparent; }
  .session-columns, .session-col-left, .session-col { display: block; width: 100%; }
  .session-white, .session-light-gray, .session-gray { height: auto; padding: 30px; }
  .session-col-left { text-align: center; font-size: 20px; }
  .session-col-left .session-white { font-size: 24px; }
  .session-col { margin-bottom: 60px; }
  .session-col-left .session-light-gray, .session-col-left .session-gray { display: none; }
  .session-col .mobile-show { font-size: 18px; margin: 0 0 20px 0; }
  .session-col a { margin: 10px 5px 20px 5px; padding: 10px 12px 8px 12px; font-size: 16px; }
  .no-padding { padding: 0 !important; }

}
@media (min-width: 0px) and (max-width: 600px) {

  #top-titles h3, #top-left-titles h3 { line-height: 1.3; font-size: 18px; }
  #top-left-titles h1, #top-left-titles h2, #top-left-titles h3, #top-left-titles h4, #top-left-titles h5, #top-left-titles h6, #top-left-titles p { margin-bottom: 15px; }
  .page-template-page-landing #top-left-titles h1 { font-size: 30px; line-height: 1.2; }
  .page-template-page-landing #top-left-titles p { font-size: 18px; line-height: 1.2; }
  #scroll-mouse { display: none; }
  .seal-hero { bottom: 55px; right: 5px; }
  .callout-box { display: none; }

}
@media (min-width: 0px) and (max-width: 400px) {

  .callout-box { display: none; }

}

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */

@media print {

  *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre,blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

}