/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #383838;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

@media (max-height: 46em) and (min-width: 60em) {
  body {
    font-size: .875em;
  }
}

@media (max-height: 40em) and (min-width: 60em) {
  body {
    font-size: .75em;
  }
}

.display-font-size {
  font-size: 2.25em;
}

@media (min-width: 40em) {
  .display-font-size {
    font-size: 2.7em;
  }
}

@media (min-width: 60em) {
  .display-font-size {
    font-size: 3em;
  }
}

.xlarge-font-size {
  font-size: 1.96875em;
}

@media (min-width: 40em) {
  .xlarge-font-size {
    font-size: 2.3625em;
  }
}

@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 2.625em;
  }
}

.large-font-size {
  font-size: 1.6875em;
}

@media (min-width: 40em) {
  .large-font-size {
    font-size: 2.025em;
  }
}

@media (min-width: 60em) {
  .large-font-size {
    font-size: 2.25em;
  }
}

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em;
}

@media (min-width: 40em) {
  .medium-font-size {
    font-size: 1.125em;
  }
}

@media (min-width: 60em) {
  .medium-font-size {
    font-size: 1.5em;
  }
}

.base-font-size {
  font-size: 1em;
}

@media (min-width: 40em) {
  .base-font-size {
    font-size: 1.125em;
  }
}

@media (min-width: 60em) {
  .base-font-size {
    font-size: 1.125em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  line-height: 1.25;
  margin: 0;
  color: #333333;
}

h1 {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #7197BC;
}

@media (min-width: 40em) {
  h1 {
    font-size: 2.7em;
  }
}

@media (min-width: 60em) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 1.96875em;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (min-width: 40em) {
  h2 {
    font-size: 2.3625em;
  }
}

@media (min-width: 60em) {
  h2 {
    font-size: 2.625em;
  }
}

h3 {
  font-size: 1.6875em;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (min-width: 40em) {
  h3 {
    font-size: 2.025em;
  }
}

@media (min-width: 60em) {
  h3 {
    font-size: 2.25em;
  }
}

h4 {
  font-size: 1.6em;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 40em) {
  h4 {
    font-size: 1.8em;
  }
}

@media (min-width: 60em) {
  h4 {
    font-size: 2em;
  }
}

h5 {
  font-size: 1.5em;
  margin-top: 16px;
  margin-bottom: 16px;
}

h6 {
  font-size: 1.125em;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #757575;
  text-transform: uppercase;
}

p {
  margin: 16px 0 26px;
  font-size: 1em;
  line-height: 1.5em;
}

.emph,
.section-header-wrap p {
  font-size: 1.5em;
  line-height: 1.4166666667em;
  font-weight: 500;
  color: #133849;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 1.2083333333em;
}

@media (min-width: 40em) {

  .emph,
  .section-header-wrap p {
    font-size: 1.75em;
    line-height: 1.3571428571em;
    margin-bottom: 1.0357142857em;
  }
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #008e90;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #004344;
}

a:focus {
  outline: none;
}

a:focus:not(:active):focus:not(:hover):not(:active) {
  outline: 2px dashed #ec2224;
  outline-offset: -2px;
  -moz-outline-style: none;
}

hr {
  border-bottom: 2px solid #cccccc;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  padding: 0;
  margin: 0;
  background-color: #1f4252;
  font-size: 1.3125em;
  line-height: 1.3333333333em;
  color: #ffffff;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  position: relative;
  padding: 2.380952381em 1.1904761905em;
}

blockquote span {
  display: block;
  padding-left: 1.2857142857em;
  position: relative;
}

blockquote span:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 89%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  left: 0;
}

@media (min-width: 60em) {
  blockquote {
    padding: 2.5714285714em 3.3333333333em 2.6666666667em 2.9047619048em;
    max-width: 48.0476190476em;
    width: 100%;
    margin: 2.0952380952em auto 2.5238095238em;
    display: block;
  }
}

cite {
  color: #787878;
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}

/*
Forms
Lists
Tables
*/
/* Forms */
fieldset {
  background: white;
  border: 1px solid #eeeeee;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}

textarea:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:hover,
select[multiple=multiple]:hover,
select:hover {
  border-color: #d5d4d4;
}

textarea:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select[multiple=multiple]:focus,
select:focus {
  border-color: #008e90;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 117, 119, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
  width: auto !important;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%;
}

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-error-msgs {
  color: red;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding-left: 0.9375em;
}

ul:not([class]) li:not([class]) {
  position: relative;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}

ul:not([class]) li:not([class]) a {
  font-weight: normal;
}

ul:not([class]) li:not([class]):after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 13px;
  left: -12px;
  background-color: #333333;
  border-radius: 50%;
}

ul:not([class]) li:not([class]) ul:not([class]) {
  padding-top: 0.3125em;
  margin-bottom: 0.375em;
  padding-left: 2.125em;
}

ul:not([class]) li:not([class]) ul:not([class]) li,
ul:not([class]) li:not([class]) ul:not([class]) li:not([class]) {
  font-size: 1em;
  line-height: 1.65em;
  margin-bottom: 0.375em;
  font-weight: 400;
  font-style: normal;
}

ul:not([class]) li:not([class]) ul:not([class]) li:after,
ul:not([class]) li:not([class]) ul:not([class]) li:not([class]):after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 11px;
  left: -10px;
  background-color: #333333;
}

