/*!
Theme Name: ha
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ha
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ha is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*------------------------- COLORS -------------------------*/
/*------------------------- TYPOGRAPHY  -------------------------*/
/*------------------------- STRUCTURE  -------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Rubik", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: rgba(209, 209, 209, 0.3) !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 71px;
  font-weight: bold;
  color: #fff;
  margin: 0.67em 0;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 870px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 42px;
  color: #fff;
  margin: 0.67em 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 870px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 36px;
  color: #fff;
  margin: 0.67em 0;
  font-weight: 200;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 870px) {
  h3 {
    font-size: 27px;
  }
}
@media (max-width: 500px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 32px;
  color: #fff;
  margin: 0.67em 0;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 870px) {
  h4 {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  color: #fff;
  margin: 0.67em 0;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 870px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 360px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 24px;
  color: #fff;
  margin: 0.67em 0;
  font-weight: 200;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 870px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  h6 {
    font-size: 17px;
  }
}

p {
  font-size: 18px;
  margin: 0.67em 0;
  font-weight: 200;
  color: #fff;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
}

.section4 ul li {
  color: #fff;
}
.section4 ol li {
  color: #fff;
}

.page-template-everything-page .section4 {
  padding-bottom: 50px !important;
}
.page-template-everything-page .section4 ul li {
  color: #000 !important;
}
.page-template-everything-page .section4 ol li {
  color: #000 !important;
}

ul {
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
}
ul li {
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
  padding: 2px 0;
}

ol {
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
  margin: 0 0 1.5em 3em;
}
ol li {
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 500px) {
  ol {
    margin: 0 0 1.5em 0em !important;
  }
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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] {
  -webkit-appearance: button;
  cursor: pointer;
}

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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*------------------------ ELEMENTS ------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/*------------------------ LISTS ------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}
@media (max-width: 600px) {
  ul, ol {
    margin: 0 0 1.5em 1em;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*------------------------ TABLES ------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*------------------------ BUTTONS ------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

/*------------------------ FIELDS ------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

@media (max-width: 880px) {
  .pum .pum-container.pum-responsive {
    overflow-y: scroll;
  }
}
.pum p {
  color: #000;
}
.pum .gform_wrapper span.gform_description {
  font-size: 18px;
  margin: 0.67em 0;
  font-weight: 200;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
}
.pum #field_2_6 .gfield_label {
  display: none;
}
.pum #field_1_5 .gfield_label {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*------------------------ LINKS ------------------------*/
a {
  color: #f7941d;
}
a:visited {
  color: #4B76B8;
}
a:hover, a:focus, a:active {
  color: #92CC50;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.button, span.button {
  text-align: center;
}

a.button, span.button, .button-group button {
  box-shadow: inset 0 0 0 3px rgb(146, 204, 80);
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(146, 204, 80, 0) 0%, rgba(102, 143, 56, 0) 100%);
  display: inline-block;
  line-height: unset;
  font-size: 14px;
  border-radius: 25px;
  padding: 10px 20px;
}
a.button:hover, span.button:hover, .button-group button:hover {
  text-shadow: 0px 0px 8px #000;
  cursor: pointer;
  color: #fff;
  box-shadow: inset 0 0 0 0px rgba(146, 204, 80, 0);
  transition: all 0.2s;
  background: linear-gradient(180deg, rgb(146, 204, 80) 0%, rgb(102, 143, 56) 100%);
}

a:not(.button):hover {
  cursor: pointer;
  transition: all 0.2s;
}

a.link {
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  color: #fff;
}
a.link:hover {
  cursor: pointer;
  transition: all 0.2s;
}
a.link:hover:after {
  animation: bounce 0.7s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}
a.link:after {
  content: url("http://safemt2020.wpengine.com/wp-content/uploads/2020/11/arrow-1.png");
  position: absolute;
  width: 22px;
  height: 20px;
  margin-left: 4px;
  margin-top: 1px;
  display: inline-block;
}

.content a:not([class*=button]) {
  color: #4B76B8;
  border-bottom: 2px solid #4B76B8;
  text-decoration: none;
}
.content a:not([class*=button]):hover {
  border-bottom: 2px solid #EFA000;
  transition: all 0.2s;
  text-decoration: none;
}
.content a:not([href]):not([tabindex]):hover {
  color: #fff;
  text-decoration: none;
}

.content a:not([href*="safemt2020.test"]):not([href*="safemt2020.wpengine.com"]):not([href*="safemt.com"]):not([href^="#"]):not([href^="/"]):not([href*=mailto]):not([href*=tel]):not([name]):not([class*=button]):not([href$=jpg]) {
  color: #4B76B8;
  border-bottom: 2px solid #4B76B8;
  text-decoration: none;
}
.content a:not([href*="safemt2020.test"]):not([href*="safemt2020.wpengine.com"]):not([href*="safemt.com"]):not([href^="#"]):not([href^="/"]):not([href*=mailto]):not([href*=tel]):not([name]):not([class*=button]):not([href$=jpg]):before {
  font-family: "FontAwesome";
  content: " \f08e";
  margin-right: 6px;
}
.content a:not([href*="safemt2020.test"]):not([href*="safemt2020.wpengine.com"]):not([href*="safemt.com"]):not([href^="#"]):not([href^="/"]):not([href*=mailto]):not([href*=tel]):not([name]):not([class*=button]):not([href$=jpg]):hover {
  border-bottom: 2px solid #EFA000;
  transition: all 0.2s;
  text-decoration: none;
}

.content a[href$=pdf]:not([class*=button]) {
  color: #4B76B8;
  border-bottom: 2px solid #4B76B8;
  text-decoration: none;
}
.content a[href$=pdf]:not([class*=button]):before {
  font-family: "FontAwesome";
  content: " \f1c1";
  margin-right: 6px;
}
.content a[href$=pdf]:not([class*=button]):hover {
  border-bottom: 2px solid #EFA000;
  transition: all 0.2s;
  text-decoration: none;
}

.content a[href$=doc]:not([class*=button]) {
  color: #4B76B8;
  border-bottom: 2px solid #4B76B8;
  text-decoration: none;
}
.content a[href$=doc]:not([class*=button]):before {
  font-family: "FontAwesome";
  content: " \f1c2";
  margin-right: 6px;
}
.content a[href$=doc]:not([class*=button]):hover {
  border-bottom: 2px solid #EFA000;
  transition: all 0.2s;
  text-decoration: none;
}

.content a[href$=docx]:not([class*=button]) {
  color: #4B76B8;
  border-bottom: 2px solid #4B76B8;
  text-decoration: none;
}
.content a[href$=docx]:not([class*=button]):before {
  font-family: "FontAwesome";
  content: " \f1c2";
  margin-right: 6px;
}
.content a[href$=docx]:not([class*=button]):hover {
  border-bottom: 2px solid #EFA000;
  transition: all 0.2s;
  text-decoration: none;
}

.section4 .content a:not([class*=button]) {
  color: #92cc50;
  border-bottom: 2px solid #92cc50;
  text-decoration: none;
}
.section4 .content a:not([class*=button]):hover {
  border-bottom: 2px solid #F7941D;
  transition: all 0.2s;
  text-decoration: none;
}
.section4 .content a:not([href]):not([tabindex]):hover {
  color: #fff;
  text-decoration: none;
}
.section4 .content a:not([href*="safemt2020.test"]):not([href*="safemt2020.wpengine.com"]):not([href*="safemt.com"]):not([href^="#"]):not([href^="/"]):not([href*=mailto]):not([href*=tel]):not([name]):not([class*=button]):not([href$=jpg]) {
  color: #92CC50;
  border-bottom: 2px solid #92CC50;
  text-decoration: none;
}
.section4 .content a:not([href*="safemt2020.test"]):not([href*="safemt2020.wpengine.com"]):not([href*="safemt.com"]):not([href^="#"]):not([href^="/"]):not([href*=mailto]):not([href*=tel]):not([name]):not([class*=button]):not([href$=jpg]):before {
  font-family: "FontAwesome";
  content: " \f08e";
  margin-right: 6px;
}
.section4 .content a:not([href*="safemt2020.test"]):not([href*="safemt2020.wpengine.com"]):not([href*="safemt.com"]):not([href^="#"]):not([href^="/"]):not([href*=mailto]):not([href*=tel]):not([name]):not([class*=button]):not([href$=jpg]):hover {
  border-bottom: 2px solid #F7941D;
  transition: all 0.2s;
  text-decoration: none;
}
.section4 .content a[href$=pdf]:not([class*=button]) {
  color: #92CC50;
  border-bottom: 2px solid #92CC50;
  text-decoration: none;
}
.section4 .content a[href$=pdf]:not([class*=button]):before {
  font-family: "FontAwesome";
  content: " \f1c1";
  margin-right: 6px;
}
.section4 .content a[href$=pdf]:not([class*=button]):hover {
  border-bottom: 2px solid #F7941D;
  transition: all 0.2s;
  text-decoration: none;
}
.section4 .content a[href$=doc]:not([class*=button]) {
  color: #92CC50;
  border-bottom: 2px solid #92CC50;
  text-decoration: none;
}
.section4 .content a[href$=doc]:not([class*=button]):before {
  font-family: "FontAwesome";
  content: " \f1c2";
  margin-right: 6px;
}
.section4 .content a[href$=doc]:not([class*=button]):hover {
  border-bottom: 2px solid #F7941D;
  transition: all 0.2s;
  text-decoration: none;
}
.section4 .content a[href$=docx]:not([class*=button]) {
  color: #92CC50;
  border-bottom: 2px solid #92CC50;
  text-decoration: none;
}
.section4 .content a[href$=docx]:not([class*=button]):before {
  font-family: "FontAwesome";
  content: " \f1c2";
  margin-right: 6px;
}
.section4 .content a[href$=docx]:not([class*=button]):hover {
  border-bottom: 2px solid #F7941D;
  transition: all 0.2s;
  text-decoration: none;
}

/*------------------------ MENUS ------------------------*/
.hello-bar {
  background-color: #EFA000;
  color: #000;
  position: relative;
  z-index: 1;
}
.hello-bar p {
  text-align: center;
  margin: 0;
  padding: 6px;
  color: #000;
}
.hello-bar a {
  color: #000;
}
.hello-bar a:hover {
  cursor: pointer;
  transition: all 0.2s;
}
.hello-bar a:hover:after {
  animation: bounce 0.7s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}
.hello-bar a:after {
  content: "";
}

.supernav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #91CC50;
  position: relative;
  padding-right: 40px;
  z-index: 9999;
}
@media (max-width: 1039px) {
  .supernav {
    display: none;
  }
}
.supernav a {
  padding: 13px 15px;
  color: #000 !important;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
}
.supernav a img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}

