/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
@import "assets/css/normalize.css";
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Varela Round Regular'), local('VarelaRound-Regular'), url(https://fonts.gstatic.com/s/varelaround/v13/w8gdH283Tvk__Lua32TysjIvoA.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
}
p {
  line-height: 1.7em;
  font-size: 95%;
  margin: 10px 0px;
}
.add_50 {
  margin: 30px auto 0px;
}
.pl30 {
  padding-left: 30px;
}
.pl30 .wp-block-group__inner-container {
  padding: 0px;
}
.image_padding {
  padding: 0px 20px;
}
@media screen and (max-width: 402px) {
  .image_padding .alignright {
    float: none;
    margin: 0 auto -30px auto;
  }
}
.container {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 20px 1em;
}
#container {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 20px 1em;
}
.wp-block-group__inner-container {
  position: relative;
  max-width: 960px;
  margin: auto;
  padding: 20px 1em;
}
.home .wp-block-group__inner-container,
.page-id-254 .wp-block-group__inner-container {
  max-width: 1400px;
}
.home_wrap .wp-block-group__inner-container {
  max-width: 860px;
}
.remove_column_margin {
  margin-bottom: 0px;
}
.hide_mobile {
  display: none !important;
}
.add_80 {
  margin-top: 50px;
}
.container.small {
  max-width: 960px;
  padding: 0;
}
.gutter:after {
  content: '';
  display: block;
  clear: both;
}
.gutter > *[class|='col'] {
  padding-right: 5px;
  padding-left: 5px;
}
.gutter-medium {
  margin-right: -15px;
  margin-left: -15px;
}
.gutter-medium:after {
  content: '';
  display: block;
  clear: both;
}
.gutter-medium > *[class|='col'] {
  padding-right: 15px;
  padding-left: 15px;
}
.gutter-large {
  margin-right: -30px;
  margin-left: -30px;
}
.gutter-large:after {
  content: '';
  display: block;
  clear: both;
}
.gutter-large > *[class|='col'] {
  padding-right: 30px;
  padding-left: 30px;
}
.gutter-xl {
  margin-right: -50px;
  margin-left: -50px;
}
.gutter-xl:after {
  content: '';
  display: block;
  clear: both;
}
.gutter-xl > *[class|='col'] {
  padding-right: 50px;
  padding-left: 50px;
}
.col-1-1 {
  width: 100%;
}
.col-1-4 {
  width: 50%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
  font-size: 100%;
}
div {
  font-size: 100%;
}
span {
  font-size: 100%;
}
applet {
  font-size: 100%;
}
object {
  font-size: 100%;
}
iframe {
  font-size: 100%;
}
h1 {
  color: #000000;
  font-family: 'Varela Round', sans-serif;
  font-size: 3em;
  padding: 0;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 250%;
  font-family: 'Varela Round', sans-serif;
  color: #003E51;
  margin: 30px 0px 10px 0px;
}
h3 {
  font-size: 150%;
  font-family: 'Varela Round', sans-serif;
  color: #00968F;
  margin: 50px 0px 5px 0px;
}
h4 {
  color: #000000;
  font-family: 'Varela Round', sans-serif;
  font-size: 100%;
  font-weight: 700;
}
h5 {
  font-size: 100%;
  font-family: 'Varela Round', sans-serif;
}
h6 {
  font-size: 100%;
  font-family: 'Varela Round', sans-serif;
}
blockquote {
  font-size: 100%;
  quotes: none;
}
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
pre {
  font-size: 100%;
}
a {
  font-size: 100%;
  color: #003E51;
}
p a:hover {
  color: #000000;
}
abbr {
  font-size: 100%;
}
acronym {
  font-size: 100%;
}
address {
  font-size: 100%;
  font-style: italic;
}
big {
  font-size: 100%;
  font-size: 120%;
}
cite {
  font-size: 100%;
  font-style: italic;
}
code {
  font-size: 100%;
}
del {
  font-size: 100%;
  text-decoration: line-through;
}
dfn {
  font-size: 100%;
}
em {
  font-size: 100%;
}
ins {
  font-size: 100%;
  text-decoration: underline;
}
kbd {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
q {
  font-size: 100%;
  quotes: none;
  display: inline;
  font-style: italic;
}
q:before {
  content: '';
  content: none;
  content: '"';
  font-style: normal;
}
q:after {
  content: '';
  content: none;
  content: '"';
  font-style: normal;
}
s {
  font-size: 100%;
  text-decoration: line-through;
}
samp {
  font-size: 100%;
}
small {
  font-size: 80%;
}
strike {
  font-size: 100%;
  text-decoration: line-through;
}
strong {
  font-size: 100%;
}
sub {
  font-size: 80%;
  vertical-align: sub;
}
sup {
  font-size: 80%;
  vertical-align: super;
}
tt {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
var {
  font-size: 100%;
  font-style: italic;
}
b {
  font-size: 100%;
}
u {
  font-size: 100%;
}
i {
  font-size: 100%;
}
center {
  font-size: 100%;
}
dl {
  font-size: 100%;
}
dt {
  font-size: 100%;
  font-weight: 700;
}
dd {
  font-size: 100%;
  margin-left: 20px;
}
ol {
  font-size: 100%;
  list-style: none;
  line-height: 1.3em;
}
ul {
  font-size: 100%;
  list-style: none;
  line-height: 1.3em;
}
li {
  font-size: 100%;
}
fieldset {
  font-size: 100%;
}
form {
  font-size: 100%;
}
label {
  font-size: 100%;
}
legend {
  font-size: 100%;
}
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  font-size: 100%;
}
tbody {
  font-size: 100%;
}
tfoot {
  font-size: 100%;
}
thead {
  font-size: 100%;
}
tr {
  font-size: 100%;
}
th {
  font-size: 100%;
  padding: 2px;
}
td {
  font-size: 100%;
  padding: 2px;
}
article {
  font-size: 100%;
  display: block;
}
aside {
  font-size: 100%;
  display: block;
}
canvas {
  font-size: 100%;
}
details {
  font-size: 100%;
  display: block;
}
embed {
  font-size: 100%;
}
figure {
  font-size: 100%;
  display: block;
}
figcaption {
  font-size: 100%;
  display: block;
}
footer {
  display: block;
  background: #2e2e2e;
  font-family: 'Montserrat', sans-serif;
  padding: 1.5em 0 0 0;
  font-size: 16px;
  color: #fafafa;
}
footer .seal {
  position: relative;
}
footer .seal img {
  margin: 0 auto 30px auto;
  display: block;
  max-width: 90%;
  width: 200px;
}
footer .seal h3 {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .1em;
  font-size: .9em;
  line-height: 22px;
  margin: 0px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
footer .seal p {
  font-family: 'Montserrat', sans-serif;
  line-height: 23px;
  font-size: .9em;
}
footer .border {
  box-sizing: border-box;
  min-height: 235px;
  display: none;
  width: 2px;
  border-right: 1px solid #ffffff;
  margin: 0 auto;
}
footer .footer-menu {
  padding-top: 25px;
  border-top: 1px solid #ffffff;
  margin-bottom: 1.5em;
}
footer .footer-menu h3 {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .1em;
  font-size: .9em;
  line-height: 22px;
  margin: 0px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
footer .footer-menu h3 a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-menu h3 a:hover {
  text-decoration: underline;
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
  line-height: 2;
  margin-left: 30px;
}
footer .footer-menu ul li {
  line-height: 25px;
  position: relative;
}
footer .footer-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: .9em;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #b8b7b4;
}
footer .footer-menu ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .footer-menu ul li a .fa {
  position: absolute;
  top: 2px;
  left: -24px;
  padding-right: 4px;
  width: 23px;
}
footer p {
  font-size: .9em;
  line-height: 1.4em;
  color: #b8b7b4;
}
footer .copyright {
  padding: 25px 0 10px 0 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1em;
  clear: both;
  color: #ffffff;
  margin: 0 20px;
  border-top: 1px solid #ffffff;
  background-color: transparent;
  display: block;
  font-size: 12px;
  align-items: normal;
  justify-content: space-between;
}
footer .copyright p {
  color: #ffffff;
  margin: 10px 0px;
}
footer .copyright .copy-date {
  padding: 25px 0 30px 0;
  text-align: left;
}
footer .copyright .copyright-menu a {
  padding: 3px 0;
  font-family: 'Montserrat', sans-serif;
  text-decoration: underline;
  border-right: none;
  display: block;
  width: 100%;
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: .1em;
}
footer .copyright .copyright-menu a:hover {
  text-decoration: underline;
}
footer .copyright .copyright-menu a:last-of-type {
  border-right: none;
}
header {
  font-size: 100%;
  display: block;
}
hgroup {
  font-size: 100%;
  display: block;
}
menu {
  font-size: 100%;
  display: block;
}
nav {
  font-size: 100%;
  display: block;
}
output {
  font-size: 100%;
}
ruby {
  font-size: 100%;
}
section {
  font-size: 100%;
  display: block;
}
summary {
  font-size: 100%;
}
time {
  font-size: 100%;
}
mark {
  font-size: 100%;
}
audio {
  font-size: 100%;
}
video {
  font-size: 100%;
}
button {
  outline: 0;
}
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="button"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.h1 {
  color: #000000;
  font-size: 3em;
  padding: 0;
  margin: 0 0 20px 0;
}
.h2 {
  font-size: 225%;
  color: #003E51;
}
.h3 {
  font-size: 150%;
  color: #00968F;
}
.h4 {
  color: #000000;
  font-size: 100%;
  font-weight: 700;
}
.header-portal-link-container {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
}
.header-portal-link {
  height: 16px;
  width: 100%;
  background-color: #64A70B;
  line-height: 14px;
  text-align: right;
  color: #ffffff;
}
.header-portal-link a {
  color: #ffffff;
  line-height: 14px;
  text-decoration: none;
  font-size: 11px;
  padding: 0px;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
}
.header_logo {
  max-width: 85px;
  padding-top: 8px;
  height: auto;
}
.home_alert {
  width: 100%;
  margin: 50px auto 30px;
  padding: 15px 20px;
  background-color: #00968F;
  color: #ffffff;
}
.home_alert a {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
}
#header_navigation {
  padding: 10px 0;
}
#header_navigation .container {
  padding: 0 1em;
}
#slider_hero {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center right;
  padding-top: 150px;
}
#slider_hero h1 {
  color: #ffffff;
  font-family: 'Varela Round', sans-serif;
  font-size: 3em;
  padding: 0;
  margin: 0 0 20px 0;
  text-shadow: 0px 0px 12px #000000;
}
#slider_hero p {
  font-size: 2em;
  font-family: 'Varela Round', sans-serif;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-shadow: 0px 0px 10px #000000;
}
@media screen and (max-width: 1200px) {
  #slider_hero {
    background-position: center;
  }
  .page-id-4 #slider_hero {
    background-position: 64%;
  }
}
.nav_main {
  display: flex;
  float: right;
  margin-top: 18px;
}
.nav_main ul {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0;
  list-style: none;
}
.nav_main ul li {
  display: block;
  padding: 0em 1.2em;
}
.nav_main .dashicons {
  font-size: 2.2em;
  margin: -9px 0px 0px;
  cursor: pointer;
}
.nav_main .seperator {
  opacity: .2;
  color: #003E51;
  display: inline-block;
  margin: 0px 10px 0px 15px;
}
.nav_main .mega-menu-item-119 {
  padding-right: 0px !important;
}
#search {
  display: none;
}
#google_language_translator select.goog-te-combo {
  border-radius: 8px !important;
  border: none !important;
  padding: 6px !important;
  margin: -12px 0px 0px 0px !important;
  background-color: #003E51 !important;
  font-weight: 700;
  width: 115px;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  cursor: pointer;
}
#google_language_translator select.goog-te-combo option {
  text-transform: capitalize;
  background-clip: #ffffff;
}
#google_language_translator::after {
  display: none !important;
}
.footer_translator {
  display: none;
}
@media screen and (max-width: 1330px) {
  #header_navigation {
    margin: 0px;
    padding: 0px;
  }
  #header_navigation .container {
    margin-right: 0px;
    padding-right: 0px;
  }
  #header_navigation .container .header_logo {
    max-width: 85px;
    padding-top: 3px;
  }
  #header_navigation .container .mobile_search {
    display: block !important;
    float: right;
    margin-right: 30px;
    height: 65px;
    width: 65px;
  }
  #header_navigation .container .mobile_search a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 45px;
    text-align: center;
    cursor: pointer;
  }
  .footer_translator {
    display: block !important;
    z-index: 999;
  }
  .footer_translator #google_language_translator {
    float: none;
    position: fixed;
    bottom: 0px;
    right: 20px;
    display: block;
  }
  .footer_translator #google_language_translator select.goog-te-combo {
    margin: 0px !important;
    border-radius: 8px 8px 0px 0px !important;
  }
  .nav_main {
    margin: 0px;
    padding: 0px;
    float: right;
  }
  .nav_main ul li.mm_pad_top {
    padding-top: 20px !important;
  }
  .nav_main ul li.mm_pad_bottom {
    padding-bottom: 20px !important;
  }
  .nav_main .dashicons {
    margin: 0px;
    padding: 0px;
  }
  .nav_main .mega-menu-item a {
    border-bottom: 2px solid #dcdcdc !important;
    font-size: 18px !important;
    padding-left: 0px !important;
  }
  #mega-menu-wrap-mega-menu .mega-menu-toggle .mega-toggle-blocks-left,
  #mega-menu-wrap-mega-menu .mega-menu-toggle .mega-toggle-blocks-center,
  #mega-menu-wrap-mega-menu .mega-menu-toggle .mega-toggle-blocks-right {
    flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
  }
  #share_bar {
    padding: 13px 25px !important;
  }
  .mega-toggle-block-1 {
    display: block !important;
    width: 100%;
    line-height: 1;
    width: 62px;
    margin: 0px !important;
    padding-top: 14px !important;
  }
  .mega-toggle-block-1::before {
    display: block;
    width: 100%;
    margin: 0px !important;
    text-align: center;
    line-height: 1;
  }
  .mega-toggle-block-1::after {
    content: 'Menu';
    display: block;
    width: 100%;
    margin: 0px !important;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
  }
  .mega-toggle-block-1 .mega-toggle-label {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  .mega-toggle-block-1 .mega-toggle-animated {
    margin: 0 auto !important;
  }
  .search .modal .search_form {
    width: 90%;
  }
  #myBtn {
    opacity: .8;
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 50px;
    /* Place the button at the bottom of the page */
    right: 20px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #003E51;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 6px;
    /* Some padding */
    border-radius: 8px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
  }
  .show_top_button {
    display: block !important;
  }
  #myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
  }
}
.column_hero {
  height: 180px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.column_hero img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.mega-toggle-label {
  font-weight: 700;
}
.mobile_search {
  display: none;
}
.search .modal {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 60, 80, 0.75);
  opacity: 0;
  visibility: hidden;
}
.search .modal.on {
  animation: search_it 300ms ease forwards;
}
.search .modal .search_form {
  max-width: 900px;
  text-align: center;
  background: white;
  background-size: contain;
  padding: 4em 3em;
  position: relative;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
}
.search .modal .search_close {
  font-size: 3em;
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  height: auto;
  cursor: pointer;
}
.search .modal .search_field {
  border: none;
  background-color: #e6e6e6;
  margin-bottom: 30px;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 1.9em;
  width: 100%;
}
.search .modal #searchsubmit {
  border-radius: 8px !important;
  border: none !important;
  padding: 15px 30px !important;
  background-color: #003E51 !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  cursor: pointer;
}
#share_bar {
  width: 100%;
  padding: 13px 60px;
  background-color: #003E51;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