@media (max-height: 46em) and (min-width: 60em) {
  ul:not([class]) li:not([class]):after {
    width: 4px;
    height: 4px;
    top: 10px;
  }

  ul:not([class]) li:not([class]) ul:not([class]) li:after,
  ul:not([class]) li:not([class]) ul:not([class]) li:not([class]):after {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}

@media (max-height: 40em) and (min-width: 60em) {
  ul:not([class]) li:not([class]):after {
    width: 3px;
    height: 3px;
    top: 9px;
  }

  ul:not([class]) li:not([class]) ul:not([class]) li:after,
  ul:not([class]) li:not([class]) ul:not([class]) li:not([class]):after {
    width: 4px;
    height: 4px;
    top: 9px;
  }
}

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding-left: 0.9375em;
}

.bullet-style li:not([class]) {
  position: relative;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}

.bullet-style li:not([class]) a {
  font-weight: normal;
}

.bullet-style li:not([class]):after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 13px;
  left: -12px;
  background-color: #333333;
  border-radius: 50%;
}

.bullet-style li:not([class]) ul:not([class]) {
  padding-top: 0.3125em;
  margin-bottom: 0.375em;
  padding-left: 2.125em;
}

.bullet-style li:not([class]) ul:not([class]) li,
.bullet-style li:not([class]) ul:not([class]) li:not([class]) {
  font-size: 1em;
  line-height: 1.65em;
  margin-bottom: 0.375em;
  font-weight: 400;
  font-style: normal;
}

.bullet-style li:not([class]) ul:not([class]) li:after,
.bullet-style li:not([class]) ul:not([class]) li:not([class]):after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 11px;
  left: -10px;
  background-color: #333333;
}

@media (max-height: 46em) and (min-width: 60em) {
  .bullet-style li:not([class]):after {
    width: 4px;
    height: 4px;
    top: 10px;
  }

  .bullet-style li:not([class]) ul:not([class]) li:after,
  .bullet-style li:not([class]) ul:not([class]) li:not([class]):after {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}

@media (max-height: 40em) and (min-width: 60em) {
  .bullet-style li:not([class]):after {
    width: 3px;
    height: 3px;
    top: 9px;
  }

  .bullet-style li:not([class]) ul:not([class]) li:after,
  .bullet-style li:not([class]) ul:not([class]) li:not([class]):after {
    width: 4px;
    height: 4px;
    top: 9px;
  }
}

.two-col-list {
  clear: left;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding-left: 0;
}

.two-col-list li:not([class]) {
  position: relative;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
  padding-left: 0.9375em;
}

.two-col-list li:not([class]) a {
  font-weight: normal;
}

.two-col-list li:not([class]):after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 13px;
  left: 3px;
  background-color: #333333;
  border-radius: 50%;
}

.two-col-list li:not([class]) ul:not([class]) {
  padding-top: 0.3125em;
  margin-bottom: 0.375em;
  padding-left: 2.125em;
}

.two-col-list li:not([class]) ul:not([class]) li,
.two-col-list li:not([class]) ul:not([class]) li:not([class]) {
  font-size: 1em;
  line-height: 1.65em;
  margin-bottom: 0.375em;
  font-weight: 400;
  font-style: normal;
}

.two-col-list li:not([class]) ul:not([class]) li:after,
.two-col-list li:not([class]) ul:not([class]) li:not([class]):after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 11px;
  left: -10px;
  background-color: #333333;
}