.sidenav {
  position: fixed;
  right: 10px;
  top: calc(50% - 100px);
  display: flex;
  flex-direction: column;
  z-index: 100;
  align-items: flex-end;
}
.sidenav .share {
  color: unset;
  margin-bottom: 10px;
  border-bottom: none;
  position: relative;
  text-decoration: none;
}
.sidenav .share span {
  width: 0px;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.sidenav .share span .icons img {
  width: 25px;
}
.sidenav .share .icon {
  width: 37px;
  z-index: 12;
  position: relative;
  border: 3px solid #92cc50;
  border-radius: 50%;
}
.sidenav .share:hover span {
  width: 200px;
  overflow: hidden;
  position: absolute;
  right: -4px;
  background-color: #fff;
  color: #000;
  padding: 15px 9px 15px 21px;
  border-radius: 20px;
  z-index: 10;
  top: -5px;
  cursor: pointer;
  border: 3px solid #92cc50;
}
.sidenav .share:hover .icon {
  border: none;
  padding: 3px;
}
.sidenav a {
  color: unset;
  margin-bottom: 10px;
  border-bottom: none;
  position: relative;
  text-decoration: none;
}
.sidenav a span {
  width: 0px;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.sidenav a .icon {
  width: 37px;
  z-index: 12;
  position: relative;
  border: 3px solid #92cc50;
  border-radius: 50%;
}
.sidenav a:hover span {
  width: 100%;
  overflow: hidden;
  position: relative;
  right: -38px;
  background-color: #fff;
  color: #000;
  padding: 7px 45px 7px 13px;
  border-radius: 30px;
  z-index: 10;
  top: 2px;
  cursor: pointer;
  border: 3px solid #92cc50;
}
.sidenav a:hover .icon {
  border: none;
  padding: 3px;
}

.goTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 120px;
  width: 50px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px 15px 15px 15px;
  border: 3px solid #92cc50;
  z-index: 9999;
  background-color: #fff;
}
.goTop img {
  height: 37px;
  width: 36px;
}
.goTop :hover {
  bottom: 110px;
  transition: all 0.3s;
}

header {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 9;
}
header .main-logo {
  width: 172px;
  margin-top: -22px;
}

footer {
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 40px 60px;
  z-index: 2;
  position: relative;
}
@media (max-width: 650px) {
  footer {
    padding: 40px 20px;
  }
}
footer .top-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 3px solid #fff;
  padding-bottom: 40px;
}
@media (max-width: 650px) {
  footer .top-row {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
footer .top-row a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 820px) {
  footer .top-row a {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  footer .top-row a {
    padding-bottom: 8px;
  }
}
footer .bottom-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 590px) {
  footer .bottom-row {
    flex-direction: column;
    align-items: center;
  }
}
footer .bottom-row .main-logo {
  width: 245px;
  margin: 20px 25px;
}
footer .bottom-row .right-social {
  margin: 20px 25px;
  display: flex;
  flex-direction: column;
}
footer .bottom-row .right-social .social {
  display: flex;
  justify-content: space-between;
}
footer .bottom-row .right-social .social .yt {
  width: 32px;
}
footer .bottom-row .right-social .social .fb, footer .bottom-row .right-social .social .li {
  width: 29px;
}
footer .copyright {
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
}
@media (max-width: 600px) {
  footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}
footer .privacy-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .privacy-container .privacy {
  font-size: 13px;
  color: #fff;
  margin: 0 5px;
}

.main-navigation {
  clear: both;
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 3px solid #fff;
  padding: 35px 0 0 0;
  margin: 0 20px;
}
.main-navigation .logoclick {
  padding: 0px;
}
.main-navigation .menu-main-menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main-navigation #primary-menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.main-navigation #primary-menu .current-menu-parent > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #92cc50;
  transition: width 0.3s;
}
.main-navigation #primary-menu .current-menu-parent .sub-menu .current-menu-item a:after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background: #92cc50;
  transition: width 0.3s;
}
.main-navigation .menu-item-has-children {
  z-index: 10;
  height: 0px;
  cursor: default;
}
.main-navigation .menu-item-has-children a {
  color: #fff;
  cursor: default;
}
.main-navigation .menu-item-has-children:hover {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: default;
}
.main-navigation .menu-item-has-children:hover a {
  color: #000;
  background-color: #fff;
  cursor: default;
}
.main-navigation .menu-item-has-children .sub-menu li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  padding: 0;
}
.main-navigation .menu-item-has-children .sub-menu li a {
  font-size: 13px;
  padding: 10px;
  display: inline-block;
  color: #4B76B8;
  font-weight: 500;
  width: 310px;
}
.main-navigation .menu-item-has-children .sub-menu li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #92cc50;
  transition: width 0.3s;
}
.main-navigation .menu-item-has-children .sub-menu li a:hover {
  cursor: pointer;
}
.main-navigation .menu-item-has-children .sub-menu li a:hover:after {
  width: 90%;
}
.main-navigation .menu-item-1177 .sub-menu {
  column-rule-color: #ccc;
  column-rule-width: 1px;
  width: 623px;
  column-rule-style: solid;
  -moz-column-gap: 50px;
  column-count: 2;
}
@-moz-document url-prefix() {
  .main-navigation .menu-item-1177 .sub-menu {
    column-count: unset;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul .sub-menu {
  background-color: #fff;
  margin-top: 0px;
}
.main-navigation ul .sub-menu li a {
  color: red;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  height: 0;
  overflow: hidden;
  z-index: 9;
  transition: all 2s ease-in-out;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul .menu-item-has-children:hover > .sub-menu,
.main-navigation ul .menu-item-has-children.focus > .sub-menu {
  height: unset;
  transition: all 2s ease-in-out;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 10px 30px;
}
@media (max-width: 1250px) {
  .main-navigation a {
    font-size: 14px;
  }
}
.main-navigation a:visited {
  color: #fff;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1040px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#shiftnav-toggle-main {
  background-color: #4B76B8 !important;
}

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active > ul.sub-menu, .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-in-transition > ul.sub-menu {
  padding-left: 20px;
}

#menu-item-1121 a,
#menu-item-1122 a,
#menu-item-1123 a,
#menu-item-1124 a {
  background-color: #91CC50;
  color: #000;
}

#menu-item-1125 .sub-menu-1 li a {
  padding-left: 45px;
}

.fa-search {
  color: #000;
  opacity: 1;
  visibility: visible;
}
.fa-search:after {
  content: "Search";
  padding: 0px 5px;
  color: #000;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  display: none;
}
@media (max-width: 991px) {
  .fa-search:after {
    display: inline;
  }
}
@media (max-width: 991px) {
  .fa-search {
    margin-left: 17px;
  }
}

@supports (-ms-ime-align: auto) {
  .fa-search:after {
    padding: 0px 20px 23px 20px !important;
    margin-top: -13px !important;
    position: absolute !important;
  }
}
#search-container {
  background-color: #fff;
  border: 1px solid #a1a1a1;
  height: 50px;
  position: absolute;
  width: 320px;
  top: 38px;
  right: 20px;
  z-index: 9;
}
#search-container .fa-sort-up {
  color: #fff;
  position: absolute;
  top: -9px;
  right: 19px;
  font-size: 25px;
}
@media (max-width: 991px) {
  #search-container .fa-sort-up {
    right: 209px;
  }
}
@supports (-ms-ime-align: auto) {
  @media (max-width: 991px) {
    #search-container .fa-sort-up {
      right: 191px !important;
    }
  }
}
@media (-ms-high-contrast: none) and (max-width: 991px) {
  #search-container .fa-sort-up {
    right: 191px !important;
  }
}
@supports (-ms-ime-align: auto) {
  #search-container .rightmenu {
    top: -10px !important;
  }
}
#search-container .rightmenu {
  position: absolute;
  right: 28px;
  top: 11px;
  list-style: none;
}
#search-container .rightmenu .fa-times {
  position: absolute;
  right: -18px;
  top: 20px;
}
#search-container .rightmenu input[type=submit] {
  padding: 0.3em 1em 0.4em;
}
#search-container .rightmenu button {
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  border-image: none;
  padding: 2px 5px;
  margin: 0px;
}
#search-container .rightmenu button:hover {
  color: #4b75b8;
}
#search-container .rightmenu form {
  display: flex;
  justify-content: space-between;
  width: 271px;
}
@media (max-width: 991px) {
  #search-container .rightmenu form {
    width: 220px;
  }
}
#search-container .rightmenu form input {
  width: 194px;
  border: 1px solid #92cc50;
  height: 27px;
}
@media (max-width: 991px) {
  #search-container .rightmenu form input {
    width: 144px;
  }
}
@supports (-ms-ime-align: auto) {
  @media (max-width: 991px) {
    #search-container .rightmenu form input {
      width: 134px;
      height: 27px;
      margin-left: 12px;
    }
  }
}
@media (-ms-high-contrast: none) and (max-width: 991px) {
  #search-container .rightmenu form input {
    width: 134px;
    height: 27px;
    margin-left: 12px;
  }
}
@media (max-width: 991px) {
  #search-container .rightmenu {
    right: 8px;
  }
}
@media (max-width: 991px) {
  #search-container {
    top: 214px;
    right: 0px;
    width: 240px;
  }
}
@supports (-ms-ime-align: auto) {
  @media (max-width: 991px) {
    #search-container {
      width: 225px !important;
    }
  }
}
@media (-ms-high-contrast: none) and (max-width: 991px) {
  #search-container {
    width: 223px !important;
  }
}

#searching {
  width: 12px;
  cursor: pointer;
}
@media (max-width: 1039px) {
  #searching {
    display: none;
  }
}

