/*
Website Name: The Hoffman Group
Copyright 2017
Adventure Web Interactive
*/

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Fonts - $$fonts
 * ----------------------------------------------------- *
\* ===================================================== */

@font-face {
    font-family: 'montserrat';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'montserrat';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'montserrat';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-semibold-webfont.woff') format('woff');
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Normalize - $$normalize
   * ----------------------------------------------------- *
  \* ===================================================== */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
}

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

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

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

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 0.75em;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

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

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    margin: 0;
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::-moz-selection {
    color: rgb(5, 43, 55);
    text-shadow: none;
    background: rgb(208, 223, 228);
}

::selection {
    color: rgb(5, 43, 55);
    text-shadow: none;
    background: rgb(208, 223, 228);
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Type - $$type
   * ----------------------------------------------------- *
  \* ===================================================== */

html {
    font-family: sans-serif;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font: 100%/1.5 'montserrat', Arial, Helvetica, sans-serif;
    color: #444;
    background: #fff;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
    margin-top: 40px;
    line-height: 1.2;
}

h1,
.alpha {
    font-size: 2.25em;
}

h2,
.beta {
    font-size: 1.875em;
}

h3,
.gamma {
    font-size: 1.5em;
}

h4,
.delta {
    font-size: 1.125em;
}

h5 {
    font-size: 0.875em;
}

h6 {
    font-size: 0.75em;
}

ul,
ol,
dl,
menu {
    padding: 0;
    margin: 0 0 20px 40px;
}

a {
    color: #135e76;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    text-decoration: underline;
    outline: 0;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

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

hr {
    display: block;
    height: 1px;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

small,
sub,
sup {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

blockquote {
    padding: 20px;
    color: #135e76;
    border-left: 8px solid;
}

.container p {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    blockquote {
        padding: 15px;
    }
}

@media screen and (max-width: 567px) {
    html {
        font-size: 1rem;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Tools - $$tools
   * ----------------------------------------------------- *
  \* ===================================================== */

.hidden,
.tablet-view,
.mobile-view {
    display: none !important;
    visibility: hidden;
}

.desktop-view {
    display: block !important;
    visibility: visible;
}

.clearfix::after,
.container::after {
    content: '';
    display: block;
    clear: both;
}

.browserupgrade {
    padding: 5px 0;
    color: #000;
    text-align: center;
    background: #ccc;
}

[style*='background-image'] {
    background-position: center;
    background-size: cover;
}

.inlineblock-fix {
    font-size: 0;
}

.inlineblock-reset {
    font-size: 1rem;
}

:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
    margin-top: 0;
}

:last-child {
    margin-bottom: 0;
}

.list--unstyled {
    margin: 0;
    list-style: none;
}

.skip-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 0;
    line-height: 32px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: rgba(9, 71, 91, 0.75);
}

.skip-nav:focus {
    height: 32px;
    text-decoration: none;
    outline: 1px dotted #000;
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Forms - $$forms
   * ----------------------------------------------------- *
  \* ===================================================== */

legend {
    white-space: normal;
    *margin-left: -7px;
}

label {
    display: block;
    margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font: inherit;
    color: #444;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #135e76;
    outline: 0;
}

input,
textarea {
    -webkit-appearance: none;
}

select {
    padding: 0 0 0 5px;
}

textarea {
    height: 120px;
    padding: 10px;
    vertical-align: top;
    overflow: auto;
    resize: vertical;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
    cursor: pointer;
    *overflow: visible;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type='radio'],
input[type='checkbox'] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 4px 0 0;
    border: none;
}

input[type='radio'] {
    -webkit-appearance: radio;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox;
}

input[type='file'] {
    height: auto;
    height: 32px\9;
    background: none;
    background: #fff\9;
    border: none;
    border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
    background: #fff;
    border: none;
}

input[type='search'] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
    width: auto;
    height: auto;
    padding: 0.5em 1.25em;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    background: #135e76;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.button {
    display: inline-block;
    text-align: center;
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
    text-decoration: none;
    background: #09475b;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

button[disabled],
html input[disabled] {
    cursor: default;
}

form .list--unstyled li + li {
    margin-top: 12px;
}

.form-field--half,
.form-field--third {
    float: left;
    width: calc(50% - 6.5px);
}

.form-field--third {
    width: calc(33.33333% - 8.33333px);
}

.form-field--half + .form-field--half,
.form-field--third + .form-field--third {
    margin-left: 12px;
}

.form-field--half:first-child ~ .form-field--half:nth-child(2),
.form-field--third:first-child ~ .form-field--third:nth-child(2),
.form-field--third:first-child ~ .form-field--third:nth-child(3) {
    margin-top: 0;
}

li:not(.form-field--half) + .form-field--half,
li:not(.form-field--third) + .form-field--third {
    margin-left: 0;
}

.form-field--half + li:not(.form-field--half),
.form-field--third + li:not(.form-field--third) {
    padding-top: 12px;
    margin-top: 0;
    clear: left;
}

@media screen and (max-width: 567px) {

    .form-field--half,
    .form-field--third {
        float: none;
        width: 100%;
    }

    .form-field--half + .form-field--half,
    .form-field--third + .form-field--third {
        margin-left: 0;
    }

    .form-field--half:first-child ~ .form-field--half:nth-child(2),
    .form-field--third:first-child ~ .form-field--third:nth-child(2),
    .form-field--third:first-child ~ .form-field--third:nth-child(3) {
        margin-top: 12px;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Structure - $$structure
   * ----------------------------------------------------- *
  \* ===================================================== */

.container {
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
}

.full-width {
    float: none;
    width: 100%;
    max-width: 54em;
    margin: 0 auto;
}

.form-list {
    max-width: 500px;
    margin: 0;
    list-style: none;
}

.form-list li {
    margin: 10px 0 0;
}

.form-list li:first-child {
    margin: 0;
}

@media screen and (max-width: 1023px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Header - $$header
   * ----------------------------------------------------- *
  \* ===================================================== */

.header {
    background: #fff;
}

.logo {
    float: left;
    padding: 10px 0;
}

.header-info-flex {
    width: 50%;
    padding: 15px 0 10px;
    min-width: 600px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    float: right;
}

@media screen and (max-width: 1023px) {
    .header-info-flex {
        width: 100%;
        min-width: unset;
    }
}

.header-info {
    float: right;
    padding-right: 40px;
    margin: 0;
}

.header-info a:hover {
    color: #09475b;
    text-decoration: none;
}

.header-info li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 0.5;
    color: #135e76;
    text-transform: uppercase;
}

.header-info:after {
    content: '';
    padding-top: 5px;
    border-bottom: 1px solid #135e76;
}

.header-info li:last-child {
    margin-right: -10px;
    border-left: 1px solid #135e76;
}

@media screen and (max-width: 1023px) {
    .logo {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        text-align: center;
    }

    .logo {
        float: none;
        margin: 0 auto;
    }

    .header-info {
        float: none;
        width: 100%;
        padding: 0 0 10px;
    }

    .header-info:after {
        padding-top: 0;
        border-bottom: none;
    }
}

@media screen and (max-width: 567px) {
    .header-info {
        padding: 0 0 5px;
    }

    .header-info li {
        display: block;
    }

    .header-info li:last-child {
        border-left: none;
    }
}

.header-search-form {
    width: 100%;
    max-width: 195px;
}

.header-search-form-mobile {
    display: none;
    margin-top: 25px;
    padding-left: 15px;
}

@media screen and (max-width: 567px) {
    .header-search-form-mobile {
        display: block;
        float: left;
    }

    .header-search-form {
        display: none;
    }
}

.search-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search-form label {
    margin: 0;
}

.search-form input[type='search'] {
    border-radius: 5px 0 0 5px;
    height: 35px;
    box-sizing: border-box !important;
    width: 100%;
    border-right-color: transparent;
    -webkit-appearance: none;
    padding-bottom: 1px;
}

.searchform-button {
    width: 50px;
    position: relative;
    right: 1px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border: 2px solid #135e76;
    background: #135e76;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
}

.searchform-button:hover {
    background-color: #427e91;
    border: 2px solid #427e91;
}

.searchform-button svg {
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
}

.searchform-input {
    background-color: #efefef;
    border: 2px solid #135e76;
}

.theme-dark .searchform-input {
    background-color: #09475b;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.theme-dark .searchform-button {
    background-color: #09475b;
    color: #ffffff;
    border: 2px solid #ffffff;
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Nav - $$nav
   * ----------------------------------------------------- *
  \* ===================================================== */

body.home .menu-item-home {
    display: none;
}

.nav .container {
    padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
    display: none;
}

.awiNav {
    float: right;
    position: relative;
    z-index: 200;
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none;
}

.awiNav a {
    color: #000;
}

.awiNav a:hover {
    color: #135e76;
}

.awiNav.collapsable {
    white-space: nowrap;
}

.awiNav li {
    position: relative;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .awiNav li {
        font-size: 14px;
    }
}

.awiNav > li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.awiNav a {
    display: block;
    padding: 0 13px;
    white-space: nowrap;
    text-decoration: none;
}

@media screen and (min-width: 1024px) {
    .awiNav a {
        padding: 0 15px;
    }
}

.awiNav ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 0.5em 0;
    margin: 0;
    line-height: 1;
    list-style: none;
    background: #135e76;
}

.awiNav > li:last-child {
    right: 0;
    left: auto;
    margin-right: -15px;
}

.awiNav ul ul {
    top: -0.5em;
    right: auto;
    left: 100%;
}

.awiNav > li:last-child ul ul {
    right: 100%;
    left: auto;
}

.awiNav ul a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #fff;
}

.awiNav ul a:hover {
    color: #fff;
    background-color: #09475b;
}

@media screen and (min-width: 768px) {
    .awiNav li:hover > ul {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .awiNav a {
        padding: 0 10px;
    }

    .awiNav li {
        font-size: 13px;
    }

    .awiNav > li:last-child {
        margin-right: -10px;
    }

    #main-content .services .article-wrap h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .awiNav-cover {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: calc(100vh + 200px);
        cursor: pointer;
        background: rgba(0, 0, 0, 0.6);
    }

    .nav {
        margin: 0 -10px;
    }

    .awiNav a:hover {
        color: #fff;
    }

    .awiNav__trigger {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 0;
        line-height: 0;
        cursor: pointer;
        background: #135e76;
        border: 0;
        border-radius: 0;
        outline: 0;
    }

    .awiNav__trigger:hover {
        background: #09475b;
    }

    .awiNav__trigger:active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .awiNav__trigger span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 4px;
        margin: -2px 0 0 -20px;
        background: #fff;
        border-radius: 2px / 50%;
        -webkit-box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
        box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
    }

    .awiNav-wrap {
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 999999;
        width: calc(100% - 45px);
        max-width: 320px;
        height: calc(100vh + 200px);
        padding-bottom: 200px;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        background: #09475b;
    }

    .awiNav-wrap.nav-shown {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .awiNav-wrap .awiNav__close {
        position: relative;
        display: block;
        width: 100%;
        height: 45px;
        padding-left: 50px;
        font-size: 0.9rem;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        background: none;
        border-bottom: 1px solid #fff;
        border-radius: 0;
    }

    .awiNav-wrap .awiNav__close:hover,
    .awiNav-wrap li:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .awiNav-wrap .awiNav__close:active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .awiNav__close span {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 3px;
        -webkit-transform: rotate(45deg) translateX(4px);
        -ms-transform: rotate(45deg) translateX(4px);
        transform: rotate(45deg) translateX(4px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        background: #fff;
        border-radius: 2px;
    }

    .awiNav__close span ~ span {
        -webkit-transform: rotate(-45deg) translateX(-4px);
        -ms-transform: rotate(-45deg) translateX(-4px);
        transform: rotate(-45deg) translateX(-4px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }

    .awiNav {
        width: 100%;
        max-height: calc(100% - 45px);
        text-align: left;
        overflow-y: auto;
    }

    .awiNav.nav-hidden,
    .awiNav .nav-hidden {
        display: none;
    }

    .awiNav.nav-shown,
    .awiNav .nav-shown {
        display: block;
    }

    .awiNav li,
    .awiNav > li {
        display: block;
        width: 100%;
        height: auto;
        font-size: 0;
        line-height: 1.2;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    }

    .awiNav__links {
        position: relative;
    }

    .awiNav a,
    .awiNav ul a {
        display: block;
        padding: calc(22.5px - 0.6rem) 15px;
        font-size: 1rem;
        color: #fff;
        white-space: normal;
    }

    .awiNav .awiNav__links > a {
        display: inline-block;
        width: calc(100% - 45px);
        vertical-align: middle;
    }

    .awiNav-wrap .awiNav .awiNav__togglesub {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 45px;
        height: 100%;
        font-size: 0;
        vertical-align: middle;
        text-indent: -9999px;
        background: rgba(255, 255, 255, 0.1);
    }

    .awiNav-wrap .awiNav__togglesub.nav-hidden {
        display: none;
    }

    .awiNav__togglesub::before {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        width: 0;
        height: 0;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        border-width: 10px 5px 0 5px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .sub-shown > .awiNav__links > .awiNav__togglesub::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .awiNav ul {
        position: static;
        padding: 0;
        background: rgba(255, 255, 255, 0.1);
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Banner - $$banner
   * ----------------------------------------------------- *
  \* ===================================================== */

.banner {
    height: 500px;
}

.banner .slides,
.banner .slides li,
.slide {
    height: 100%;
}

.banner-box {
    display: block;
    padding-top: 100px;
    color: #014a5d;
    text-align: center;
    text-transform: uppercase;
}

.banner-box h2 {
    max-width: 650px;
    padding-bottom: 35px;
    margin: 0 auto;
    font-size: 65px;
    font-weight: normal;
    text-shadow: 2px 2px #989898;
}

.banner-box h3 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #014a5d;
    text-shadow: 2px 2px #989898;
}

.flexslider .slides > li.slide-2 .banner-box {
    max-width: 730px;
    margin-left: 100px !important;
    padding-bottom: 35px;
    margin: 0 auto;
    font-size: 65px;
    font-weight: 400;
    text-align: left;
}

.flexslider .slides > li.slide-2 .banner-box h2 {
    text-align: left;
    max-width: 730px;
    font-weight: 700;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.57);
    color: #ffffff;
}

.flexslider .slides > li.slide-2 .banner-box h2 span {
    color: #d5b777;
}

.flexslider .slides > li.slide-2 .banner-box h3 {
    text-shadow: none;
}

.flexslider .slides > li.slide-2 .banner-box h3 a.button {
    background: #ffffff;
    color: #014a5d;
}

.flexslider .slides > li.slide-2 .banner-box h3 a.button:hover {
    background: #014a5d;
    color: #ffffff;
    transition: 0.3s;
}

.interior-banner {
    height: 300px;
}

@media screen and (max-width: 1023px) {
    .banner {
        height: 400px;
    }

    .banner-box {
        padding-top: 80px;
    }

    .banner-box h2 {
        font-size: 50px;
    }

    .banner-box h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        height: 300px;
    }

    .banner-box {
        padding-top: 50px;
    }

    .banner-box h2 {
        max-width: 400px;
        font-size: 35px;
    }

    .banner-box h3 {
        font-size: 18px;
    }

    .interior-banner {
        height: 200px;
    }
}

@media screen and (max-width: 567px) {
    .banner {
        height: 200px;
    }

    .banner-box {
        padding-top: 30px;
    }

    .banner-box h2 {
        max-width: 300px;
        padding-bottom: 15px;
        font-size: 28px;
    }

    .banner-box h3 {
        font-size: 16px;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Services - $$services
   * ----------------------------------------------------- *
  \* ===================================================== */

.services {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.services ul {
    color: #fff;
}

.services ul * {
    color: inherit;
}

.services a:hover {
    opacity: 0.8;
}

.services ul {
    margin: 0 50px;
    color: #fff;
    list-style: none;
}

.services ul li {
    float: left;
    width: 50%;
    padding: 0 5px 10px 5px;
}

.services .article-img {
    position: relative;
    height: 292px;
    z-index: 1;
}

.services .article-img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    opacity: 0.8;
}

.services .article-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px 20px;
    margin: 0;
    background: rgba(9, 79, 104, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services h3 {
    margin: 0 0 10px;
}

.services .article-wrap h3 {
    /* float: right;
      width: 70%;
      text-align: right; */
    font-size: 22px;
    text-align: left;
}

.services p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    clear: right;

    text-align: left;
}

.services .read-more {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.services .articles-button {
    margin: 10px auto 10px;
    text-align: center;
    text-transform: uppercase;
    background: #a7aeb8;
    font-size: 18px;
}

.services .articles-button:hover {
    background: #9197a0;
}

@media screen and (max-width: 1023px) {
    .services {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .services ul {
        margin: 0 -10px;
    }

    .services ul li {}
}

@media screen and (max-width: 767px) {
    .services {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .services ul {
        margin: 0;
    }

    .services ul li {
        float: none;
        width: 100%;
        max-width: 400px;
        padding: 0;
        margin: 10px auto 0;
    }

    .services ul li:first-child {
        margin-top: 0;
    }

    .services .article-wrap {
        /* padding: 5px; */
    }
}

@media screen and (max-width: 567px) {
    .services {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #main-content .services .article-wrap h3 {
        font-size: 19px;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Main - $$main
   * ----------------------------------------------------- *
  \* ===================================================== */

main {
    padding-top: 50px;
    padding-bottom: 50px;
}

article,
aside {
    float: left;
    width: calc(100% - 330px);
}

.about-desc {
    padding-bottom: 50px;
    font-size: 15px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    text-align: justify;
}

.about h1,
.services h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.work-form .left-form {
    padding-right: 20px;
}

.work-form .left-form,
.work-form .right-text {
    position: relative;
    display: inline-block;
    width: 49%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}

.work-form h2 {
    max-width: 500px;
    padding-left: 20px;
    font-size: 113px;
    font-weight: normal;
    line-height: 1;
    border-left: 1px solid #fff;
}

.work-form p {
    font-size: 17px;
}

.work-form textarea {
    height: 80px;
}

.work-form li input,
.work-form li textarea {
    margin-top: 10px;
    font-size: 13px;
    color: #135e76;
}

.work-form .work-submit {
    width: 100%;
    font-weight: 900;
    color: #135e76;
    background: #fff;
}

.work-form .work-submit:hover {
    color: #fff;
}

.our-difference {
    height: 100%;
    margin: 0 auto;
    text-align: center;
    /*border-top:1px solid $primary;
    border-bottom:1px solid $primary;*/
}

.our-difference .divider-top {
    max-width: 800px;
    padding: 30px 0 0;
    margin: 0 auto;
    border-top: 1px solid #135e76;
}

.our-difference .divider-bottom {
    max-width: 800px;
    padding: 0 0 30px;
    margin: 0 auto;
    border-bottom: 1px solid #135e76;
}

.our-difference .container {
    padding: 50px 100px;
}

.bg-fill {
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-size: cover;
}

.container-wrap {
    padding: 60px 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.our-difference .left-text,
.our-difference .right-text {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}

.our-difference h2 {
    font-size: 60px;
    font-weight: normal;
    color: #135e76;
    text-transform: uppercase;
}

.our-difference p {
    margin-right: -20px;
    font-size: 13px;
    line-height: 2;
    color: #444;
}

@media screen and (max-width: 1023px) {
    main {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .work-form h2 {
        font-size: 7.4em;
    }

    .work-form .left-form {
        width: 100%;
        padding: 30px;
    }

    .work-form .right-text {
        display: none;
    }

    .our-difference h2 {
        font-size: 45px;
    }

    .our-difference .left-text,
    .our-difference .right-text {
        display: block;
        width: 100%;
        text-align: center;
    }

    .our-difference .container {
        padding: 35px 70px;
    }

    .container-wrap {
        padding: 40px 20px;
    }

    .our-difference p {
        margin-right: 0;
    }

    .our-difference .divider-top,
    .our-difference .divider-bottom {
        max-width: 600px;
    }
}

@media screen and (max-width: 767px) {
    main {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    article {
        float: none;
        width: 100%;
    }

    .about-desc {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .work-form p {
        font-size: 14px;
    }

    .work-form .left-form {
        padding: 20px;
    }

    .our-difference .container {
        padding: 20px;
    }

    .our-difference .divider-top {
        max-width: 400px;
        padding: 20px 0 0;
    }

    .our-difference .divider-bottom {
        max-width: 400px;
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 567px) {
    main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about h1,
    .services h3 {
        font-size: 20px;
    }

    .our-difference .container {
        padding: 0;
    }

    .our-difference h2 {
        font-size: 32px;
    }

    .container-wrap {
        padding: 30px 10px;
    }

    .work-form .left-form {
        padding: 10px;
    }

    .our-difference .divider-top {
        max-width: 200px;
        padding: 10px 0 0;
    }

    .our-difference .divider-bottom {
        max-width: 200px;
        padding: 0 0 10px;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Sidebar - $$sidebar
   * ----------------------------------------------------- *
  \* ===================================================== */

aside {
    width: 330px;
    padding: 0 0 0 30px;
}

.sidebar {
    margin-bottom: 30px;
}

.sidebar--dynamic {
    padding-left: 20px;
    border-left: 8px solid #09475b;
}

.sidebar--dynamic ul {
    margin-left: 0;
    list-style: none;
}

.sidebar--dynamic > ul > li {
    margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
    margin: 0 0 10px;
    line-height: 1.2;
}

.sidebar--dynamic li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    aside {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    aside {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .sidebar {
        padding: 15px;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Footer - $$footer
   * ----------------------------------------------------- *
  \* ===================================================== */

.footer {
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-align: center;
    background: #135e76;
}

.foot-wrap {
    padding-top: 10px;
}

.footer .footer-logo {
    width: 177px;
    height: 52px;
    padding-bottom: 10px;
}

.footer .footer-div {
    max-width: 400px;
    padding-bottom: 20px;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

.footer .social-media {
    display: inline-block;
    padding: 0 20px;
}

.footer .social-media .icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    fill: #135e76;
}

.footer .social-media li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
}

.footer .links {
    display: inline-block;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
}

.footer .links li {
    display: inline-block;
    padding: 0 5px;
}

.footer .links a {
    color: #fff;
}

.footer .links a:hover,
.footer address a:hover {
    text-decoration: underline;
}

.footer address {
    display: inline-block;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}

.footer address a {
    padding-right: 20px;
    color: #fff;
}

.copyright {
    padding: 10px 0;
    margin: 0;
    font-size: 0;
    color: #fff;
    text-align: center;
    list-style: none;
    background: #333;
}

.copyright li {
    display: inline-block;
    padding: 0 6px;
    font-size: 0.625rem;
    line-height: 1;
    border-left: 1px solid #fff;
}

.copyright li:first-child {
    border: none;
}

.copyright a {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .footer .links {
        display: block;
        padding-top: 10px;
    }

    .footer .social-media {
        display: block;
        padding-top: 10px;
    }
}

@media screen and (max-width: 567px) {
    .footer .links {
        display: none;
    }

    .copyright li {
        display: block;
        padding: 0;
        line-height: 1;
        border: none;
    }

    .footer .footer-div {
        max-width: 200px;
    }

    .footer address a {
        display: block;
        padding: 0;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  WPCF7 - $$wpcf7
   * ----------------------------------------------------- *
  \* ===================================================== */

.wpcf7-form.sent * {
    display: none;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 80%;
    line-height: 1.2;
}

.wpcf7-mail-sent-ok {
    padding: 4px 6px !important;
    color: #318a1c;
    background: #d2f7ad;
    border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
    color: #f00;
    border: none !important;
}

.wpcf7-not-valid-tip {
    top: 0 !important;
    left: auto !important;
    width: auto !important;
    padding: 0 !important;
    font-size: 80% !important;
    background: none !important;
    border: none !important;
}

.wpcf7-captchac {
    display: inline-block;
    vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
    position: static !important;
    width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
    background: #f6c1c1;
    border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    display: inline-block;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Jetpack - $$jetpack
   * ----------------------------------------------------- *
  \* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
    margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
    display: none;
}

#subscribe-email {
    margin: 0 0 10px;
}

#subscribe-submit {
    margin: 0;
}

#subscribe-email input {
    width: 100% !important;
}

div.success p {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.2;
}

div.sharedaddy div.sd-block {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

div.sharedaddy .sd-content {
    width: 100% !important;
    margin: 0 !important;
    height: 30px;
}

.widget_rss_links p {
    margin: 0;
    text-align: center;
}

.widget_rss_links img {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
    display: none;
}

.comment-subscription-form {
    margin: 0;
}

.embed-youtube,
.embed-vimeo {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.attachment-post-thumbnail {
    width: 185px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.covid-blogs h3 {
    margin-top: 0;
}

.covid-individual-blogs {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
}

.covid-individual-blogs:last-child {
    border-bottom: none;
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  @media - $$media
   * ----------------------------------------------------- *
  \* ===================================================== */

@media print {
    @page {
        margin: 0.5cm !important;
    }

    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    body {
        padding: 0.75cm !important;
        font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
    }

    article,
    .container {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    nav,
    aside,
    footer {
        display: none;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' ('attr(href) ')';
    }

    abbr[title]:after {
        content: ' ('attr(title) ')';
    }

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 18pt !important;
        font-weight: bold !important;
    }

    h2 {
        font-size: 16pt !important;
    }

    h3 {
        font-size: 14pt !important;
    }

    h4 {
        font-size: 12pt !important;
    }

    h5,
    h6 {
        font-size: 10pt !important;
    }

    code {
        font: 10pt Courier, monospace;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Team Page
   * ----------------------------------------------------- *
  \* ===================================================== */

ul.team {
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
}

ul.team li {
    list-style-type: none;
    width: calc(33% - 17px);
    margin: 9px;
}

ul.team li .individual-person {
    position: relative;
    height: 250px;
    background-size: cover;
}

ul.team li .title {
    background: #005e75;
    padding: 10px 6px;
}

ul.team li .title h3 {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0px;
}

ul.team li .title h4 {
    color: #ffffff;
    margin-top: 8px;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

ul.team li .individual-person .information {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #064a4dd9;
}

ul.team li .individual-person .information .link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

ul.team li .individual-person .information .link a.button {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
}

ul.team li .individual-person .information .link a.button:hover {
    background: #ffffff;
    color: #005e75;
    transition: 0.3s;
}

.container:hover .image {
    opacity: 0.3;
}

ul.team li .individual-person:hover .information {
    opacity: 1;
}

@media screen and (max-width: 967px) {
    ul.team li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 567px) {
    ul.team li {
        width: 100%;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Employee Directory
   * ----------------------------------------------------- *
  \* ===================================================== */

.post-password-form {
    max-width: 420px;
    margin: 0 auto;
    padding: 2rem;
}
.post-password-form input[type=submit] {
    margin-top: 20px;
}

ul.employee {
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
}

ul.employee li {
    list-style-type: none;
    width: calc(25% - 18px);
    margin: 9px;
}

ul.employee li .individual-person {
    position: relative;
    height: 250px;
    background-size: cover;
}

ul.employee li .title {
    background: #005e75;
    padding: 10px 6px;
}

ul.employee li .title h3 {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0px;
}

ul.employee li .title h4 {
    color: #ffffff;
    margin-top: 8px;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
}

ul.employee li .title a {
    color: #fff;
    display: block;
    font-size: 12px;
}
ul.employee li .title a i {
    margin-right: 10px;
}
ul.employee li .title a.phone_number {
    margin-top: 5px;
}

ul.employee li .title a:hover {
    text-decoration: underline;
}

ul.employee li .individual-person .information {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #064a4dd9;
}

ul.employee li .individual-person .information .link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

ul.employee li .individual-person .information .link a.button {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
}

ul.employee li .individual-person .information .link a.button:hover {
    background: #ffffff;
    color: #005e75;
    transition: 0.3s;
}

.container:hover .image {
    opacity: 0.3;
}

ul.employee li .individual-person:hover .information {
    opacity: 1;
}

@media screen and (max-width: 967px) {
    ul.employee li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 567px) {
    ul.employee li {
        width: 100%;
    }
}

/* ===================================================== *\
   * ----------------------------------------------------- *
   *  Blog page - $$blogpage
   * ----------------------------------------------------- *
  \* ===================================================== */

.postmetadata-list {
    padding-top: 6px;
}

.postmetadata-list > li {
    padding-right: 6px;
    font-size: 0.75rem;
    line-height: 1.2;
    display: inline-block;
}

.postmetadata-list > li:last-child {
    display: inline-block;
}

.wp-posts-list .post {
    margin-bottom: 50px;
}

.wp-posts-list .post h2 {
    display: block;
    margin-bottom: 0;
}

.wp-posts-list .post small {
    display: block;
    margin-bottom: 0px;
}

.wp-posts-list .post .entry {
    display: block;
    margin: 10px 0 0;
}

.wp-posts-list .post p {
    display: block;
    margin-bottom: 12px;
}

.wp-posts-list .post .read-more {
    margin-top: 2px;
    color: #444;
    display: block;
    font-weight: bold;
}

article.one-column {
    float: none;
    width: 100%;
    max-width: unset;
}

@media screen and (max-width: 567px) {
    .wp-posts-list .post {
        margin-bottom: 50px;
    }

    .wp-posts-list .post h2 {
        font-size: 18px;
    }
}

@media screen and (min-width: 568px) {
    .postmetadata-list > li:nth-child(n + 2) {
        padding-left: 6px;
        border-left-width: 1px;
        border-left-style: solid;
    }

    .wp-posts-list .post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wp-posts-list .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* flex-basis: 275px; */
        width: 300px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 30px;
    }

    .wp-posts-list .img img {
        min-width: 300px;
        width: 300px;
    }

    .wp-posts-list .bd {
        -ms-flex-preferred-size: calc(100% - 330px);
        flex-basis: calc(100% - 330px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

/* Share daddy */
/* TEMPORARY STYLE FOR SHARE DADDY - REmove when replaced */
#content div.sharedaddy,
#main div.sharedaddy,
div.sharedaddy {
    clear: both;
}

div.sharedaddy h3.sd-title {
    margin: 0 0 1em;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700;
}

div.sharedaddy h3.sd-title:before {
    content: '';
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #ddd;
    margin-bottom: 1em;
}

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0;
    box-shadow: none;
    padding: 7px;
    position: relative;
    top: -2px;
    line-height: 1;
    width: auto;
    height: auto;
    margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button > span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
    line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
    border: none;
    opacity: 0.6;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
    top: 1px;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
    padding: 8px 8px 6px;
    top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
    margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
    margin-left: 0;
}

.sd-social-icon .sd-button span.share-count {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: #555;
    font-size: 9px;
}

.sd-social-icon .sd-content ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
}

.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-icon .sd-content ul li:hover a.sd-button {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
    background: #e9e9e9;
    margin-top: 2px;
    text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
    background: #2c4762;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
    background: #1877f2;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
    background: #00acee;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
    background: #ca1f27;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
    color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
    background: #1e8cbe;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
    background: #08c;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
    background: #0077b5;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
    background: #ee4056;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
    background: #cee3f8;
    color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
    background: #00aff0;
    color: #fff !important;
}

.sharing-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.section-related-articles {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    margin: 35px 0 45px;
}

.related-article {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px 0;
}

.related-article__container {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 60%;
}

.related-article__meta {
    height: 100%;
    padding: 20px 15px;
    margin: 0;
    background: rgba(9, 79, 104, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.related-article__meta * {
    color: #ffffff;
}

.related-article__title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.related-article__excerpt {
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    font-size: 12px;
    line-height: 1.4;
    clear: right;
    text-align: left;
}

.related-article__link {
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    clear: right;
    text-align: left;
}

.related-article:hover {
    text-decoration: none;
}

.related-article:hover .related-article__link {
    text-decoration: underline;
}

.related-article:hover .related-article__title,
.related-article:hover .related-article__link,
.related-article:hover .related-article__excerpt {
    opacity: 0.8;
}

@media screen and (min-width: 1024px) {
    .section-related-articles {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .section-related-articles__flush {
        margin-right: -15px;
        margin-left: -15px;
    }

    .related-article {
        width: 33%;
        padding: 0 15px;
    }
}