@media (max-height: 46em) and (min-width: 60em) {
  .two-col-list li:not([class]):after {
    width: 4px;
    height: 4px;
    top: 10px;
  }

  .two-col-list li:not([class]) ul:not([class]) li:after,
  .two-col-list li:not([class]) ul:not([class]) li:not([class]):after {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}

@media (max-height: 40em) and (min-width: 60em) {
  .two-col-list li:not([class]):after {
    width: 3px;
    height: 3px;
    top: 9px;
  }

  .two-col-list li:not([class]) ul:not([class]) li:after,
  .two-col-list li:not([class]) ul:not([class]) li:not([class]):after {
    width: 4px;
    height: 4px;
    top: 9px;
  }
}

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.75em;
  padding-left: 0;
}

ol li {
  position: relative;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}

ol li a {
  text-decoration: none;
  font-weight: normal;
}

ol li ol {
  padding-top: 0.3125em;
  margin-bottom: 0.375em;
  padding-left: 3.5em;
  list-style-type: lower-alpha;
  list-style-position: outside;
}

ol li ol li {
  font-size: 1em;
  line-height: 1.65em;
  margin-bottom: 0.375em;
  font-weight: 400;
  font-style: normal;
}

/* Tables */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

.btn,
button,
input[type="submit"],
.btn-download,
.btn-arrow,
.product-grid-item-link,
.btn-alt,
.btn-alt-download,
.btn-alt-arrow,
.btn-alt-2,
.btn-alt-3 {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0.75em 1.5em 0.8em;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  text-align: center;
}

.btn:hover,
button:hover,
input:hover[type="submit"],
.btn-download:hover,
.btn-arrow:hover,
.product-grid-item-link:hover,
.btn-alt:hover,
.btn-alt-download:hover,
.btn-alt-arrow:hover,
.btn-alt-2:hover,
.btn-alt-3:hover {
  color: white;
}

.btn:disabled,
button:disabled,
input:disabled[type="submit"],
.btn-download:disabled,
.btn-arrow:disabled,
.product-grid-item-link:disabled,
.btn-alt:disabled,
.btn-alt-download:disabled,
.btn-alt-arrow:disabled,
.btn-alt-2:disabled,
.btn-alt-3:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn:after,
button:after,
input[type="submit"]:after,
.btn-download:after,
.btn-arrow:after,
.product-grid-item-link:after,
.btn-alt:after,
.btn-alt-download:after,
.btn-alt-arrow:after,
.btn-alt-2:after,
.btn-alt-3:after {
  content: '';
}

.btn:focus,
button:focus,
input:focus[type="submit"],
.btn-download:focus,
.btn-arrow:focus,
.product-grid-item-link:focus,
.btn-alt:focus,
.btn-alt-download:focus,
.btn-alt-arrow:focus,
.btn-alt-2:focus,
.btn-alt-3:focus {
  color: #ffffff;
}

.btn:focus:hover,
button:focus:hover,
input:focus:hover[type="submit"],
.btn-download:focus:hover,
.btn-arrow:focus:hover,
.product-grid-item-link:focus:hover,
.btn-alt:focus:hover,
.btn-alt-download:focus:hover,
.btn-alt-arrow:focus:hover,
.btn-alt-2:focus:hover,
.btn-alt-3:focus:hover {
  color: white;
}

.btn,
button,
input[type="submit"],
.btn-download,
.btn-arrow,
.product-grid-item-link {
  background-color: #008e90;
}

.btn:hover,
button:hover,
input:hover[type="submit"],
.btn-download:hover,
.btn-arrow:hover,
.product-grid-item-link:hover {
  background: #13384a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn:after,
button:after,
input[type="submit"]:after,
.btn-download:after,
.btn-arrow:after,
.product-grid-item-link:after {
  background-color: #008e90;
}

.btn:after:hover,
button:after:hover,
input:after:hover[type="submit"],
.btn-download:after:hover,
.btn-arrow:after:hover,
.product-grid-item-link:after:hover {
  background: #13384a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.wp-block-button a.wp-block-button__link.has-primary-background-color:hover {
  background: #13384a !important;
  background: -moz-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%) !important;
  background: -webkit-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%) !important;
  background: linear-gradient(to bottom, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%) !important;
  color: #ffffff !important;
}


a.wp-block-button__link.has-secondary-background-color:hover {
  background: #008e90 !important;
  color: #ffffff !important;
}

.btn-alt,
.btn-alt-download,
.btn-alt-arrow {
  background-color: #7197BC;
}

.btn-alt:hover,
.btn-alt-download:hover,
.btn-alt-arrow:hover {
  background-color: #008e90;
}