@media (-ms-high-contrast: none) and (max-width: 991px) {
  #searching {
    width: 102px;
  }
}
.expanded::before {
  content: "";
  background-image: url(http://workingmontana.wpengine.com/wp-content/uploads/2020/12/close.jpg);
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 9px;
  right: 34px;
}
@media (max-width: 991px) {
  .expanded::before {
    content: "";
    background-image: url(http://workingmontana.wpengine.com/wp-content/uploads/2020/12/close.jpg);
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 184px;
    right: 204px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
@media (max-width: 600px) {
  .alignleft {
    width: 100%;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
@media (max-width: 600px) {
  .alignright {
    width: 100%;
  }
}

.aligncenter {
  clear: both;
}
@media (max-width: 600px) {
  .aligncenter {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.width-container {
  max-width: 1320px;
  margin: 0 auto;
}

section {
  padding: 40px;
}
@media (max-width: 500px) {
  section {
    padding: 20px;
  }
}

.dark, span.dark p {
  color: #000;
}

.blue {
  color: #4B76B8;
}

.grey {
  color: #4E4E4E;
}

.dark h4 {
  color: #000;
}

.section1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 750px;
  position: relative;
  margin-top: -115px;
  overflow: hidden;
}
@media (max-width: 1039px) {
  .section1 {
    margin-top: 0px;
  }
}
@media (max-width: 870px) {
  .section1 {
    min-height: 550px;
  }
}
.section1:before {
  content: "";
  background-color: rgba(3, 7, 84, 0.7);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section1 .centerer {
  display: flex;
}
.section1 .centerer .width-container {
  padding-top: 200px;
  position: relative;
  width: 100%;
}
@media (max-width: 870px) {
  .section1 .centerer .width-container {
    padding: 50px 20px;
  }
}
.section1 .centerer .width-container a.button {
  color: #fff;
}

.section2 {
  position: relative;
}
.section2 .width-container {
  background-color: #fff;
  padding: 10px 60px 60px;
  margin-top: -120px;
  z-index: 9;
  position: relative;
  box-shadow: 0px 0px 50px 14px rgba(209, 209, 209, 0.3);
}
@media (max-width: 800px) {
  .section2 .width-container {
    padding: 10px 30px 60px;
  }
}
.section2 .width-container .top-row {
  text-align: center;
  text-transform: uppercase;
}
.section2 .width-container .top-row .dark {
  margin: 0.57em 0 7px 0;
}
.section2 .width-container .top-row .blue {
  margin: 0 0 0.57em 0;
}
.section2 .width-container .icon-row {
  display: flex;
  justify-content: space-around;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .section2 .width-container .icon-row {
    flex-direction: column;
  }
}
.section2 .width-container .icon-row .icon-section {
  text-decoration: none;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  flex-basis: 320px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 850px) {
  .section2 .width-container .icon-row .icon-section {
    margin-bottom: 60px;
    flex-basis: unset;
    width: 100%;
  }
}
.section2 .width-container .icon-row .icon-section h6 {
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .section2 .width-container .icon-row .icon-section h6 {
    margin-bottom: 10px;
  }
}
.section2 .width-container .icon-row .icon-section p {
  padding: 10px 10px 20px;
}
.section2 .width-container .icon-row .icon-section img {
  max-width: 160px;
}
@media (max-width: 850px) {
  .section2 .width-container .icon-row .icon-section img {
    width: 120px;
  }
}
.section2 .width-container .icon-row .icon-section span {
  margin-top: 20px;
}
.section2:before {
  content: "";
  background-image: url(http://safemt2020.wpengine.com/wp-content/uploads/2021/02/safemt-background-pattern_narrow.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0.4;
}
@media (max-width: 450px) {
  .section2:before {
    width: 100%;
  }
}
.section2:after {
  content: "";
  background-image: url(http://safemt2020.wpengine.com/wp-content/uploads/2021/02/safemt-background-pattern_narrow.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0.4;
}
@media (max-width: 450px) {
  .section2:after {
    display: none;
  }
}

.section4 {
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("http://safemt2020.wpengine.com/wp-content/uploads/2020/10/safety-background.jpg");
  padding-bottom: 200px;
}
.section4 .main-container {
  background-color: #fff;
  padding: 10px 60px 60px;
  margin-top: -120px;
  z-index: 9;
  position: relative;
  box-shadow: 0px 0px 50px 14px rgba(209, 209, 209, 0.3);
}
@media (max-width: 800px) {
  .section4 .main-container {
    padding: 10px 30px 60px;
  }
}
.section4 .main-container .top-row {
  text-align: center;
  text-transform: uppercase;
}
.section4 .main-container .top-row .dark {
  margin: 0.57em 0 7px 0;
}
.section4 .main-container .top-row .blue {
  margin: 0 0 0.57em 0;
}
.section4 .main-container .icon-row {
  display: flex;
  justify-content: space-around;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  align-items: center;
}
@media (max-width: 850px) {
  .section4 .main-container .icon-row {
    flex-direction: column;
  }
}
@media (max-width: 850px) {
  .section4 .main-container .icon-row a:last-child {
    margin-bottom: 0px;
  }
}
.section4 .main-container .icon-row a {
  text-decoration: none;
}
@media (max-width: 850px) {
  .section4 .main-container .icon-row a {
    margin-bottom: 90px;
  }
}
.section4 .main-container .icon-row a:hover .button {
  cursor: pointer;
  color: #fff;
  box-shadow: inset 0 0 0 0px rgba(146, 204, 80, 0);
  transition: all 0.2s;
  background: linear-gradient(180deg, rgb(146, 204, 80) 0%, rgb(102, 143, 56) 100%);
}
.section4 .main-container .icon-row a h6 {
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .section4 .main-container .icon-row a h6 {
    margin-bottom: 10px;
  }
}
.section4 .main-container .icon-row a p {
  padding: 10px 10px 20px;
}
.section4 .main-container .icon-row a img {
  width: 50%;
}
@media (max-width: 850px) {
  .section4 .main-container .icon-row a img {
    width: 120px;
  }
}
.section4 .main-container .icon-row a span {
  margin-top: 20px;
}

.featured-videos {
  border-top: 3px solid #fff;
  margin-top: 60px;
  padding-top: 30px;
}
.featured-videos .featured-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .featured-videos .featured-wrapper {
    flex-direction: column;
  }
}
.featured-videos .featured-wrapper .feature {
  display: flex;
  flex-direction: column;
  width: 33%;
  flex: 1;
  justify-content: space-between;
}
.featured-videos .featured-wrapper .feature .feature-title {
  display: flex;
  max-height: 170px;
  height: 100%;
}
.featured-videos .featured-wrapper .feature .bottom-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  max-height: 100px;
}
.featured-videos .featured-wrapper .feature .bottom-link h6 {
  margin: 0.67em 0 0 0;
}
.featured-videos .featured-wrapper .feature .iframe-wrapper {
  margin: 25px 0;
  position: relative;
  height: 0;
  padding-bottom: 51%;
}
.featured-videos .featured-wrapper .feature .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.featured-videos .featured-wrapper .feature .content {
  padding-bottom: 30px;
  display: flex;
  flex: 1;
}
@media (max-width: 800px) {
  .featured-videos .featured-wrapper .feature {
    width: 100%;
  }
}
.featured-videos .featured-wrapper .feature:nth-child(1) {
  padding-right: 40px;
}
@media (max-width: 800px) {
  .featured-videos .featured-wrapper .feature:nth-child(1) {
    padding-right: 0px;
  }
}
.featured-videos .featured-wrapper .feature:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 800px) {
  .featured-videos .featured-wrapper .feature:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
  }
}
.featured-videos .featured-wrapper .feature:nth-child(3) {
  padding-left: 40px;
}
@media (max-width: 800px) {
  .featured-videos .featured-wrapper .feature:nth-child(3) {
    padding-left: 0px;
    padding-top: 80px;
  }
}

.page-id-10255 .featured-videos .featured-wrapper .feature .bottom-link {
  display: none !important;
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 260px;
  min-width: 200px;
  margin: 63px 0 0 30px;
}
@media (max-width: 500px) {
  .custom-select-wrapper {
    display: block;
    margin: unset;
  }
}
.custom-select-wrapper .custom-selectt {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 15px 0px;
  border-radius: 35px;
}
.custom-select-wrapper .custom-selectt .custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 35px;
  z-index: 3;
  padding-left: 80px;
}
@media (max-width: 800px) {
  .custom-select-wrapper .custom-selectt .custom-select__trigger {
    padding-left: 40px;
  }
}
.custom-select-wrapper .custom-selectt .custom-select__trigger:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 60px;
  border-radius: 35px;
  background-color: #92CC50;
}
.custom-select-wrapper .custom-selectt .custom-select__trigger .arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
.custom-select-wrapper .custom-selectt .custom-select__trigger .arrow::before, .custom-select-wrapper .custom-selectt .custom-select__trigger .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}
.custom-select-wrapper .custom-selectt .custom-select__trigger .arrow::before {
  left: -5px;
  transform: rotate(-45deg);
  background-color: #000;
}
.custom-select-wrapper .custom-selectt .custom-select__trigger .arrow::after {
  left: 5px;
  transform: rotate(45deg);
  background-color: #000;
}
.custom-select-wrapper .custom-selectt .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  padding-top: 60px;
  margin-top: -59px;
  border-radius: 35px;
  padding-bottom: 33px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 15px 0px;
}
.custom-select-wrapper .custom-selectt .custom-options .custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 35px;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
}
.custom-select-wrapper .custom-selectt .custom-options .custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.custom-select-wrapper .custom-selectt .custom-options .custom-option .custom-option.selected {
  color: #000;
  background-color: #fff;
}
.custom-select-wrapper .custom-selectt.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-select-wrapper .custom-selectt.open .arrow::before {
  left: -5px;
  transform: rotate(45deg);
}
.custom-select-wrapper .custom-selectt.open .arrow::after {
  left: 5px;
  transform: rotate(-45deg);
}

.page-template-safety-topics .section4 {
  padding-bottom: 80px;
}
.page-template-safety-topics .custom-selectt.open {
  box-shadow: unset;
}
.page-template-safety-topics .custom-options {
  position: absolute;
  display: block;
  bottom: 30px;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  padding-top: 27px;
  box-shadow: unset;
}
.page-template-safety-topics .custom-options .menu-main-menu-container {
  position: absolute;
  bottom: 110px;
  bottom: 30px;
  left: 0;
  right: 0;
  background: #fff;
  pointer-events: none;
  padding-bottom: 60px;
  margin-bottom: -29px;
  border-radius: 35px;
  padding-top: 33px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 15px 0px;
}
.page-template-safety-topics .custom-options .menu-main-menu-container ul {
  list-style: none;
  margin: unset;
  padding: unset;
}
.page-template-safety-topics .custom-options .menu-main-menu-container ul li a {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 35px;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
}

.explore-row {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.explore-row .center {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 700px) {
  .explore-row .center {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .explore-row {
    flex-direction: column;
    align-items: center;
  }
}

.section4 .video-section {
  margin: 50px 0;
  padding: 10px 40px 40px;
  display: flex;
  flex-direction: row;
  background-color: #384087;
  border: 1px solid #999;
}
@media (max-width: 1200px) {
  .section4 .video-section {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .section4 .video-section {
    margin: 20px 0;
    padding: 10px 20px 20px;
  }
}
.section4 .video-section .carousel-wrapper {
  width: 65%;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .section4 .video-section .carousel-wrapper {
    width: 100%;
    padding-right: 0px;
  }
}
.section4 .video-section .carousel-wrapper .slick-slider .slick-list {
  height: unset !important;
}
.section4 .video-section .carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide .sliderNav {
  margin-top: 115px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.section4 .video-section .carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide .sliderNav h4 {
  position: absolute;
  top: -115px;
  width: 100%;
  border-bottom: 3px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
@media (max-width: 1450px) {
  .section4 .video-section .carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide .sliderNav h4 {
    font-size: 25px;
  }
}
.section4 .video-section .carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide .sliderNav iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section4 .video-section .carousel-wrapper2 {
  width: 35%;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .section4 .video-section .carousel-wrapper2 {
    width: 100%;
    padding-left: 0px;
  }
}
.section4 .video-section .carousel-wrapper2 .prev {
  position: relative;
  width: 28px;
  height: 16px;
  left: 88px;
  top: 10px;
}
.section4 .video-section .carousel-wrapper2 .prev:hover {
  cursor: pointer;
}
@media (max-width: 450px) {
  .section4 .video-section .carousel-wrapper2 .prev {
    left: 58px;
  }
}
.section4 .video-section .carousel-wrapper2 .next {
  position: relative;
  width: 28px;
  height: 16px;
  left: 88px;
  bottom: 10px;
}
.section4 .video-section .carousel-wrapper2 .next:hover {
  cursor: pointer;
}
@media (max-width: 450px) {
  .section4 .video-section .carousel-wrapper2 .next {
    left: 58px;
  }
}
.section4 .video-section .carousel-wrapper2 .slick-disabled {
  opacity: 0;
}
.section4 .video-section .carousel-wrapper2 h4 {
  border-bottom: 3px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
}
@media (max-width: 1450px) {
  .section4 .video-section .carousel-wrapper2 h4 {
    font-size: 25px;
  }
}
.section4 .video-section .carousel-wrapper2 .carousel2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 30px 0;
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-list {
  width: 100%;
  height: 420px !important;
}
@media (max-width: 450px) {
  .section4 .video-section .carousel-wrapper2 .carousel2 .slick-list {
    height: 325px !important;
  }
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track {
  width: 405px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track {
    align-items: unset;
  }
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track .is-active img {
  border: 2px solid #92cc50;
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track .slick-slide {
  margin: 15px 0;
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track .slick-slide:hover {
  cursor: pointer;
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track .slick-slide .sliderrr {
  display: flex !important;
  align-items: center;
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track .slick-slide .sliderrr img {
  height: 113px !important;
}
@media (max-width: 450px) {
  .section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track .slick-slide .sliderrr img {
    height: 80px !important;
  }
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track .slick-slide .sliderrr p {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
  margin: 0;
}
@media (max-width: 1350px) {
  .section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track .slick-slide .sliderrr p {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .section4 .video-section .carousel-wrapper2 .carousel2 .slick-list .slick-track .slick-slide .sliderrr p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
  }
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-prev {
  left: 37%;
  top: -7%;
}
@media (max-width: 900px) {
  .section4 .video-section .carousel-wrapper2 .carousel2 .slick-prev {
    left: 62px;
  }
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-next {
  right: unset;
  left: 37%;
  top: 107%;
}
@media (max-width: 900px) {
  .section4 .video-section .carousel-wrapper2 .carousel2 .slick-next {
    left: 62px;
  }
}
.section4 .video-section .carousel-wrapper2 .carousel2 .slick-disabled {
  opacity: 0.7;
}

.section5 .width-container {
  background-color: #fff;
  padding: 40px;
  margin-top: -120px;
  z-index: 1;
  position: relative;
}
.section5 .width-container h2 {
  text-align: center;
}
.section5 .width-container .news_article {
  display: flex;
  flex-direction: row;
  padding: 30px 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 700px) {
  .section5 .width-container .news_article {
    flex-direction: column;
  }
}
.section5 .width-container .news_article .news_img a img {
  min-width: 320px;
}
@media (max-width: 950px) {
  .section5 .width-container .news_article .news_img a img {
    max-width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 370px) {
  .section5 .width-container .news_article .news_img a img {
    max-width: 190px;
    min-width: 190px;
  }
}
.section5 .width-container .news_article .news_content {
  padding-left: 20px;
}
@media (max-width: 700px) {
  .section5 .width-container .news_article .news_content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.section5 .width-container .news_article .news_content h5 {
  margin-top: 0;
}
.section5 .width-container .news_article .news_content .link {
  color: #4b76b8;
}
.section5 .width-container-bottom {
  margin-top: -40px;
  display: flex;
  justify-content: center;
}
.page-template-homepage .section5 .width-container .news_article .news_img a img {
  min-width: 250px;
}
@media (max-width: 950px) {
  .page-template-homepage .section5 .width-container .news_article .news_img a img {
    max-width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 370px) {
  .page-template-homepage .section5 .width-container .news_article .news_img a img {
    max-width: 190px;
    min-width: 190px;
  }
}
.page-template-homepage .section5 .width-container .news_article .news_content .news_readmore {
  display: block;
}

.squares {
  position: relative;
}
.squares:before {
  content: "";
  background-image: url(http://safemt2020.wpengine.com/wp-content/uploads/2021/02/safemt-background-pattern_narrow.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0.4;
}
@media (max-width: 450px) {
  .squares:before {
    width: 100%;
  }
}
.squares:after {
  content: "";
  background-image: url(http://safemt2020.wpengine.com/wp-content/uploads/2021/02/safemt-background-pattern_narrow.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0.4;
}
@media (max-width: 450px) {
  .squares:after {
    display: none;
  }
}

.page-template-provider-bulletin-newsletter .section5 .width-container, .page-template-perspectives-newsletter .section5 .width-container, .page-template-archive-provider-bulletin .section5 .width-container, .page-template-archive-perspectives .section5 .width-container, .single-post .section5 .width-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .page-template-provider-bulletin-newsletter .section5 .width-container, .page-template-perspectives-newsletter .section5 .width-container, .page-template-archive-provider-bulletin .section5 .width-container, .page-template-archive-perspectives .section5 .width-container, .single-post .section5 .width-container {
    padding: 20px;
  }
}
.page-template-provider-bulletin-newsletter .section5 .width-container .blog, .page-template-perspectives-newsletter .section5 .width-container .blog, .page-template-archive-provider-bulletin .section5 .width-container .blog, .page-template-archive-perspectives .section5 .width-container .blog, .single-post .section5 .width-container .blog {
  padding-right: 40px;
}
@media (max-width: 500px) {
  .page-template-provider-bulletin-newsletter .section5 .width-container .blog, .page-template-perspectives-newsletter .section5 .width-container .blog, .page-template-archive-provider-bulletin .section5 .width-container .blog, .page-template-archive-perspectives .section5 .width-container .blog, .single-post .section5 .width-container .blog {
    padding-right: 0px;
  }
}
.page-template-provider-bulletin-newsletter .section5 .width-container .blog h2, .page-template-perspectives-newsletter .section5 .width-container .blog h2, .page-template-archive-provider-bulletin .section5 .width-container .blog h2, .page-template-archive-perspectives .section5 .width-container .blog h2, .single-post .section5 .width-container .blog h2 {
  text-align: left;
}
.page-template-provider-bulletin-newsletter .section5 .width-container .blog .sya_container, .page-template-perspectives-newsletter .section5 .width-container .blog .sya_container, .page-template-archive-provider-bulletin .section5 .width-container .blog .sya_container, .page-template-archive-perspectives .section5 .width-container .blog .sya_container, .single-post .section5 .width-container .blog .sya_container {
  font-size: 26px;
  font-weight: 800;
}
.page-template-provider-bulletin-newsletter .section5 .width-container .blog .sya_container ul li, .page-template-perspectives-newsletter .section5 .width-container .blog .sya_container ul li, .page-template-archive-provider-bulletin .section5 .width-container .blog .sya_container ul li, .page-template-archive-perspectives .section5 .width-container .blog .sya_container ul li, .single-post .section5 .width-container .blog .sya_container ul li {
  font-size: 16px;
  font-weight: 400;
}
.page-template-provider-bulletin-newsletter .section5 .width-container .blog .sya_container ul li::marker, .page-template-perspectives-newsletter .section5 .width-container .blog .sya_container ul li::marker, .page-template-archive-provider-bulletin .section5 .width-container .blog .sya_container ul li::marker, .page-template-archive-perspectives .section5 .width-container .blog .sya_container ul li::marker, .single-post .section5 .width-container .blog .sya_container ul li::marker {
  height: 16px;
}
@media (max-width: 1080px) {
  .page-template-provider-bulletin-newsletter .section5 .width-container .bottom, .page-template-perspectives-newsletter .section5 .width-container .bottom, .page-template-archive-provider-bulletin .section5 .width-container .bottom, .page-template-archive-perspectives .section5 .width-container .bottom, .single-post .section5 .width-container .bottom {
    border-left: unset;
    border-top: 3px solid #ccc;
    padding-left: unset;
    padding-top: 20px;
    margin-top: 60px;
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 700px) {
  .page-template-provider-bulletin-newsletter .section5 .width-container .bottom, .page-template-perspectives-newsletter .section5 .width-container .bottom, .page-template-archive-provider-bulletin .section5 .width-container .bottom, .page-template-archive-perspectives .section5 .width-container .bottom, .single-post .section5 .width-container .bottom {
    border-top: unset;
    margin-top: 0px;
  }
}
.page-template-provider-bulletin-newsletter .section5 .width-container .bottom .newsletter, .page-template-perspectives-newsletter .section5 .width-container .bottom .newsletter, .page-template-archive-provider-bulletin .section5 .width-container .bottom .newsletter, .page-template-archive-perspectives .section5 .width-container .bottom .newsletter, .single-post .section5 .width-container .bottom .newsletter {
  height: 68px;
}
.page-template-provider-bulletin-newsletter .section5 .width-container .bottom .archives, .page-template-provider-bulletin-newsletter .section5 .width-container .bottom .newsletter, .page-template-perspectives-newsletter .section5 .width-container .bottom .archives, .page-template-perspectives-newsletter .section5 .width-container .bottom .newsletter, .page-template-archive-provider-bulletin .section5 .width-container .bottom .archives, .page-template-archive-provider-bulletin .section5 .width-container .bottom .newsletter, .page-template-archive-perspectives .section5 .width-container .bottom .archives, .page-template-archive-perspectives .section5 .width-container .bottom .newsletter, .single-post .section5 .width-container .bottom .archives, .single-post .section5 .width-container .bottom .newsletter {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.page-template-provider-bulletin-newsletter .section5 .width-container .bottom .archives img, .page-template-provider-bulletin-newsletter .section5 .width-container .bottom .newsletter img, .page-template-perspectives-newsletter .section5 .width-container .bottom .archives img, .page-template-perspectives-newsletter .section5 .width-container .bottom .newsletter img, .page-template-archive-provider-bulletin .section5 .width-container .bottom .archives img, .page-template-archive-provider-bulletin .section5 .width-container .bottom .newsletter img, .page-template-archive-perspectives .section5 .width-container .bottom .archives img, .page-template-archive-perspectives .section5 .width-container .bottom .newsletter img, .single-post .section5 .width-container .bottom .archives img, .single-post .section5 .width-container .bottom .newsletter img {
  width: 62px;
}
.page-template-provider-bulletin-newsletter .section5 .width-container .bottom .archives .link, .page-template-provider-bulletin-newsletter .section5 .width-container .bottom .newsletter .link, .page-template-perspectives-newsletter .section5 .width-container .bottom .archives .link, .page-template-perspectives-newsletter .section5 .width-container .bottom .newsletter .link, .page-template-archive-provider-bulletin .section5 .width-container .bottom .archives .link, .page-template-archive-provider-bulletin .section5 .width-container .bottom .newsletter .link, .page-template-archive-perspectives .section5 .width-container .bottom .archives .link, .page-template-archive-perspectives .section5 .width-container .bottom .newsletter .link, .single-post .section5 .width-container .bottom .archives .link, .single-post .section5 .width-container .bottom .newsletter .link {
  font-size: 18px;
  font-weight: 800;
  color: #4B76B8;
  padding: 0 0 0 20px;
}
@media (max-width: 600px) {
  .page-template-provider-bulletin-newsletter .section5 .width-container .bottom .archives .link, .page-template-provider-bulletin-newsletter .section5 .width-container .bottom .newsletter .link, .page-template-perspectives-newsletter .section5 .width-container .bottom .archives .link, .page-template-perspectives-newsletter .section5 .width-container .bottom .newsletter .link, .page-template-archive-provider-bulletin .section5 .width-container .bottom .archives .link, .page-template-archive-provider-bulletin .section5 .width-container .bottom .newsletter .link, .page-template-archive-perspectives .section5 .width-container .bottom .archives .link, .page-template-archive-perspectives .section5 .width-container .bottom .newsletter .link, .single-post .section5 .width-container .bottom .archives .link, .single-post .section5 .width-container .bottom .newsletter .link {
    font-size: 12px;
  }
}
.page-template-provider-bulletin-newsletter .section5 .width-container .news_img a img, .page-template-perspectives-newsletter .section5 .width-container .news_img a img, .page-template-archive-provider-bulletin .section5 .width-container .news_img a img, .page-template-archive-perspectives .section5 .width-container .news_img a img, .single-post .section5 .width-container .news_img a img {
  min-width: 320px;
}
@media (max-width: 950px) {
  .page-template-provider-bulletin-newsletter .section5 .width-container .news_img a img, .page-template-perspectives-newsletter .section5 .width-container .news_img a img, .page-template-archive-provider-bulletin .section5 .width-container .news_img a img, .page-template-archive-perspectives .section5 .width-container .news_img a img, .single-post .section5 .width-container .news_img a img {
    max-width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 370px) {
  .page-template-provider-bulletin-newsletter .section5 .width-container .news_img a img, .page-template-perspectives-newsletter .section5 .width-container .news_img a img, .page-template-archive-provider-bulletin .section5 .width-container .news_img a img, .page-template-archive-perspectives .section5 .width-container .news_img a img, .single-post .section5 .width-container .news_img a img {
    max-width: 190px;
    min-width: 190px;
  }
}
.page-template-provider-bulletin-newsletter .section5 .width-container .news_content, .page-template-perspectives-newsletter .section5 .width-container .news_content, .page-template-archive-provider-bulletin .section5 .width-container .news_content, .page-template-archive-perspectives .section5 .width-container .news_content, .single-post .section5 .width-container .news_content {
  padding-left: 20px;
}
@media (max-width: 700px) {
  .page-template-provider-bulletin-newsletter .section5 .width-container .news_content, .page-template-perspectives-newsletter .section5 .width-container .news_content, .page-template-archive-provider-bulletin .section5 .width-container .news_content, .page-template-archive-perspectives .section5 .width-container .news_content, .single-post .section5 .width-container .news_content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.page-template-provider-bulletin-newsletter .section5 .width-container .news_content h5, .page-template-perspectives-newsletter .section5 .width-container .news_content h5, .page-template-archive-provider-bulletin .section5 .width-container .news_content h5, .page-template-archive-perspectives .section5 .width-container .news_content h5, .single-post .section5 .width-container .news_content h5 {
  margin-top: 0;
}

.single-post .single-newsletter .section5 .width-container .news_article {
  flex-direction: column;
  border-bottom: unset;
}
.single-post .single-newsletter .section5 .width-container .news_article .title-row {
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
  border-bottom: 3px solid #ccc;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .single-post .single-newsletter .section5 .width-container .news_article .title-row {
    flex-direction: column-reverse;
  }
}
.single-post .single-newsletter .section5 .width-container .news_article .title-row .featuredimage {
  max-width: 40%;
}
@media (max-width: 800px) {
  .single-post .single-newsletter .section5 .width-container .news_article .title-row .featuredimage {
    max-width: 100%;
  }
}
.single-post .single-newsletter .section5 .width-container .news_article .title-row .title-content {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .single-post .single-newsletter .section5 .width-container .news_article .title-row .title-content {
    padding-left: 0px;
  }
}
.single-post .single-newsletter .section5 .width-container .post-link-centerer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .single-post .single-newsletter .section5 .width-container .post-link-centerer {
    flex-direction: column;
  }
}
.single-post .single-newsletter .section5 .width-container .post-link-centerer .prev-link, .single-post .single-newsletter .section5 .width-container .post-link-centerer .next-link {
  max-width: 45%;
}
@media (max-width: 600px) {
  .single-post .single-newsletter .section5 .width-container .post-link-centerer .prev-link, .single-post .single-newsletter .section5 .width-container .post-link-centerer .next-link {
    max-width: 100%;
    margin-top: 20px;
  }
}

/*------------------------- COMMENTS -------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*------------------------POSTS AND PAGES ------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*------------------------ WIDGETS ------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.page-id-10255 .section1:before, .page-id-10735 .section1:before {
  content: "";
  background-color: rgba(3, 7, 84, 0) !important;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*------------------------ MEDIA ------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*------------------------ CAPTIONS ------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*------------------------ GALLERIES ------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.page-template-homepage .section2, .page-template-everything-page .section2 {
  position: relative;
}
.page-template-homepage .section2 a:hover, .page-template-everything-page .section2 a:hover {
  text-decoration: none !important;
}
.page-template-homepage .section2 .width-container, .page-template-everything-page .section2 .width-container {
  background-color: #fff;
  padding: 40px 60px 60px;
  margin-top: -120px;
  z-index: 9;
  position: relative;
  box-shadow: 0px 0px 50px 14px rgba(209, 209, 209, 0.3);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 9;
  position: relative;
}
@media (max-width: 800px) {
  .page-template-homepage .section2 .width-container, .page-template-everything-page .section2 .width-container {
    padding: 10px 30px 60px;
  }
}
.page-template-homepage .section2 .width-container:hover .button, .page-template-everything-page .section2 .width-container:hover .button {
  cursor: pointer;
  color: #fff;
  box-shadow: inset 0 0 0 0px rgba(146, 204, 80, 0);
  transition: all 0.2s;
  background: linear-gradient(180deg, rgb(146, 204, 80) 0%, rgb(102, 143, 56) 100%);
}
.page-template-homepage .section2 .width-container:hover a, .page-template-everything-page .section2 .width-container:hover a {
  text-decoration: none !important;
}
.page-template-homepage .section2 .width-container:hover h2, .page-template-everything-page .section2 .width-container:hover h2 {
  text-decoration: none !important;
}
.page-template-homepage .section2 .width-container .secondary-wrapper, .page-template-everything-page .section2 .width-container .secondary-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .page-template-homepage .section2 .width-container .secondary-wrapper, .page-template-everything-page .section2 .width-container .secondary-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .page-template-homepage .section2 .width-container .secondary-wrapper, .page-template-everything-page .section2 .width-container .secondary-wrapper {
    margin-bottom: 20px;
  }
}
.page-template-homepage .section2 .width-container .secondary-wrapper .top-row, .page-template-everything-page .section2 .width-container .secondary-wrapper .top-row {
  width: 48%;
  text-align: left;
  text-transform: uppercase;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .page-template-homepage .section2 .width-container .secondary-wrapper .top-row, .page-template-everything-page .section2 .width-container .secondary-wrapper .top-row {
    width: 100%;
  }
}
.page-template-homepage .section2 .width-container .secondary-wrapper .top-row .dark, .page-template-everything-page .section2 .width-container .secondary-wrapper .top-row .dark {
  margin: 0.57em 0 7px 0;
  font-size: 36px;
}
@media (max-width: 500px) {
  .page-template-homepage .section2 .width-container .secondary-wrapper .top-row .dark, .page-template-everything-page .section2 .width-container .secondary-wrapper .top-row .dark {
    font-size: 25px;
  }
}
.page-template-homepage .section2 .width-container .secondary-wrapper .top-row .blue, .page-template-everything-page .section2 .width-container .secondary-wrapper .top-row .blue {
  margin: 0 0 0.57em 0;
  font-size: 36px;
}
@media (max-width: 500px) {
  .page-template-homepage .section2 .width-container .secondary-wrapper .top-row .blue, .page-template-everything-page .section2 .width-container .secondary-wrapper .top-row .blue {
    font-size: 25px;
  }
}
.page-template-homepage .section2 .width-container .secondary-wrapper .icon-row, .page-template-everything-page .section2 .width-container .secondary-wrapper .icon-row {
  width: 48%;
  display: flex;
  justify-content: center;
  border-top: unset;
  text-align: unset;
  align-items: center;
}
@media (max-width: 1200px) {
  .page-template-homepage .section2 .width-container .secondary-wrapper .icon-row, .page-template-everything-page .section2 .width-container .secondary-wrapper .icon-row {
    width: 100%;
  }
}
.page-template-homepage .section2 .width-container .secondary-wrapper .icon-row .icon-section, .page-template-everything-page .section2 .width-container .secondary-wrapper .icon-row .icon-section {
  text-decoration: none;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  flex-basis: unset;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 850px) {
  .page-template-homepage .section2 .width-container .secondary-wrapper .icon-row .icon-section, .page-template-everything-page .section2 .width-container .secondary-wrapper .icon-row .icon-section {
    margin-bottom: 60px;
    width: 100%;
  }
}
.page-template-homepage .section2 .width-container .secondary-wrapper .icon-row .icon-section h6, .page-template-everything-page .section2 .width-container .secondary-wrapper .icon-row .icon-section h6 {
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .page-template-homepage .section2 .width-container .secondary-wrapper .icon-row .icon-section h6, .page-template-everything-page .section2 .width-container .secondary-wrapper .icon-row .icon-section h6 {
    margin-bottom: 10px;
  }
}
.page-template-homepage .section2 .width-container .secondary-wrapper .icon-row .icon-section p, .page-template-everything-page .section2 .width-container .secondary-wrapper .icon-row .icon-section p {
  padding: 10px 10px 20px;
}
.page-template-homepage .section2 .width-container .secondary-wrapper .icon-row .icon-section img, .page-template-everything-page .section2 .width-container .secondary-wrapper .icon-row .icon-section img {
  width: 100%;
  max-width: 600px;
}
.page-template-homepage .section2 .width-container .secondary-wrapper .icon-row .icon-section span, .page-template-everything-page .section2 .width-container .secondary-wrapper .icon-row .icon-section span {
  margin-top: 20px;
}
.page-template-homepage .section2 .button, .page-template-everything-page .section2 .button {
  margin: 0 auto;
  display: flex;
  width: max-content;
}
.page-template-homepage .section3, .page-template-everything-page .section3 {
  position: relative;
  overflow-x: hidden;
}
.page-template-homepage .section3:before, .page-template-everything-page .section3:before {
  content: "";
  background-image: url(http://safemt2020.wpengine.com/wp-content/uploads/2021/02/safemt-background-pattern_narrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0.4;
}
@media (max-width: 450px) {
  .page-template-homepage .section3:before, .page-template-everything-page .section3:before {
    width: 100%;
  }
}
.page-template-homepage .section3:after, .page-template-everything-page .section3:after {
  content: "";
  background-image: url(http://safemt2020.wpengine.com/wp-content/uploads/2021/02/safemt-background-pattern_narrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0.4;
}
@media (max-width: 450px) {
  .page-template-homepage .section3:after, .page-template-everything-page .section3:after {
    display: none;
  }
}
.page-template-homepage .section3 .width-container, .page-template-everything-page .section3 .width-container {
  display: flex;
  justify-content: space-between;
  z-index: 9;
  position: relative;
}
@media (max-width: 750px) {
  .page-template-homepage .section3 .width-container, .page-template-everything-page .section3 .width-container {
    flex-direction: column;
  }
}
.page-template-homepage .section3 .width-container a, .page-template-everything-page .section3 .width-container a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-template-homepage .section3 .width-container a .image-wrapper, .page-template-everything-page .section3 .width-container a .image-wrapper {
  position: relative;
}
.page-template-homepage .section3 .width-container a .image-wrapper:before, .page-template-everything-page .section3 .width-container a .image-wrapper:before {
  content: "";
  background-color: rgba(3, 7, 84, 0.2);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-template-homepage .section3 .width-container a .bottom-content, .page-template-everything-page .section3 .width-container a .bottom-content {
  background-color: #fff;
  text-align: center;
  padding: 0 20px 50px;
  margin-top: -4px;
  z-index: 9;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}
.page-template-homepage .section3 .width-container a .bottom-content h3, .page-template-everything-page .section3 .width-container a .bottom-content h3 {
  margin: 0;
  padding: 0.67em 0;
}
.page-template-homepage .section3 .width-container a .bottom-content h6, .page-template-everything-page .section3 .width-container a .bottom-content h6 {
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.7);
}
.page-template-homepage .section3 .width-container a .bottom-content .button, .page-template-everything-page .section3 .width-container a .bottom-content .button {
  display: flex;
}
.page-template-homepage .section3 .width-container a:hover .button, .page-template-everything-page .section3 .width-container a:hover .button {
  cursor: pointer;
  color: #fff;
  box-shadow: inset 0 0 0 0px rgba(146, 204, 80, 0);
  transition: all 0.2s;
  background: linear-gradient(180deg, rgb(146, 204, 80) 0%, rgb(102, 143, 56) 100%);
}
.page-template-homepage .section3 .width-container a:first-child, .page-template-everything-page .section3 .width-container a:first-child {
  padding-right: 10px;
}
@media (max-width: 750px) {
  .page-template-homepage .section3 .width-container a:first-child, .page-template-everything-page .section3 .width-container a:first-child {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.page-template-homepage .section3 .width-container a:last-child, .page-template-everything-page .section3 .width-container a:last-child {
  padding-left: 10px;
}
@media (max-width: 750px) {
  .page-template-homepage .section3 .width-container a:last-child, .page-template-everything-page .section3 .width-container a:last-child {
    padding-left: 0;
  }
}
.page-template-homepage .explore-row, .page-template-everything-page .explore-row {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  background-color: rgb(53, 60, 145);
  align-items: center;
  padding: 0 20px;
  max-width: 1320px;
}
.page-template-homepage .explore-row .center, .page-template-everything-page .explore-row .center {
  margin-top: 20px;
}
.page-template-homepage .explore-row .custom-select-wrapper, .page-template-everything-page .explore-row .custom-select-wrapper {
  margin: 33px 0 30px 30px;
}
@media (max-width: 500px) {
  .page-template-homepage .explore-row .custom-select-wrapper, .page-template-everything-page .explore-row .custom-select-wrapper {
    margin: 33px 0 30px 0px;
  }
}
.page-template-homepage .explore-row .custom-select-wrapper .custom-options, .page-template-everything-page .explore-row .custom-select-wrapper .custom-options {
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0;
  top: unset;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  z-index: 2;
  padding-top: 30px;
  margin-top: -59px;
  border-radius: 35px;
  padding-bottom: 63px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 15px 0px;
}

/*--------------------------------------------------------------
# Safety Topics
--------------------------------------------------------------*/
.inline-video {
  float: right;
  margin-left: 20px;
  min-width: 380px;
}
.inline-video iframe {
  height: 225px;
  width: 380px;
}
@media (max-width: 700px) {
  .inline-video iframe {
    height: 181px;
    width: 300px;
  }
}
@media (max-width: 400px) {
  .inline-video iframe {
    height: 130px;
    width: 220px;
  }
}
@media (max-width: 700px) {
  .inline-video {
    min-width: 300px;
  }
}
@media (max-width: 400px) {
  .inline-video {
    min-width: 220px;
  }
}

.page-template-default .explore-row {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  background-color: rgb(53, 60, 145);
  align-items: center;
  padding: 0 20px;
  max-width: 1320px;
}
.page-template-default .explore-row .center {
  margin-top: 20px;
}
.page-template-default .explore-row .custom-select-wrapper {
  margin: 33px 0 30px 30px;
}
@media (max-width: 500px) {
  .page-template-default .explore-row .custom-select-wrapper {
    margin: 33px 0 30px 0px;
  }
}
.page-template-default .explore-row .custom-select-wrapper .custom-options {
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0;
  top: unset;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  z-index: 2;
  padding-top: 30px;
  margin-top: -59px;
  border-radius: 35px;
  padding-bottom: 63px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 15px 0px;
}

.page-template-remote-worker .section4 {
  padding-bottom: 60px;
}

.safety-topics .video-container, .page-template-remote-worker .video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.safety-topics .video-container iframe, .page-template-remote-worker .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.safety-topics .section2 .width-container, .page-template-remote-worker .section2 .width-container {
  padding: 60px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1000px) {
  .safety-topics .section2 .width-container, .page-template-remote-worker .section2 .width-container {
    display: inline-block;
  }
}
@media (max-width: 800px) {
  .safety-topics .section2 .width-container, .page-template-remote-worker .section2 .width-container {
    padding: 10px 30px 30px;
  }
}
.safety-topics .section2 .width-container .icon, .page-template-remote-worker .section2 .width-container .icon {
  width: 190px;
  min-width: 190px;
  border-right: 2px solid #ccc;
  padding-right: 40px;
}
@media (max-width: 1000px) {
  .safety-topics .section2 .width-container .icon, .page-template-remote-worker .section2 .width-container .icon {
    float: left;
    padding: 10px 20px 10px 0;
    margin-right: 20px;
  }
}
@media (max-width: 650px) {
  .safety-topics .section2 .width-container .icon, .page-template-remote-worker .section2 .width-container .icon {
    width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 450px) {
  .safety-topics .section2 .width-container .icon, .page-template-remote-worker .section2 .width-container .icon {
    float: none;
    margin: 0 auto;
    border-bottom: 2px solid #ccc;
    border-right: none;
    padding: 10px 0 10px 0;
  }
}
.safety-topics .section2 .width-container .content, .page-template-remote-worker .section2 .width-container .content {
  padding-left: 40px;
}
@media (max-width: 1000px) {
  .safety-topics .section2 .width-container .content, .page-template-remote-worker .section2 .width-container .content {
    padding-left: 0px;
  }
}
.safety-topics .section2 .width-container .content h1, .safety-topics .section2 .width-container .content h2, .safety-topics .section2 .width-container .content h3, .safety-topics .section2 .width-container .content h4, .safety-topics .section2 .width-container .content h5, .safety-topics .section2 .width-container .content h6, .safety-topics .section2 .width-container .content p, .page-template-remote-worker .section2 .width-container .content h1, .page-template-remote-worker .section2 .width-container .content h2, .page-template-remote-worker .section2 .width-container .content h3, .page-template-remote-worker .section2 .width-container .content h4, .page-template-remote-worker .section2 .width-container .content h5, .page-template-remote-worker .section2 .width-container .content h6, .page-template-remote-worker .section2 .width-container .content p {
  color: #4E4E4E;
}
@media (max-width: 450px) {
  .safety-topics .section2 .width-container .content .button-wrapper, .page-template-remote-worker .section2 .width-container .content .button-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .safety-topics .section2 .width-container .content .button-wrapper a, .page-template-remote-worker .section2 .width-container .content .button-wrapper a {
    margin: 20px 0 !important;
  }
}
.safety-topics .section4, .page-template-remote-worker .section4 {
  position: relative;
}
.safety-topics .section4 .width-container, .page-template-remote-worker .section4 .width-container {
  z-index: 9;
  position: relative;
}
.safety-topics .section4 .width-container ul, .safety-topics .section4 .width-container ol, .page-template-remote-worker .section4 .width-container ul, .page-template-remote-worker .section4 .width-container ol {
  overflow: auto;
}
@media (max-width: 600px) {
  .safety-topics .section4 .width-container ol ul, .page-template-remote-worker .section4 .width-container ol ul {
    margin: 0 0 1em 0em;
  }
}
.safety-topics .section4 .width-container span, .page-template-remote-worker .section4 .width-container span {
  font-size: 18px;
  margin: 0.67em 0;
  font-weight: 200;
  color: #fff;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
}
.safety-topics .section4:after, .page-template-remote-worker .section4:after {
  content: "";
  background-color: #4B76B8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(51, 56, 138, 0.85) 0%, rgb(51, 56, 138) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
.safety-topics .explore-row, .page-template-remote-worker .explore-row {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  background-color: rgb(53, 60, 145);
  align-items: center;
  padding: 0 20px;
  max-width: 1320px;
}
.safety-topics .explore-row .center, .page-template-remote-worker .explore-row .center {
  margin-top: 20px;
}
.safety-topics .explore-row .custom-select-wrapper, .page-template-remote-worker .explore-row .custom-select-wrapper {
  margin: 33px 0 30px 30px;
}
@media (max-width: 500px) {
  .safety-topics .explore-row .custom-select-wrapper, .page-template-remote-worker .explore-row .custom-select-wrapper {
    margin: 33px 0 30px 0px;
  }
}
.safety-topics .explore-row .custom-select-wrapper .custom-options, .page-template-remote-worker .explore-row .custom-select-wrapper .custom-options {
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0;
  top: unset;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  z-index: 2;
  padding-top: 30px;
  margin-top: -59px;
  border-radius: 35px;
  padding-bottom: 63px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 15px 0px;
}

.related-resources {
  background-color: #fff;
}
.related-resources .heading-content {
  padding-bottom: 40px;
  border-bottom: 3px solid #ccc;
  margin-bottom: 40px;
}
.related-resources .resources {
  display: flex;
  flex-wrap: wrap;
}
.related-resources .resources a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  flex-basis: 33.33%;
  margin: 10px 0;
  padding: 0 10px;
}
@media (max-width: 1150px) {
  .related-resources .resources a {
    flex-basis: 50%;
  }
}
@media (max-width: 800px) {
  .related-resources .resources a {
    flex-basis: 100%;
  }
}
.related-resources .resources a .icon img {
  width: 40px;
  min-width: 40px;
}
.related-resources .resources a .content-area {
  padding-left: 10px;
}
.related-resources .resources a .content-area .dark {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 18px;
}
.related-resources .resources a .content-area .link {
  color: #4B76B8 !important;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin-top: 0px;
}
.related-resources .resources a .content-area .link:hover {
  cursor: pointer;
  transition: all 0.2s;
}
.related-resources .resources a .content-area .link:hover:after {
  animation: bounce 0.7s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}
.related-resources .resources a .content-area .link:after {
  content: url("http://safemt2020.wpengine.com/wp-content/uploads/2020/11/arrow-1.png");
  position: absolute;
  width: 22px;
  height: 20px;
  margin-left: 4px;
  margin-top: 1px;
  display: inline-block;
}

.explore {
  padding: 30px;
}
.explore .explore-row {
  margin-top: 0px;
}
.explore .explore-row .center {
  margin-top: 16px;
  text-align: center;
}
.explore .explore-row .custom-select-wrapper {
  margin-top: 0px;
}
@media (max-width: 500px) {
  .explore .explore-row .custom-select-wrapper {
    margin-top: 40px;
  }
}

.page-template-video .main-navigation .menu-item a {
  color: #464646;
}
.page-template-video .squares:before {
  top: -120px;
  height: unset;
}
.page-template-video .squares:after {
  top: -120px;
  height: unset;
}
.page-template-video .section4 {
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-image: unset;
  padding-bottom: 80px;
}
.page-template-video .section4 .width-container {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 40px;
}
.page-template-video .section4 .width-container .centerer {
  border-bottom: 3px solid #ccc;
  margin-bottom: 40px;
}
.page-template-video .section4 .width-container .centerer h1 {
  color: #4B76B8;
  margin-top: 0;
  font-size: 42px;
}
.page-template-video .button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 785px) {
  .page-template-video .button-group button {
    font-size: 12px;
    border-radius: 25px;
    box-shadow: inset 0 0 0 2px #92cc50;
    padding: 15px 21px;
  }
  .page-template-video .button-group button:hover {
    box-shadow: inset 0 0 0 0px #92cc50;
  }
}
@media (max-width: 730px) {
  .page-template-video .button-group button {
    width: 180px;
  }
}
.page-template-video .button-group button.is-checked {
  text-shadow: 0px 0px 8px #000;
  cursor: pointer;
  color: #fff;
  box-shadow: inset 0 0 0 0px rgba(146, 204, 80, 0);
  transition: all 0.2s;
  background: linear-gradient(180deg, #92cc50 0%, #668f38 100%);
}
.page-template-video .button-group button.is-checked:focus {
  outline: 0;
}
@media (max-width: 730px) {
  .page-template-video .button-group {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-video #container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.page-template-video #container .card {
  width: 33%;
  max-height: 200px;
  padding-bottom: 18.6%;
}
.page-template-video #container .card iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 730px) {
  .page-template-video #container .card {
    width: 50%;
    padding-bottom: 27.6%;
  }
}
@media (max-width: 600px) {
  .page-template-video #container .card {
    width: 100%;
    padding-bottom: 55.6%;
  }
}

.noimage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(209, 209, 209, 0.3);
  min-height: unset !important;
  position: relative;
  margin-top: -110px;
  overflow: hidden;
  border-bottom: 3px solid #ccc;
}
.noimage .width-container {
  padding-top: 100px !important;
}

.no-image .width-container {
  margin-top: 0px !important;
}

.page-template-landing-page, .page-template-everything-page, .page-template-naked_landing_page {
  padding-top: 0 !important;
}
.page-template-landing-page .landing-page .section4 .main-container, .page-template-everything-page .landing-page .section4 .main-container, .page-template-naked_landing_page .landing-page .section4 .main-container {
  margin-top: -205px;
}
.page-template-landing-page .landing-page .section4 .main-container .top-row, .page-template-everything-page .landing-page .section4 .main-container .top-row, .page-template-naked_landing_page .landing-page .section4 .main-container .top-row {
  text-align: left;
}
.page-template-landing-page .landing-page .section4 .main-container .icon-row, .page-template-everything-page .landing-page .section4 .main-container .icon-row, .page-template-naked_landing_page .landing-page .section4 .main-container .icon-row {
  text-align: left;
}
.page-template-landing-page .landing-page .section4 .featured-videos, .page-template-everything-page .landing-page .section4 .featured-videos, .page-template-naked_landing_page .landing-page .section4 .featured-videos {
  border-top: unset;
  margin-bottom: 60px;
}
.page-template-landing-page .landing-page .section4 .featured-videos .feature, .page-template-everything-page .landing-page .section4 .featured-videos .feature, .page-template-naked_landing_page .landing-page .section4 .featured-videos .feature {
  display: flex;
  flex-direction: column;
  width: 33%;
}
@media (max-width: 800px) {
  .page-template-landing-page .landing-page .section4 .featured-videos .feature, .page-template-everything-page .landing-page .section4 .featured-videos .feature, .page-template-naked_landing_page .landing-page .section4 .featured-videos .feature {
    width: 100%;
  }
}
.page-template-landing-page .landing-page .section4 .light, .page-template-everything-page .landing-page .section4 .light, .page-template-naked_landing_page .landing-page .section4 .light {
  color: #ffffff;
}
.page-template-landing-page .landing-page .section2 .blue, .page-template-everything-page .landing-page .section2 .blue, .page-template-naked_landing_page .landing-page .section2 .blue {
  margin-top: 40px !important;
  padding-bottom: 40px !important;
  border-bottom: 3px solid #ccc;
}
.page-template-landing-page .landing-page .section2 .explore-row, .page-template-everything-page .landing-page .section2 .explore-row, .page-template-naked_landing_page .landing-page .section2 .explore-row {
  margin-top: 0px;
  background-color: rgb(53, 60, 145);
  position: relative;
  z-index: 9;
  align-items: center;
  padding: 0 20px;
}
.page-template-landing-page .landing-page .section2 .explore-row .center, .page-template-everything-page .landing-page .section2 .explore-row .center, .page-template-naked_landing_page .landing-page .section2 .explore-row .center {
  margin-top: 20px;
}
.page-template-landing-page .landing-page .section2 .explore-row .custom-select-wrapper, .page-template-everything-page .landing-page .section2 .explore-row .custom-select-wrapper, .page-template-naked_landing_page .landing-page .section2 .explore-row .custom-select-wrapper {
  margin: 33px 0 30px 30px;
}
@media (max-width: 500px) {
  .page-template-landing-page .landing-page .section2 .explore-row .custom-select-wrapper, .page-template-everything-page .landing-page .section2 .explore-row .custom-select-wrapper, .page-template-naked_landing_page .landing-page .section2 .explore-row .custom-select-wrapper {
    margin: 33px 0 30px 0px;
  }
}
.page-template-landing-page header, .page-template-everything-page header, .page-template-naked_landing_page header {
  background-color: #91CC50;
}
.page-template-landing-page header .logoclick, .page-template-everything-page header .logoclick, .page-template-naked_landing_page header .logoclick {
  padding: 10px;
  margin: 0 auto;
}
.page-template-landing-page header .logoclick img, .page-template-everything-page header .logoclick img, .page-template-naked_landing_page header .logoclick img {
  margin-top: unset;
}
.page-template-landing-page #shiftnav-toggle-main, .page-template-everything-page #shiftnav-toggle-main, .page-template-naked_landing_page #shiftnav-toggle-main {
  display: none;
}

.page-id-10735 .section5 {
  padding-bottom: 50px;
  background-color: #52639f;
}
.page-id-10735 .section5 .content p {
  color: #000000 !important;
}
.page-id-10735 .section4 .main-container {
  margin-top: 0px;
}
.page-id-10735 .carousel3 {
  display: flex;
  flex-direction: row;
}
.page-id-10735 .carousel3 .slick-slide {
  position: relative;
}
.page-id-10735 .carousel3 .slick-slide:after {
  content: "";
  background-image: url(https://www.safemt.com/wp-content/uploads/2023/06/MSF_Logo-Vertical_safemt_WHT.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 179px;
  height: 313px;
  position: absolute;
  display: inline-block;
  bottom: 2px;
  right: 5px;
  z-index: 10;
  opacity: 0.05;
}
.page-id-10735 .carousel3 .slick-slide .sliderrr {
  background-color: #384087;
  padding: 15px;
  margin: 0 20px;
  width: 94% !important;
  position: relative;
}
@media (max-width: 750px) {
  .page-id-10735 .carousel3 .slick-slide .sliderrr {
    width: 89% !important;
  }
}
.page-id-10735 .carousel3 .slick-slide .sliderrr h5 {
  border-bottom: 2px solid #fff;
  color: #fff;
}

body.page-template-everything-page header {
  background-color: #91CC50;
}
body.page-template-everything-page header .logoclick {
  padding: 10px;
  margin: 0 auto;
}
body.page-template-everything-page header .logoclick img {
  margin-top: unset;
}
body.page-template-everything-page footer#colophon {
  padding: 0 40px 40px;
}
body.page-template-everything-page footer#colophon .top-row {
  display: none;
}
body.page-template-everything-page #shiftnav-toggle-main {
  display: none;
}
body.page-template-everything-page .landing-page .section4 .main-container {
  margin-top: -205px;
  padding: 10px 60px 20px;
}
body.page-template-everything-page .landing-page .section4 .main-container .top-row2 {
  margin-top: 25px;
}
body.page-template-everything-page .landing-page .section4 .video-section {
  margin-top: 0px;
}
body.page-template-everything-page .landing-page .section4 .content {
  padding-top: 30px;
}
body.page-template-everything-page .landing-page .section2 .blue {
  margin-top: 15px !important;
  padding-bottom: 25px !important;
}
body.page-template-everything-page .landing-page .section3 {
  padding-top: 80px;
}
body.page-template-everything-page .landing-page .tabs .width-container {
  padding: 20px 60px 60px;
}

.container {
  padding: 0;
  margin: 0;
}
.container .nav-tabs {
  margin: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  flex-wrap: unset;
}
@media (max-width: 700px) {
  .container .nav-tabs {
    flex-direction: column;
  }
}
.container .nav-tabs li {
  padding: 0 7.5px;
}
@media (max-width: 700px) {
  .container .nav-tabs li {
    padding: 0;
  }
}
.container .nav-tabs li:first-child {
  padding-right: 7.5px;
  padding-left: 0px;
}
@media (max-width: 700px) {
  .container .nav-tabs li:first-child {
    padding: 0;
  }
}
.container .nav-tabs li:last-child {
  padding-left: 7.5px;
  padding-right: 0px;
}
@media (max-width: 700px) {
  .container .nav-tabs li:last-child {
    padding: 0;
  }
}
.container .nav-tabs a.active h5 {
  color: #92CC50;
  text-decoration: underline;
}
.container .nav-tabs a h5 {
  color: #000000;
}
@media (max-width: 870px) {
  .container .nav-tabs a h5 {
    font-size: 18px;
  }
}

.tabs .tab-content > .tab-pane {
  display: none;
}
.tabs .tab-content > .active {
  display: block;
}

#test .container {
  margin: 50px;
}
@media (min-width: 768px) {
  #test .panel-heading {
    display: none;
  }
  #test .panel {
    border: none;
    box-shadow: none;
  }
  #test .panel-collapse {
    height: auto;
  }
  #test .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  #test .tab-content .tab-pane {
    display: block;
  }
  #test .nav-tabs {
    display: none;
  }
  #test .panel-title a {
    display: block;
  }
  #test .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }
  #test .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }
  #test .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
}

.page-no-image .main-navigation .menu-item a {
  color: #464646;
}

.search-no-results .no-results .width-container {
  min-height: 50vh;
}
.search-no-results .no-results .width-container form {
  margin-top: 70px;
}
.search-no-results .no-results .width-container form input {
  padding: 4px 6px 6px;
}

.search-results .link, .search-no-results .link {
  color: #4B76B8;
  font-size: 20px;
}
.search-results .wrapper, .search-no-results .wrapper {
  display: flex;
}
.search-results .wrapper .entry-summary, .search-no-results .wrapper .entry-summary {
  padding-left: 20px;
  margin-top: 0;
}
.search-results .wrapper .entry-summary p, .search-no-results .wrapper .entry-summary p {
  margin-top: 0px;
}
@media (max-width: 750px) {
  .search-results .wrapper .entry-summary, .search-no-results .wrapper .entry-summary {
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .search-results .wrapper, .search-no-results .wrapper {
    flex-direction: column;
  }
}
.search-results #page .main-content, .search-no-results #page .main-content {
  margin-top: 0px !important;
  padding: 10px;
}
.search-results #page .main-content .width-container, .search-no-results #page .main-content .width-container {
  padding: 1px 30px 1px;
}
.search-results #page .main-content .width-container input[type=submit], .search-no-results #page .main-content .width-container input[type=submit] {
  padding: 0.3em 1em 0.4em;
}
.search-results #page #primary .main-content, .search-no-results #page #primary .main-content {
  margin-top: 0px !important;
}
.search-results #page #primary .main-content .width-container, .search-no-results #page #primary .main-content .width-container {
  padding: 1px 30px 1px;
}
@media (max-width: 750px) {
  .search-results #page #primary .main-content .width-container, .search-no-results #page #primary .main-content .width-container {
    padding: 10px 20px 20px;
  }
}
.search-results #page #primary .main-content .entry-title a, .search-no-results #page #primary .main-content .entry-title a {
  color: #4B76B8;
}
.search-results #page #primary .main-content .post-thumbnail img, .search-no-results #page #primary .main-content .post-thumbnail img {
  max-width: 200px;
}
.search-results #page #primary .page-title, .search-no-results #page #primary .page-title {
  z-index: 1;
  position: relative;
}

div.table {
  background-color: white;
}
@media (max-width: 814px) {
  div.table {
    overflow-x: scroll;
  }
}
div.table table {
  min-width: 600px;
  width: 100;
  border: 1px solid #ccc;
}
div.table table tr td {
  padding: 4px;
}

.page-id-117 .width-container h2.blue {
  border-bottom: unset !important;
}

.page-id-1507 .poster-wrapper, .page-template-default .poster-wrapper, .page-template-card-page .poster-wrapper {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.page-id-1507 .poster-wrapper .poster, .page-template-default .poster-wrapper .poster, .page-template-card-page .poster-wrapper .poster {
  float: left;
  width: 25%;
  min-height: 385px;
}
@media (max-width: 950px) {
  .page-id-1507 .poster-wrapper .poster, .page-template-default .poster-wrapper .poster, .page-template-card-page .poster-wrapper .poster {
    width: 48% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 950px) {
  .page-id-1507 .poster-wrapper, .page-template-default .poster-wrapper, .page-template-card-page .poster-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.page-template-default .poster-wrapper, .search-results .poster-wrapper, .search-no-results .poster-wrapper, .page-template-wfh .poster-wrapper, .page-template-card-page .poster-wrapper {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.page-template-default .poster-wrapper .poster, .search-results .poster-wrapper .poster, .search-no-results .poster-wrapper .poster, .page-template-wfh .poster-wrapper .poster, .page-template-card-page .poster-wrapper .poster {
  float: left;
  width: 25%;
  min-height: 385px;
}
@media (max-width: 950px) {
  .page-template-default .poster-wrapper .poster, .search-results .poster-wrapper .poster, .search-no-results .poster-wrapper .poster, .page-template-wfh .poster-wrapper .poster, .page-template-card-page .poster-wrapper .poster {
    width: 50%;
    min-height: unset;
  }
}
.page-template-default .flex-container, .search-results .flex-container, .search-no-results .flex-container, .page-template-wfh .flex-container, .page-template-card-page .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.page-template-default .flex-container .cards, .search-results .flex-container .cards, .search-no-results .flex-container .cards, .page-template-wfh .flex-container .cards, .page-template-card-page .flex-container .cards {
  flex-basis: 33%;
  padding: 20px;
}
@media (max-width: 850px) {
  .page-template-default .flex-container .cards, .search-results .flex-container .cards, .search-no-results .flex-container .cards, .page-template-wfh .flex-container .cards, .page-template-card-page .flex-container .cards {
    flex-basis: 50%;
  }
}
@media (max-width: 650px) {
  .page-template-default .flex-container .cards, .search-results .flex-container .cards, .search-no-results .flex-container .cards, .page-template-wfh .flex-container .cards, .page-template-card-page .flex-container .cards {
    flex-basis: 100%;
  }
}
.page-template-default .flex-container .cards img, .search-results .flex-container .cards img, .search-no-results .flex-container .cards img, .page-template-wfh .flex-container .cards img, .page-template-card-page .flex-container .cards img {
  max-width: 80%;
}
.page-template-default .no-image .main-content, .search-results .no-image .main-content, .search-no-results .no-image .main-content, .page-template-wfh .no-image .main-content, .page-template-card-page .no-image .main-content {
  margin-top: 0px !important;
}
.page-template-default #page, .search-results #page, .search-no-results #page, .page-template-wfh #page, .page-template-card-page #page {
  position: relative;
}
.page-template-default #page:before, .search-results #page:before, .search-no-results #page:before, .page-template-wfh #page:before, .page-template-card-page #page:before {
  content: "";
  background-image: url(http://safemt2020.wpengine.com/wp-content/uploads/2021/02/safemt-background-pattern_narrow.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0.4;
}
@media (max-width: 450px) {
  .page-template-default #page:before, .search-results #page:before, .search-no-results #page:before, .page-template-wfh #page:before, .page-template-card-page #page:before {
    width: 100%;
  }
}
.page-template-default #page:after, .search-results #page:after, .search-no-results #page:after, .page-template-wfh #page:after, .page-template-card-page #page:after {
  content: "";
  background-image: url(http://safemt2020.wpengine.com/wp-content/uploads/2021/02/safemt-background-pattern_narrow.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0.4;
}
@media (max-width: 450px) {
  .page-template-default #page:after, .search-results #page:after, .search-no-results #page:after, .page-template-wfh #page:after, .page-template-card-page #page:after {
    display: none;
  }
}
.page-template-default #page .section1, .search-results #page .section1, .search-no-results #page .section1, .page-template-wfh #page .section1, .page-template-card-page #page .section1 {
  z-index: 1;
}
.page-template-default #page .main-content, .search-results #page .main-content, .search-no-results #page .main-content, .page-template-wfh #page .main-content, .page-template-card-page #page .main-content {
  margin-top: -120px;
}
.page-template-default #page .main-content, .page-template-default #page .tabs, .page-template-default #page .accordion, .page-template-default #page .videos, .search-results #page .main-content, .search-results #page .tabs, .search-results #page .accordion, .search-results #page .videos, .search-no-results #page .main-content, .search-no-results #page .tabs, .search-no-results #page .accordion, .search-no-results #page .videos, .page-template-wfh #page .main-content, .page-template-wfh #page .tabs, .page-template-wfh #page .accordion, .page-template-wfh #page .videos, .page-template-card-page #page .main-content, .page-template-card-page #page .tabs, .page-template-card-page #page .accordion, .page-template-card-page #page .videos {
  position: relative;
}
.page-template-default #page .main-content .width-container, .page-template-default #page .tabs .width-container, .page-template-default #page .accordion .width-container, .page-template-default #page .videos .width-container, .search-results #page .main-content .width-container, .search-results #page .tabs .width-container, .search-results #page .accordion .width-container, .search-results #page .videos .width-container, .search-no-results #page .main-content .width-container, .search-no-results #page .tabs .width-container, .search-no-results #page .accordion .width-container, .search-no-results #page .videos .width-container, .page-template-wfh #page .main-content .width-container, .page-template-wfh #page .tabs .width-container, .page-template-wfh #page .accordion .width-container, .page-template-wfh #page .videos .width-container, .page-template-card-page #page .main-content .width-container, .page-template-card-page #page .tabs .width-container, .page-template-card-page #page .accordion .width-container, .page-template-card-page #page .videos .width-container {
  flex-direction: column;
  background-color: #fff;
  padding: 10px 60px 30px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 50px 14px rgba(209, 209, 209, 0.3);
}
.page-template-default #page .main-content .width-container h1, .page-template-default #page .main-content .width-container h2, .page-template-default #page .main-content .width-container h3, .page-template-default #page .main-content .width-container h4, .page-template-default #page .main-content .width-container h5, .page-template-default #page .main-content .width-container h6, .page-template-default #page .main-content .width-container p, .page-template-default #page .tabs .width-container h1, .page-template-default #page .tabs .width-container h2, .page-template-default #page .tabs .width-container h3, .page-template-default #page .tabs .width-container h4, .page-template-default #page .tabs .width-container h5, .page-template-default #page .tabs .width-container h6, .page-template-default #page .tabs .width-container p, .page-template-default #page .accordion .width-container h1, .page-template-default #page .accordion .width-container h2, .page-template-default #page .accordion .width-container h3, .page-template-default #page .accordion .width-container h4, .page-template-default #page .accordion .width-container h5, .page-template-default #page .accordion .width-container h6, .page-template-default #page .accordion .width-container p, .page-template-default #page .videos .width-container h1, .page-template-default #page .videos .width-container h2, .page-template-default #page .videos .width-container h3, .page-template-default #page .videos .width-container h4, .page-template-default #page .videos .width-container h5, .page-template-default #page .videos .width-container h6, .page-template-default #page .videos .width-container p, .search-results #page .main-content .width-container h1, .search-results #page .main-content .width-container h2, .search-results #page .main-content .width-container h3, .search-results #page .main-content .width-container h4, .search-results #page .main-content .width-container h5, .search-results #page .main-content .width-container h6, .search-results #page .main-content .width-container p, .search-results #page .tabs .width-container h1, .search-results #page .tabs .width-container h2, .search-results #page .tabs .width-container h3, .search-results #page .tabs .width-container h4, .search-results #page .tabs .width-container h5, .search-results #page .tabs .width-container h6, .search-results #page .tabs .width-container p, .search-results #page .accordion .width-container h1, .search-results #page .accordion .width-container h2, .search-results #page .accordion .width-container h3, .search-results #page .accordion .width-container h4, .search-results #page .accordion .width-container h5, .search-results #page .accordion .width-container h6, .search-results #page .accordion .width-container p, .search-results #page .videos .width-container h1, .search-results #page .videos .width-container h2, .search-results #page .videos .width-container h3, .search-results #page .videos .width-container h4, .search-results #page .videos .width-container h5, .search-results #page .videos .width-container h6, .search-results #page .videos .width-container p, .search-no-results #page .main-content .width-container h1, .search-no-results #page .main-content .width-container h2, .search-no-results #page .main-content .width-container h3, .search-no-results #page .main-content .width-container h4, .search-no-results #page .main-content .width-container h5, .search-no-results #page .main-content .width-container h6, .search-no-results #page .main-content .width-container p, .search-no-results #page .tabs .width-container h1, .search-no-results #page .tabs .width-container h2, .search-no-results #page .tabs .width-container h3, .search-no-results #page .tabs .width-container h4, .search-no-results #page .tabs .width-container h5, .search-no-results #page .tabs .width-container h6, .search-no-results #page .tabs .width-container p, .search-no-results #page .accordion .width-container h1, .search-no-results #page .accordion .width-container h2, .search-no-results #page .accordion .width-container h3, .search-no-results #page .accordion .width-container h4, .search-no-results #page .accordion .width-container h5, .search-no-results #page .accordion .width-container h6, .search-no-results #page .accordion .width-container p, .search-no-results #page .videos .width-container h1, .search-no-results #page .videos .width-container h2, .search-no-results #page .videos .width-container h3, .search-no-results #page .videos .width-container h4, .search-no-results #page .videos .width-container h5, .search-no-results #page .videos .width-container h6, .search-no-results #page .videos .width-container p, .page-template-wfh #page .main-content .width-container h1, .page-template-wfh #page .main-content .width-container h2, .page-template-wfh #page .main-content .width-container h3, .page-template-wfh #page .main-content .width-container h4, .page-template-wfh #page .main-content .width-container h5, .page-template-wfh #page .main-content .width-container h6, .page-template-wfh #page .main-content .width-container p, .page-template-wfh #page .tabs .width-container h1, .page-template-wfh #page .tabs .width-container h2, .page-template-wfh #page .tabs .width-container h3, .page-template-wfh #page .tabs .width-container h4, .page-template-wfh #page .tabs .width-container h5, .page-template-wfh #page .tabs .width-container h6, .page-template-wfh #page .tabs .width-container p, .page-template-wfh #page .accordion .width-container h1, .page-template-wfh #page .accordion .width-container h2, .page-template-wfh #page .accordion .width-container h3, .page-template-wfh #page .accordion .width-container h4, .page-template-wfh #page .accordion .width-container h5, .page-template-wfh #page .accordion .width-container h6, .page-template-wfh #page .accordion .width-container p, .page-template-wfh #page .videos .width-container h1, .page-template-wfh #page .videos .width-container h2, .page-template-wfh #page .videos .width-container h3, .page-template-wfh #page .videos .width-container h4, .page-template-wfh #page .videos .width-container h5, .page-template-wfh #page .videos .width-container h6, .page-template-wfh #page .videos .width-container p, .page-template-card-page #page .main-content .width-container h1, .page-template-card-page #page .main-content .width-container h2, .page-template-card-page #page .main-content .width-container h3, .page-template-card-page #page .main-content .width-container h4, .page-template-card-page #page .main-content .width-container h5, .page-template-card-page #page .main-content .width-container h6, .page-template-card-page #page .main-content .width-container p, .page-template-card-page #page .tabs .width-container h1, .page-template-card-page #page .tabs .width-container h2, .page-template-card-page #page .tabs .width-container h3, .page-template-card-page #page .tabs .width-container h4, .page-template-card-page #page .tabs .width-container h5, .page-template-card-page #page .tabs .width-container h6, .page-template-card-page #page .tabs .width-container p, .page-template-card-page #page .accordion .width-container h1, .page-template-card-page #page .accordion .width-container h2, .page-template-card-page #page .accordion .width-container h3, .page-template-card-page #page .accordion .width-container h4, .page-template-card-page #page .accordion .width-container h5, .page-template-card-page #page .accordion .width-container h6, .page-template-card-page #page .accordion .width-container p, .page-template-card-page #page .videos .width-container h1, .page-template-card-page #page .videos .width-container h2, .page-template-card-page #page .videos .width-container h3, .page-template-card-page #page .videos .width-container h4, .page-template-card-page #page .videos .width-container h5, .page-template-card-page #page .videos .width-container h6, .page-template-card-page #page .videos .width-container p {
  color: #4E4E4E;
}
.page-template-default #page .main-content .width-container h2.blue, .page-template-default #page .tabs .width-container h2.blue, .page-template-default #page .accordion .width-container h2.blue, .page-template-default #page .videos .width-container h2.blue, .search-results #page .main-content .width-container h2.blue, .search-results #page .tabs .width-container h2.blue, .search-results #page .accordion .width-container h2.blue, .search-results #page .videos .width-container h2.blue, .search-no-results #page .main-content .width-container h2.blue, .search-no-results #page .tabs .width-container h2.blue, .search-no-results #page .accordion .width-container h2.blue, .search-no-results #page .videos .width-container h2.blue, .page-template-wfh #page .main-content .width-container h2.blue, .page-template-wfh #page .tabs .width-container h2.blue, .page-template-wfh #page .accordion .width-container h2.blue, .page-template-wfh #page .videos .width-container h2.blue, .page-template-card-page #page .main-content .width-container h2.blue, .page-template-card-page #page .tabs .width-container h2.blue, .page-template-card-page #page .accordion .width-container h2.blue, .page-template-card-page #page .videos .width-container h2.blue {
  padding-bottom: 30px;
  border-bottom: 3px solid #ccc;
  color: #4B76B8 !important;
}
@media (max-width: 500px) {
  .page-template-default #page .main-content .width-container, .page-template-default #page .tabs .width-container, .page-template-default #page .accordion .width-container, .page-template-default #page .videos .width-container, .search-results #page .main-content .width-container, .search-results #page .tabs .width-container, .search-results #page .accordion .width-container, .search-results #page .videos .width-container, .search-no-results #page .main-content .width-container, .search-no-results #page .tabs .width-container, .search-no-results #page .accordion .width-container, .search-no-results #page .videos .width-container, .page-template-wfh #page .main-content .width-container, .page-template-wfh #page .tabs .width-container, .page-template-wfh #page .accordion .width-container, .page-template-wfh #page .videos .width-container, .page-template-card-page #page .main-content .width-container, .page-template-card-page #page .tabs .width-container, .page-template-card-page #page .accordion .width-container, .page-template-card-page #page .videos .width-container {
    padding: 10px 20px 30px !important;
  }
}
.page-template-default #page .videos .featured-videos, .search-results #page .videos .featured-videos, .search-no-results #page .videos .featured-videos, .page-template-wfh #page .videos .featured-videos, .page-template-card-page #page .videos .featured-videos {
  border-top: unset;
  margin-top: 0px;
  padding-top: 0px;
}
.page-template-default #page .videos .featured-videos .feature .blue, .search-results #page .videos .featured-videos .feature .blue, .search-no-results #page .videos .featured-videos .feature .blue, .page-template-wfh #page .videos .featured-videos .feature .blue, .page-template-card-page #page .videos .featured-videos .feature .blue {
  color: #4B76B8;
  font-weight: 800;
}
.page-template-default #page .accordion, .search-results #page .accordion, .search-no-results #page .accordion, .page-template-wfh #page .accordion, .page-template-card-page #page .accordion {
  position: relative;
}
.page-template-default #page .accordion .width-container, .search-results #page .accordion .width-container, .search-no-results #page .accordion .width-container, .page-template-wfh #page .accordion .width-container, .page-template-card-page #page .accordion .width-container {
  flex-direction: column;
  background-color: #fff;
  padding: 10px 60px 30px;
  z-index: 8;
  position: relative;
  box-shadow: 0px 0px 50px 14px rgba(209, 209, 209, 0.3);
}
.page-template-default #page .accordion span.dark, .search-results #page .accordion span.dark, .search-no-results #page .accordion span.dark, .page-template-wfh #page .accordion span.dark, .page-template-card-page #page .accordion span.dark {
  color: #636363;
}
.page-template-default #page .accordion span.dark h2, .search-results #page .accordion span.dark h2, .search-no-results #page .accordion span.dark h2, .page-template-wfh #page .accordion span.dark h2, .page-template-card-page #page .accordion span.dark h2 {
  border-bottom: unset !important;
}
.page-template-default #page .accordion #accordion .card, .search-results #page .accordion #accordion .card, .search-no-results #page .accordion #accordion .card, .page-template-wfh #page .accordion #accordion .card, .page-template-card-page #page .accordion #accordion .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: unset;
  background-clip: unset;
  border-top: 3px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: unset;
}
.page-template-default #page .accordion #accordion .card li, .search-results #page .accordion #accordion .card li, .search-no-results #page .accordion #accordion .card li, .page-template-wfh #page .accordion #accordion .card li, .page-template-card-page #page .accordion #accordion .card li {
  padding: 4px 0;
}
.page-template-default #page .accordion #accordion .card .card-header, .search-results #page .accordion #accordion .card .card-header, .search-no-results #page .accordion #accordion .card .card-header, .page-template-wfh #page .accordion #accordion .card .card-header, .page-template-card-page #page .accordion #accordion .card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: unset;
  border-bottom: unset;
}
.page-template-default #page .accordion #accordion .card .card-header .btn, .search-results #page .accordion #accordion .card .card-header .btn, .search-no-results #page .accordion #accordion .card .card-header .btn, .page-template-wfh #page .accordion #accordion .card .card-header .btn, .page-template-card-page #page .accordion #accordion .card .card-header .btn {
  color: #636363;
  font-weight: bold;
  font-size: 20px;
}
.page-template-default #page .accordion #accordion .card .card-header [aria-expanded=false], .search-results #page .accordion #accordion .card .card-header [aria-expanded=false], .search-no-results #page .accordion #accordion .card .card-header [aria-expanded=false], .page-template-wfh #page .accordion #accordion .card .card-header [aria-expanded=false], .page-template-card-page #page .accordion #accordion .card .card-header [aria-expanded=false] {
  color: #636363;
}
.page-template-default #page .accordion #accordion .card .card-header [aria-expanded=false]:before, .search-results #page .accordion #accordion .card .card-header [aria-expanded=false]:before, .search-no-results #page .accordion #accordion .card .card-header [aria-expanded=false]:before, .page-template-wfh #page .accordion #accordion .card .card-header [aria-expanded=false]:before, .page-template-card-page #page .accordion #accordion .card .card-header [aria-expanded=false]:before {
  content: url(http://safemt2020.wpengine.com/wp-content/uploads/2020/11/arrow-1.png);
  transform: rotate(0deg);
  transition: 0.3s all;
  transform-origin: center;
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.page-template-default #page .accordion #accordion .card .card-header [aria-expanded=true], .search-results #page .accordion #accordion .card .card-header [aria-expanded=true], .search-no-results #page .accordion #accordion .card .card-header [aria-expanded=true], .page-template-wfh #page .accordion #accordion .card .card-header [aria-expanded=true], .page-template-card-page #page .accordion #accordion .card .card-header [aria-expanded=true] {
  color: #92CC50;
}
.page-template-default #page .accordion #accordion .card .card-header [aria-expanded=true]:before, .search-results #page .accordion #accordion .card .card-header [aria-expanded=true]:before, .search-no-results #page .accordion #accordion .card .card-header [aria-expanded=true]:before, .page-template-wfh #page .accordion #accordion .card .card-header [aria-expanded=true]:before, .page-template-card-page #page .accordion #accordion .card .card-header [aria-expanded=true]:before {
  content: url(http://safemt2020.wpengine.com/wp-content/uploads/2020/11/arrow-1.png);
  transform: rotate(90deg);
  transition: 0.3s all;
  transform-origin: center;
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.page-template-default #page .accordion #accordion p, .search-results #page .accordion #accordion p, .search-no-results #page .accordion #accordion p, .page-template-wfh #page .accordion #accordion p, .page-template-card-page #page .accordion #accordion p {
  color: #636363;
}
.page-template-default #page .explore-row, .search-results #page .explore-row, .search-no-results #page .explore-row, .page-template-wfh #page .explore-row, .page-template-card-page #page .explore-row {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 100px;
  position: relative;
  z-index: 9;
  background-color: rgb(53, 60, 145);
  align-items: center;
  padding: 0 20px;
  max-width: 1320px;
}
.page-template-default #page .explore-row .center, .search-results #page .explore-row .center, .search-no-results #page .explore-row .center, .page-template-wfh #page .explore-row .center, .page-template-card-page #page .explore-row .center {
  margin-top: 20px;
}
.page-template-default #page .explore-row .custom-select-wrapper, .search-results #page .explore-row .custom-select-wrapper, .search-no-results #page .explore-row .custom-select-wrapper, .page-template-wfh #page .explore-row .custom-select-wrapper, .page-template-card-page #page .explore-row .custom-select-wrapper {
  margin: 33px 0 30px 30px;
}
@media (max-width: 500px) {
  .page-template-default #page .explore-row .custom-select-wrapper, .search-results #page .explore-row .custom-select-wrapper, .search-no-results #page .explore-row .custom-select-wrapper, .page-template-wfh #page .explore-row .custom-select-wrapper, .page-template-card-page #page .explore-row .custom-select-wrapper {
    margin: 33px 0 30px 0px;
  }
}

