/************************************************

Stylesheet: Global Stylesheet

*************************************************/
@import url('https://fonts.googleapis.com/css?family=Overpass:300,400,700,800&display=swap');

.cc-revoke.cc-bottom {
	display: none!important;
}

a { color: #009ADE; }

body {
	background: #f8f8f8;
	color: #404040;
}
body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Overpass', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #002E6D;
	font-weight: 600;
}

.content {
    position: relative;
	padding-top: calc(33.3333vh - 3rem);
}

.header-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009ADE;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
        background-size: auto;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover;
    height: calc(33.3333vh - -3rem);
}

.icon {
    top: calc(33.3333vh - 1rem);
}
.icon {
    width: 6.6rem;
    height: 6.6rem;
    background: #F8F8F8;
    border-radius: 3.3rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: calc(33.3333vh + 4rem);
}

.icon-scroll {
    width: 32px;
    height: 60px;
    margin-left: -16px;
    top: 50%;
    margin-top: -30px;
    box-shadow: inset 0 0 0 1px #707070;
    border-radius: 30px;
}
.icon-scroll, .icon-scroll::before {
    position: absolute;
    left: 50%;
}

.skew {
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 3rem;
}

.skew svg {
    transition: all .15s ease;
    width: 100%;
    height: 100%;
}

.full-skew {
    width: 100vw;
    position: absolute;
    margin-left: -50vw;
    min-height: 150vh;
    left: 50%;
	margin-top: 2rem;
    -webkit-transform: skew(0deg,-2deg);
    transform: skew(0deg,-2deg);
    z-index: -1;
}

article { margin-top: 6rem; }

ul.share {
	list-style: none;
	text-align: center;
}

ul.share li {
	display: inline-block;
}

ul.share li a {
	line-height: 3.3rem;
	text-align: center;
	font-size: 1.4rem;
	border: none;
	color: #fff;
	background: #009ADE;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 3rem;
	height: 3rem;
	display: inline-block;
	margin-right: 1rem;
	padding: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.footer {
    position: relative;
    padding: 3rem 0 2rem 0;
    color: #009ADE;
    background: #fff;
    clear: both;
    margin: 6rem 0 1rem 0;
}

footer .skew {
    bottom: auto;
    top: -3rem;
}

.gform_wrapper {
	padding-top: 4rem;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: none;
	background: #f7e4e1;
}

.content .button, .content button, .content .wp-block-button__link, input.button {
	margin: 0 0 1rem 0;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	padding: .85em 1em;
	border: 1px solid transparent;
	-webkit-transition: all .25s ease-out, color .25s ease-out;
	-webkit-appearance: none;
	transition: all .25s ease-out, color .25s ease-out;
	font-family: inherit;
	font-size: 1rem;
	text-align: center;
	cursor: pointer;
	background-color: #002E6D;
	color: #fefefe;
	box-shadow: none;
	border-radius: 0.375rem;
	font-weight: 800;
}
.content .button:hover, .content button:hover, .content .wp-block-button__link:hover {
	transform: scale(1.04);
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.button.white, .primary_form button {
	background: #fff;
	color: #002E6D;
}
.button.secondary, .wp-block-button__link.secondary, input.gform_next_button, input.gform_previous_button {
	color: #002E6D;
	background: none;
	border: solid .1rem #002E6D;
}
.button.secondary:hover, .button.secondary:active, .button.secondary:focus, .wp-block-button__link.secondary:hover, .wp-block-button__link.secondary:active, .wp-block-button__link.secondary:focus, .gform_next_button:active, .gform_next_button:hover {
	color: #fff;
	background: #002E6D;
	border: solid .1rem #002E6D;
	transform: scale(1);
}
.button.secondary.white, .primary_form button {
	box-shadow: none;
	background: none;
	color: #fff;
	border: 0.1rem solid #fff;
}
.primary_form button {
	width: 100%;
}
#input_13_2_other {
    display: inline-block;
}
.gform_wrapper form div.validation_error {
    background: #ee5a39;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-top: none;
    border-bottom: none;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #fff;
    border-radius: .6rem;
}

.gform_wrapper .instruction {
    color: #acacac;
    margin-top: -1rem;
}
.gform_wrapper .gform_body .validation_message {
	padding-top: 0
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border-top: none;
    border-bottom: none;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: none;
	background: #f7e4e1;
}
[type="color"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="datetime"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, textarea:focus {
	border: none;
}
input::-moz-focus-inner, input::-moz-focus-outer {
	border: 0;
}
.gform_wrapper .top_label li.gfield.seven:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.seven:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
	width: 14.28%;
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 8px;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
}
.gfield_radio [type="radio"] {
	margin: 0;
}
.ui-datepicker{
	background: #002E6D;

}
span.select2, div.select {
	margin-bottom: 1rem;
}
select, [type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea, select {
	margin-bottom: 1.4rem;
	box-shadow: none;
	padding: .4rem;
	border: none;
	border-radius: 0.375rem;
}
.gfield_description { display: none; }
.gform_wrapper form div.validation_error {
	background: #ee5a39;
	border: none;
	border-top: none;
	border-bottom: none;
	padding: 1rem;
	margin-bottom: 1rem;
	color: #fff;
	border-radius: .6rem;
}
.gform_wrapper form .gform_page_footer {
	border: none;
}
.validation_message {
	display: block;
	color: #ee5a39;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