.btn-alt:after,
.btn-alt-download:after,
.btn-alt-arrow:after {
  background-color: #7197BC;
}

.btn-alt:after:hover,
.btn-alt-download:after:hover,
.btn-alt-arrow:after:hover {
  background-color: #008e90;
}

.btn-alt-2 {
  background-color: #008e90;
}

.btn-alt-2:hover {
  background: #13384a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-alt-2:after {
  background-color: #008e90;
}

.btn-alt-2:after:hover {
  background: #13384a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-alt-3 {
  background-color: #7197BC;
}

.btn-alt-3:hover {
  background-color: #008e90;
}

.btn-alt-3:after {
  background-color: #7197BC;
}

.btn-alt-3:after:hover {
  background-color: #008e90;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:focus,
input[type="submit"]:focus {
  outline: none;
}

@media (min-width: 60em) {
  .aum-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 1.25vw;
  }
}

@media (min-width: 80em) {
  .aum-content {
    font-size: 1em;
  }
}

.aum-services {
  margin-bottom: 1.875em;
}

.aum-services .tabs {
  display: none;
}

.aum-services .tab_drawer_heading {
  font-family: "worksans", sans-serif;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.3em;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 0.8em 2em 0.75em 1em;
  position: relative;
  background-color: #008e90;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
}

.aum-services .tab_drawer_heading:after {
  content: "+";
  position: absolute;
  right: 0.8095238095em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 1.05em;
}

.aum-services .tab_drawer_heading.d_active {
  background-color: #eeeeee;
  border-bottom: none;
  color: #333333;
}

.aum-services .tab_drawer_heading.d_active:after {
  content: "-";
  font-size: 1.35em;
  right: 0.5925925926em;
  font-weight: 700;
  top: 46%;
}