.page-template-card-page .width-container .card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-card-page .width-container .card-wrapper .card {
  flex-basis: 46%;
  padding-top: 50px;
  border: none;
}
.page-template-card-page .width-container .card-wrapper .card img {
  border: 1px solid #ccc;
}
.page-template-card-page .width-container .card-wrapper .card h4 {
  color: #4B76B8 !important;
}
.page-template-card-page .width-container .card-wrapper .card a {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 500px) {
  .page-template-card-page .width-container .card-wrapper .card {
    flex-basis: 100%;
  }
}
.page-template-card-page .width-container .bottom-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  padding: 50px 0 80px 0;
}
.page-template-card-page .width-container .bottom-card img {
  border: 1px solid #ccc;
}

.page-template-returntowork .tabs {
  margin-top: -160px;
  position: relative;
  z-index: 2;
}
@media (max-width: 500px) {
  .page-template-returntowork .tabs {
    padding: 20px;
  }
}
.page-template-returntowork .tabs .nav-tabs {
  background-color: #EEEEEE;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}
.page-template-returntowork .tabs .nav-tabs li {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.page-template-returntowork .tabs .nav-tabs li .first-right, .page-template-returntowork .tabs .nav-tabs li .second-right {
  position: absolute;
  right: -50px;
  max-width: 100px;
  max-height: 100px;
  z-index: 99;
}
@media (max-width: 860px) {
  .page-template-returntowork .tabs .nav-tabs li .first-right, .page-template-returntowork .tabs .nav-tabs li .second-right {
    right: -30px;
    max-width: 60px;
    max-height: 60px;
  }
}
@media (max-width: 500px) {
  .page-template-returntowork .tabs .nav-tabs li .first-right, .page-template-returntowork .tabs .nav-tabs li .second-right {
    right: -20px;
    max-width: 40px;
    max-height: 40px;
  }
}
.page-template-returntowork .tabs .nav-tabs li a {
  padding: 60px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #636363;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.page-template-returntowork .tabs .nav-tabs li a h5 {
  color: #4B76B8;
  text-align: center;
}
@media (max-width: 860px) {
  .page-template-returntowork .tabs .nav-tabs li a h5 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .page-template-returntowork .tabs .nav-tabs li a h5 {
    font-size: 14px;
  }
}
.page-template-returntowork .tabs .nav-tabs li a img {
  max-width: 250px;
}
@media (max-width: 1150px) {
  .page-template-returntowork .tabs .nav-tabs li a img {
    max-width: 150px;
  }
}
@media (max-width: 860px) {
  .page-template-returntowork .tabs .nav-tabs li a img {
    max-width: 100px;
  }
}
@media (max-width: 650px) {
  .page-template-returntowork .tabs .nav-tabs li a img {
    max-width: 60px;
  }
}
@media (max-width: 1150px) {
  .page-template-returntowork .tabs .nav-tabs li a {
    padding: 40px;
  }
}
@media (max-width: 860px) {
  .page-template-returntowork .tabs .nav-tabs li a {
    padding: 30px;
  }
}
@media (max-width: 650px) {
  .page-template-returntowork .tabs .nav-tabs li a {
    padding: 20px;
  }
}
.page-template-returntowork .tabs .nav-tabs li a.active {
  background-color: #d8d8d8 !important;
  position: relative;
}
.page-template-returntowork .tabs .nav-tabs li a.active:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #d8d8d8;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 40px);
  z-index: 99;
}
.page-template-returntowork .tabs .width-container {
  flex-direction: column;
  background-color: #fff;
  padding: 10px 60px 60px;
  z-index: 9;
  position: relative;
  box-shadow: 0px 0px 50px 14px rgba(209, 209, 209, 0.3);
}
@media (max-width: 500px) {
  .page-template-returntowork .tabs .width-container {
    padding: 10px 30px 30px !important;
  }
}
.page-template-returntowork #sidebysection {
  position: relative;
}
.page-template-returntowork #sidebysection .width-container {
  display: flex;
  flex-direction: column;
  z-index: 9;
  position: relative;
}
.page-template-returntowork #sidebysection .width-container .sidebyside {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 750px) {
  .page-template-returntowork #sidebysection .width-container .sidebyside {
    flex-direction: column;
  }
}
.page-template-returntowork #sidebysection .width-container .sidebyside .left-side {
  width: 50%;
  padding: 30px;
}
@media (max-width: 750px) {
  .page-template-returntowork #sidebysection .width-container .sidebyside .left-side {
    order: 2;
    width: 100%;
    padding: 30px 0;
  }
}
.page-template-returntowork #sidebysection .width-container .sidebyside .right-side {
  width: 50%;
  padding: 30px;
  color: #fff;
}
@media (max-width: 750px) {
  .page-template-returntowork #sidebysection .width-container .sidebyside .right-side {
    width: 100%;
    padding: 30px 0;
  }
}
.page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(odd) .left-side {
  order: 1;
}
@media (max-width: 750px) {
  .page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(odd) .left-side {
    order: 2;
  }
}
.page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(odd) .right-side {
  order: 2;
}
@media (max-width: 750px) {
  .page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(odd) .right-side {
    order: 1;
  }
}
.page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(even) .left-side {
  order: 2;
}
.page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(even) .right-side {
  order: 1;
}
.page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(2), .page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(3), .page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(4), .page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(5), .page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(6), .page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(7), .page-template-returntowork #sidebysection .width-container .sidebyside:nth-child(8) {
  border-top: 3px solid #ccc;
  padding-top: 60px;
  margin-top: 60px;
}
.page-template-returntowork #sidebysection:after {
  content: "";
  background-color: #4B76B8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(51, 56, 138, 0.85) 0%, rgb(51, 56, 138) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popmake-content iframe {
  width: 100%;
  height: 50vh;
}