#share_bar .share_center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #share_bar .share_center {
    line-height: 22px;
  }
}
#share_bar .share_center a {
  white-space: nowrap;
}
#share_bar .share_center a:hover {
  text-decoration: underline;
}
#share_bar .share_links {
  display: block;
  position: relative;
  top: -15px;
  float: right;
}
@media screen and (max-width: 1200px) {
  #share_bar .share_links {
    display: none !important;
  }
}
#share_bar a {
  text-decoration: none;
  color: #ffffff;
}
#share_bar i,
#share_bar span {
  color: #ffffff;
  margin-left: 13px;
  font-size: 14px;
}
#share_bar i:hover::before,
#share_bar span:hover::before {
  color: #29abe2;
}
.btnCen {
  border: 3px solid #003E51;
  text-align: center;
  font-size: 1.1em;
  text-decoration: none;
  padding: 10px 30px;
  background-color: #003E51;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}
.btnCen:hover {
  background-color: #ffffff;
  color: #003E51;
}
.column_white {
  background-color: #ffffff;
  margin: 28px 0px 0px 0px;
  position: relative;
  padding-bottom: 50px;
}
.column_white p {
  padding: 5px 20px 0px 20px;
  font-size: 105%;
}
.column_white h3 {
  margin-top: 20px;
  padding: 0px 20px;
  font-size: 125%;
  color: #003E51;
}
.column_white h3 a {
  text-decoration: none;
  color: #003E51;
}
.column_white h3 a:hover {
  text-decoration: underline;
}
.column_white .grey_link {
  background-color: #dcdcdc;
  color: #000000;
  text-align: right;
  padding: 12px 20px 8px 20px;
  display: block;
  width: 100%;
  text-decoration: none;
  position: absolute;
  font-weight: 700;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.column_white .grey_link:hover {
  background-color: #555555;
  color: #ffffff;
}
.column_white .grey_link:hover .dashicons {
  color: #ffffff;
}
.column_white .grey_link .dashicons {
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.white_block {
  text-align: center;
}
.white_block h2 {
  font-size: 250%;
  color: #003E51;
}
.related_info_link {
  display: block;
  width: 100%;
  background-color: #dcdcdc;
  border-left: 15px solid #00968F;
  margin: 0px 0px 15px;
  padding: 15px 2px 11px 10px;
  color: #000000;
  text-decoration: none;
}
.related_info_link:hover {
  background-color: #555555;
  color: #ffffff;
}
.resource_downloads {
  background-color: #dcdcdc;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0px 0px 15px;
  padding: 15px;
  transition: all 300ms ease;
  width: 100%;
  font-weight: 700;
}
.resource_downloads img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 47px;
  margin: 0px auto 10px auto;
  padding: 0px;
}
.resource_downloads .dashicons {
  font-size: 50px;
  color: #003E51;
  height: auto;
  width: auto;
  display: block;
  margin: 0px auto 10px auto;
}
.resource_downloads:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 50em) {
  .resource_downloads .dashicons {
    font-size: 100px;
    color: #003E51;
    height: 100px;
    margin: 0px auto 20px auto;
  }
  .resource_downloads img {
    max-width: 88px;
    margin: 10px auto 20px;
  }
}
#google_translate_element span {
  display: none;
}
.discs li {
  list-style: disc;
  margin-bottom: 5px;
  font-size: 95%;
  line-height: 1.4;
}
#header_navigation .col-1-10 {
  width: 10%;
  float: left;
}
#header_navigation .col-9-10 {
  width: 90%;
  float: left;
}
@media screen and (min-width: 50em) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  p {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  p.medium {
    font-size: 1em;
    line-height: 1.35em;
  }
  .discs li {
    font-size: 1.2em;
  }
  .hide_mobile {
    display: inherit !important;
  }
  *[class|='col'] {
    float: left;
  }
  .col-1-1 {
    width: 100%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.3333333333%;
  }
  .col-2-3 {
    width: 66.6666666667%;
  }
  .col-1-4 {
    width: 25%;
  }
  .col-3-4 {
    width: 75%;
  }
  .col-1-5 {
    width: 20%;
  }
  .col-2-5 {
    width: 40%;
  }
  .col-3-5 {
    width: 60%;
  }
  .col-4-5 {
    width: 80%;
  }
  .col-1-6 {
    width: 16.6666666667%;
  }
  .col-5-6 {
    width: 83.3333333333%;
  }
  .col-1-7 {
    width: 14.2857142857%;
  }
  .col-2-7 {
    width: 28.5714285714%;
  }
  .col-3-7 {
    width: 42.8571428571%;
  }
  .col-4-7 {
    width: 57.1428571429%;
  }
  .col-5-7 {
    width: 71.4285714286%;
  }
  .col-6-7 {
    width: 85.7142857143%;
  }
  .col-1-8 {
    width: 12.5%;
  }
  .col-3-8 {
    width: 37.5%;
  }
  .col-5-8 {
    width: 62.5%;
  }
  .col-7-8 {
    width: 87.5%;
  }
  .col-1-9 {
    width: 11.1111111111%;
  }
  .col-2-9 {
    width: 22.2222222222%;
  }
  .col-4-9 {
    width: 44.4444444444%;
  }
  .col-5-9 {
    width: 55.5555555556%;
  }
  .col-7-9 {
    width: 77.7777777778%;
  }
  .col-8-9 {
    width: 88.8888888889%;
  }
  .col-1-10 {
    width: 10%;
  }
  .col-3-10 {
    width: 30%;
  }
  .col-7-10 {
    width: 70%;
  }
  .col-9-10 {
    width: 90%;
  }
  footer .border {
    display: block;
  }
  footer .footer-menu {
    padding-top: 0px;
    border-top: none;
  }
  footer .footer-menu li a {
    position: relative;
    color: #b8b7b4;
    font-size: .9em;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
  }
  footer .footer-menu li a .fa {
    position: absolute;
    top: 2px;
    left: -24px;
    padding-right: 4px;
    width: 23px;
  }
  footer .copyright {
    background-color: #003E51;
    padding: 0 30px 0 0;
    display: flex;
    margin: auto;
    border-top: none;
  }
  footer .copyright .copyright-menu a {
    display: inline-block;
    padding: 3px 20px;
    text-transform: uppercase;
    font-size: inherit;
    width: auto;
    color: #ffffff;
    margin-bottom: auto;
    text-decoration: none;
    border-right: solid 1px #666;
  }
  footer .copyright .copy-date {
    text-align: right;
    padding: 0;
  }
  footer .copyright .copy-date p {
    font-size: 1em;
  }
}
@keyframes search_it {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.wpel-icon.dashicons-before:before {
  margin-top: -1px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#myBtn {
  display: none;
  /* Hidden by default */
}
.page-id-200 .gform_wrapper {
  margin-top: 0px !important;
}
#gform_1 .no_top_margin,
#gform_2 .no_top_margin,
#gform_5 .no_top_margin {
  margin-top: 0px !important;
}
#gform_1 .no_top_margin h2,
#gform_2 .no_top_margin h2,
#gform_5 .no_top_margin h2 {
  margin: 0px 0px 3px 0px !important;
}
#gform_1 h2,
#gform_2 h2,
#gform_5 h2 {
  font-size: 28px;
  margin: 50px 0px 3px 0px !important;
  width: 100% !important;
  display: block !important;
  line-height: 1.1;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px !important;
  float: left;
}
#gform_1 h3,
#gform_2 h3,
#gform_5 h3 {
  margin-top: 28px;
  float: left;
}
.gform_wrapper .gf_force_row ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper .gf_force_row ul.gfield_radio li input[type=radio] {
  margin: 2px 0px 0px ;
  height: 22px !important;
  width: 22px !important;
}
.gf_force_row {
  display: flex !important;
  margin: 2px 0px !important;
  padding: 4px !important;
  width: 100% !important;
  border-bottom: 1px solid #eee;
}
.gf_force_row label {
  float: left;
  line-height: 2 !important;
  flex-basis: 80%;
}
.gf_force_row .ginput_container_number {
  margin-top: 3px !important;
  flex-basis: 20%;
}
.gf_force_row .ginput_container_number input {
  width: 50px !important;
  float: right;
}
.gf_force_row .ginput_container_checkbox,
.gf_force_row .ginput_container_radio {
  margin: 0px !important;
}
.gf_force_row .gfield_description {
  padding-top: 0px !important;
}
.gf_force_row .gfield_description ul {
  padding-left: 20px;
}
.gf_force_row .gfield_description ul li {
  font-size: 1.2em;
  margin-bottom: 5px;
  list-style: disc !important;
}
.starter_kit {
  flex-wrap: wrap;
}
.starter_kit .gfield_label {
  font-size: 1.4em !important;
  float: left !important;
}
.starter_kit .ginput_container_checkbox,
.starter_kit .ginput_container_radio {
  float: left !important;
  width: auto !important;
  margin-top: 0px !important;
  margin-left: 10px !important;
}
.starter_kit .ginput_container_checkbox input[type=checkbox],
.starter_kit .ginput_container_radio input[type=checkbox],
.starter_kit .ginput_container_checkbox input[type=radio],
.starter_kit .ginput_container_radio input[type=radio] {
  margin-top: 0px !important;
}
.starter_kit .gfield_checkbox label,
.starter_kit .gfield_radio label {
  display: none !important;
}
.starter_kit .gfield_description {
  flex-basis: 100%;
}
.gform_next_button {
  display: block !important;
  margin: 0 auto !important;
}
.gform_previous_button {
  float: left !important;
}
.gform_button {
  float: right !important;
}
.post-200 .gravity_forms_section_tabs_enabled_wrapper li.gfield.field_description_below + li.gsection,
.post-475 .gravity_forms_section_tabs_enabled_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 16px !important;
}
input[type="button"],
input[type="submit"] {
  border-radius: 8px !important;
  border: none !important;
  padding: 10px 17px !important;
  background-color: #233d7c !important;
  font-weight: 700;
  text-align: center;
  color: #ffffff !important;
  font-family: Montserrat, sans-serif;
  font-size: 18px !important;
}
.gform_page li {
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.gform_review_page #field_2_80,
.gform_review_page table {
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.gform_review_page table {
  width: 100%;
}
.gform_tab {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.example_posters {
  margin: 40px auto 0px auto;
}
.example_posters img {
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
.example_posters figcaption {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.example_posters a {
  display: block;
  transition: all 300ms ease;
}
.example_posters a:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1330px) {
  .example_posters {
    display: none !important;
  }
}
.search-filter-results {
  padding: 0px;
  clear: both;
}
.search-filter-results .no_results {
  display: block;
  clear: both;
  padding: 50px 10px;
}
.search-filter-results .flex-header {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-flow: row nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-filter-results .flex-header div {
  margin: 10px;
  text-align: left;
}
.search-filter-results .flex-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  flex-flow: row nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-filter-results .flex-container p {
  font-size: 18px;
}
.search-filter-results .flex-container div {
  margin: 10px;
  text-align: left;
}
.search-filter-results .flex-container a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.search-filter-results .flex-container a:hover {
  color: #003E51;
}
.search-filter-results .preview img {
  max-width: 130px;
  max-height: 200px;
  width: 100%;
  height: auto;
}
.searchandfilter ul {
  padding: 0px;
}
.searchandfilter ul li {
  float: left;
  padding: 0px;
  margin: 0px 20px 0px 0px;
}
.searchandfilter ul li select {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #233d7c;
}
.no-discs {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
.no-discs li {
  padding-bottom: 5px;
  margin: 0px;
  list-style: disc;
  font-size: 1.2em;
}
@media screen and (min-width: 1331px) {
  .search-filter-results .flex-container div,
  .search-filter-results .flex-header div {
    width: 140px;
  }
  .search-filter-results .download_link a {
    display: block;
    padding: 15px 0px 15px 0px;
  }
  .search-filter-results .download_link a .wpdm_icon {
    float: left;
    max-width: 40px;
    padding-right: 5px;
  }
}
.gravity-forms-section-tabs-head a {
  padding: 10px 12px !important;
}
@media screen and (max-width: 1200px) {
  .gravity-forms-section-tabs-head {
    display: flex;
    flex-wrap: wrap;
  }
  .gravity-forms-section-tabs-head a {
    flex-grow: 1;
    text-align: center;
  }
}
@media screen and (max-width: 1330px) {
  .search-filter-results .flex-container div,
  .search-filter-results .flex-header div {
    min-width: 100px;
  }
  .search-filter-results .preview {
    height: 100%;
  }
  .search-filter-results .download_link {
    display: none;
  }
  .searchandfilter select.sf-input-select {
    min-width: auto !important;
  }
}
span.no_results:nth-of-type(2) {
  display: none !important;
}
.ada_hide_text {
  font-size: 0px !important;
  display: block;
}
.gravity-forms-section-tabs-head {
  display: none;
}