@media (min-width: 60em) {
  .aum-services {
    position: relative;
    width: 45.625em;
    height: 38.4375em;
    margin-bottom: 0;
  }

  .aum-services .tab_container {
    position: absolute;
    left: 47.45%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 21.25em;
    text-align: center;
  }

  .aum-services .tabs {
    display: block;
    background-repeat: no-repeat;
    background-position: 5.1875em center;
    background-size: 32.875em 32.25em;
    width: 45.625em;
    height: 38.4375em;
    position: relative;
  }

  .aum-services .tab_drawer_heading {
    display: none;
  }

  .aum-services .tab-link {
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 0.1em;
    font-weight: 700;
    color: #8f8f8f;
    text-decoration: none;
    font-family: "worksans", sans-serif;
    position: absolute;
    text-transform: uppercase;
    border-bottom: 2px solid #e1e1e1;
  }

  .aum-services .tab-link:hover,
  .aum-services .tab-link.active {
    color: #008e90;
    opacity: 0.9;
    border-bottom: 2px solid #008e90;
  }

  .aum-services .tab-link.tab-link1 {
    left: 48%;
    top: 1.1em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .aum-services .tab-link.tab-link2 {
    right: 1.75em;
    top: 8.15em;
  }

  .aum-services .tab-link.tab-link3 {
    right: 2em;
    top: 86.6%;
  }

  .aum-services .tab-link.tab-link4 {
    left: 1.3em;
    top: 86.6%;
  }

  .aum-services .tab-link.tab-link5 {
    left: 1.3em;
    top: 7.65em;
    width: 65px;
  }
}

.aum-right-content {
  text-align: center;
}

@media (min-width: 60em) {
  .aum-right-content {
    text-align: left;
    width: calc(100% - 45.625em);
    padding: 0 4.0625em 2.875em 5.3125em;
  }
}

.aumt-content {
  padding: 1.25em;
}

.aumt-content p {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  color: #333333;
  opacity: 0.8;
  margin: 0;
}

@media (min-width: 60em) {
  .aumt-content {
    padding: 1.25em 2.9375em;
  }
}

.aum-heading {
  font-size: 1.6875em;
  line-height: 1.2222222222em;
  margin: 0 0 0.4074074074em 0;
  color: #333333;
}

@media (min-width: 40em) {
  .aum-heading {
    font-size: 1.875em;
    line-height: 1.2em;
    margin: 0 0 0.3666666667em 0;
  }
}

@media (min-width: 80em) {
  .aum-heading {
    font-size: 2.25em;
    line-height: 1.1666666667em;
    margin: 0 0 0.3055555556em 0;
  }
}

.aum-text {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  color: #333333;
  opacity: 0.8;
  margin: 0 0 1.7777777778em 0;
}

.aum-btn {
  min-width: 10.3em;
  font-size: 1.25em;
}

.wp-block-latest-posts li {
  box-shadow: 0px 0px 15px #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}

.wp-block-latest-posts li:hover {
  box-shadow: 0px 0px 15px rgba(0, 67, 68, 0.4);
}

.wp-block-latest-posts li>* {
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.wp-block-latest-posts__post-title {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 16px;
  font-weight: 700;
  text-decoration: none;
}

.wp-block-template-part .is-position-sticky.is-pinned.has-pinned-background {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
  top: -48px;
}

@media (min-width: 60em) {
  .desktop-half-circle {
    bottom: -13.75em;
    display: block;
    height: 6.25em;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .desktop-half-circle::after {
    content: "";
    height: 89%;
    left: -6%;
    position: absolute;
    top: 0px;
    width: 112%;
    background: rgb(255, 255, 255);
    border-radius: 50%;
  }
}

.wp-block-button .wp-block-button__link.has-primary-border-color:hover {
  background: #13384a !important;
  background: -moz-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%) !important;
  background: -webkit-linear-gradient(top, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%) !important;
  background: linear-gradient(to bottom, #13384a 0%, #164154 31%, #17465a 43%, #1a485f 46%, #18485e 48%, #1e5772 85%, #1e5a76 94%, #1e5a74 100%) !important;
  color: #ffffff !important;
}

.email-icon {
  position: relative;
  padding-left: 30px;
}

.email-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 20px;
  background: url(./assets/img/sprite.png);
  background-position: right 25px top 0px;
}

.email-icon a {
  text-decoration: none;
}

.email-icon a:hover {
  color: #86a5c6;
}

.phone-icon {
  position: relative;
  padding-left: 30px;
}

.phone-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 20px;
  background: url(./assets/img/sprite.png);
  background-position: right 25px top -23px;
}

.phone-icon a {
  text-decoration: none;
}

.phone-icon a:hover {
  color: #86a5c6;
}

header .wp-block-navigation__container .wp-block-navigation-item__label {
  font-size: 15px;
  font-weight: 600;
}

header .wp-block-navigation__container a:hover::after {
  display: none;
}

header .wp-block-navigation__container a:hover .wp-block-navigation-item__label {
  color: #7197bc;
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
  min-width: 224px;
  padding: 0;
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container li {
  border-top: 1px solid rgb(204, 204, 204);
  border-left: 2px solid rgb(204, 204, 204);
  border-right: 2px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container li:first-child {
  border-top: 2px solid rgb(204, 204, 204);
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container li:last-child {
  border-bottom: 2px solid rgb(204, 204, 204);
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container li a:hover {
  background-color: #7197BC;
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container li a:hover .wp-block-navigation-item__label {
  color: #ffffff;
}

@media screen and (max-width: 599px) {
  .home-services .wp-block-image {
    margin-top: 16px;
  }

  .home-services .wp-block-image img {
    margin: 0 auto;
  }

  .home-quality .wp-block-cover {
    min-height: 300px !important;
  }

  .home-quality .wp-block-cover .wp-block-cover__inner-container {
    text-align: center;
  }

  .home-quality .wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
    text-align: center;
  }

  .home-quality .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
    justify-content: center;
  }

  .home-quality.wp-block-columns .wp-block-column {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .entry-content .home-quality.wp-block-columns .wp-block-column .iso-item {
    align-items: center !important;
  }

  .entry-content .home-quality.wp-block-columns .wp-block-column .iso-item .wp-block-image {
    margin-inline-start: 0;
  }

  .home-features .features-header .wp-block-column {
    border: none !important;
    text-align: center;
  }

  .home-features .features-header .has-text-align-left {
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .home-features .home-features-list {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  .home-features .home-features-list>.wp-block-column>.wp-block-columns {
    flex-direction: row !important;
    max-width: 280px;
    margin: 0 auto;
  }

  .home-features .home-features-list .wp-block-column .wp-block-columns .wp-block-column.wp-block-column:first-child {
    flex-basis: 33px !important;
    margin-bottom: 16px;
  }

  .home-features .home-features-list .wp-block-column .wp-block-columns .wp-block-column.wp-block-column:last-child {
    flex-basis: calc(100% - 45px) !important;
  }

  .home-about-us {
    text-align: center;
  }

  .home-about-us .wp-block-buttons {
    justify-content: center;
  }

  .wp-block-latest-posts.is-grid li {
    margin-right: 0;
  }
}