.embed-responsive {
  width: 220px;
  height: 130px;
}
.embed-responsive iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .embed-responsive {
    width: 220px;
    height: 130px;
  }
}

.page-template-everything-page .section2 .width-container {
  padding: 60px;
  display: flex;
  margin-top: 0px;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .page-template-everything-page .section2 .width-container {
    display: inline-block;
  }
}
@media (max-width: 800px) {
  .page-template-everything-page .section2 .width-container {
    padding: 10px 30px 30px;
  }
}
.page-template-everything-page .section2 .width-container .icon {
  width: 190px;
  min-width: 190px;
  border-right: 2px solid #ccc;
  padding-right: 40px;
}
@media (max-width: 1000px) {
  .page-template-everything-page .section2 .width-container .icon {
    float: left;
    padding: 10px 20px 10px 0;
    margin-right: 20px;
  }
}
@media (max-width: 650px) {
  .page-template-everything-page .section2 .width-container .icon {
    width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 450px) {
  .page-template-everything-page .section2 .width-container .icon {
    float: none;
    margin: 0 auto;
    border-bottom: 2px solid #ccc;
    border-right: none;
    padding: 10px 0 10px 0;
  }
}
.page-template-everything-page .section2 .width-container .content {
  padding-left: 40px;
}
@media (max-width: 1000px) {
  .page-template-everything-page .section2 .width-container .content {
    padding-left: 0px;
  }
}
.page-template-everything-page .section2 .width-container .content h1, .page-template-everything-page .section2 .width-container .content h2, .page-template-everything-page .section2 .width-container .content h3, .page-template-everything-page .section2 .width-container .content h4, .page-template-everything-page .section2 .width-container .content h5, .page-template-everything-page .section2 .width-container .content h6, .page-template-everything-page .section2 .width-container .content p {
  color: #4E4E4E;
}
@media (max-width: 450px) {
  .page-template-everything-page .section2 .width-container .content .button-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .page-template-everything-page .section2 .width-container .content .button-wrapper a {
    margin: 20px 0 !important;
  }
}
.page-template-everything-page .section4 {
  position: relative;
}
.page-template-everything-page .section4 .width-container {
  z-index: 9;
  position: relative;
}
.page-template-everything-page .section4 .width-container ul, .page-template-everything-page .section4 .width-container ol {
  overflow: auto;
}
@media (max-width: 600px) {
  .page-template-everything-page .section4 .width-container ol ul {
    margin: 0 0 1em 0em;
  }
}
.page-template-everything-page .section4 .width-container span {
  font-size: 18px;
  margin: 0.67em 0;
  font-weight: 200;
  color: #fff;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
}
.page-template-everything-page .accordion {
  position: relative;
}
.page-template-everything-page .accordion .width-container {
  flex-direction: column;
  background-color: #fff;
  padding: 10px 60px 30px;
  z-index: 8;
  position: relative;
  box-shadow: 0px 0px 50px 14px rgba(209, 209, 209, 0.3);
}
.page-template-everything-page .accordion span.dark {
  color: #636363;
}
.page-template-everything-page .accordion span.dark h2 {
  border-bottom: unset !important;
}
.page-template-everything-page .accordion #accordion .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: unset;
  background-clip: unset;
  border-top: 3px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: unset;
}
.page-template-everything-page .accordion #accordion .card li {
  padding: 4px 0;
}
.page-template-everything-page .accordion #accordion .card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: unset;
  border-bottom: unset;
}
.page-template-everything-page .accordion #accordion .card .card-header .btn {
  color: #636363;
  font-weight: bold;
  font-size: 20px;
}
.page-template-everything-page .accordion #accordion .card .card-header [aria-expanded=false] {
  color: #636363;
}
.page-template-everything-page .accordion #accordion .card .card-header [aria-expanded=false]:before {
  content: url(http://safemt2020.wpengine.com/wp-content/uploads/2020/11/arrow-1.png);
  transform: rotate(0deg);
  transition: 0.3s all;
  transform-origin: center;
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.page-template-everything-page .accordion #accordion .card .card-header [aria-expanded=true] {
  color: #92CC50;
}
.page-template-everything-page .accordion #accordion .card .card-header [aria-expanded=true]:before {
  content: url(http://safemt2020.wpengine.com/wp-content/uploads/2020/11/arrow-1.png);
  transform: rotate(90deg);
  transition: 0.3s all;
  transform-origin: center;
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.page-template-everything-page .accordion #accordion p {
  color: #636363;
}
.page-template-everything-page .explore-row {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  background-color: rgb(53, 60, 145);
  align-items: center;
  padding: 0 20px;
  max-width: 1320px;
}
.page-template-everything-page .explore-row .center {
  margin-top: 20px;
}
.page-template-everything-page .explore-row .custom-select-wrapper {
  margin: 33px 0 30px 30px;
}
@media (max-width: 500px) {
  .page-template-everything-page .explore-row .custom-select-wrapper {
    margin: 33px 0 30px 0px;
  }
}
.page-template-everything-page .explore-row .custom-select-wrapper .custom-options {
  position: absolute;
  display: block;
  bottom: 0%;
  left: 0;
  top: unset;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  z-index: 2;
  padding-top: 30px;
  margin-top: -59px;
  border-radius: 35px;
  padding-bottom: 63px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 15px 0px;
}
