/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    height: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    height: 100%;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #454545;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

h1 {
    font-size: 50px;
    color: #17468f;
    line-height: 1;
}

h2 {
    font-size: 35px;
    color: #00b0aa;
}

h3 {
    font-size: 30px;
    line-height: 1.0em;
    color: #17468f;
}

h4 {
    font-size: 25px;
    color: #00b0aa;
}

h5 {
    font-size: 20px;
    color: #17468f;
}

h6 {
    font-size: 18px;
    color: #777;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding: 40px;
    background-color: #eee;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

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

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr, .wp-block-separator {
    background-color: #00b0aa;
    border: none;
    height: 1px;
    margin-bottom: 1.5em;
}

.content-area ul,
.content-area ol ol {
    margin: 0 0 1.5em 1em;
}

.content-area ol {
    list-style: decimal;
    margin-left: 20px;
}

.content-area ul {
    list-style: none;
}

.content-area li>ul,
.content-area li>ol {
    margin-bottom: 0;
    margin-left: -0.5em;
}

.content-area ul li:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f105';
    padding-top: 3px;
    font-weight: 900;
    font-size: 14px;
    color: #17468f;
    margin-left: -16px;
    position: absolute;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

table {
    border-collapse: separate;
    ;
    border-spacing: 0;
    padding: 0.75em;
    width: 100%;
}

th {
    font-weight: bold;
    padding: 0.75em;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0.75em;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.btn, .wp-block-button__link,
button, input[type="button"],
input[type="reset"], input[type="submit"] {
    background: #00b0aa;
    border-radius: 25px;
    box-shadow: none;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: .9em;
    font-weight: 400;
    letter-spacing: .5px;
    outline: 0;
    padding: 10px 35px;
    text-align: center;
    transition: .2s ease-out;
    text-decoration: none;
    text-transform: uppercase;
}

.btn:hover, .wp-block-button__link:hover,
button:hover, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #17468f;
    text-decoration: none;
}

.btn:active, .btn:focus,
.wp-block-button__link:active,
.wp-block-button__link:focus,
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    background: #17468f;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}


/* FORM ELEMENTS */

input[type=text] {
    height: 54px;
    border: 1px solid #eaebee;
    background: #fff;
    padding: 0 20px;
}

input[type=password] {
    height: 54px;
    border: 1px solid #eaebee;
    background: #fff;
    padding: 0 20px;
}

input[type=search] {
    height: 54px;
    border: 1px solid #eaebee;
    background: #fff;
    padding: 0 20px;
}

input[type=email] {
    height: 54px;
    border: 1px solid #eaebee;
    background: #fff;
    padding: 0 20px;
}

input[type=checkbox] {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    border: 1px solid #eaebee;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=checkbox]:checked {
    background: #17468f;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
    -moz-box-shadow: inset 0px 0px 0px 3px #fff;
    box-shadow: inset 0px 0px 0px 3px #fff;
}

input[type=radio] {
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 10px;
    border: 1px solid #eaebee;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
}

input[type=radio]:checked {
    background: #131314;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
}

input[type=submit] {
    height: 54px;
    border: 1px solid #eaebee;
    color: #17468f;
    background: #fff;
    padding: 0 40px;
    font-weight: 600;
}

textarea {
    height: 144px;
    border: 1px solid #eaebee;
    background: #fff;
    padding: 20px;
}

.select-box {
    width: 100%;
    height: 54px;
    border: 1px solid #eaebee;
    background: #fff;
    position: relative;
}

.select-box i {
    position: absolute;
    right: 15px;
    top: 17px;
}

label {
    display: block;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.content-area a,
.content-area a:visited {
    color: #17468f;
}

.content-area a:hover,
.content-area a:focus,
.content-area a:active {
    color: #209d99;
}

.content-area a:focus {
    outline: thin dotted;
}

.content-area a:hover,
.content-area a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

ul.nav-menu {
    margin-left: 0px!important;
    float: right;
}

.header .navbar .container .nav-menu {
    margin: 0 auto;
}

.header .navbar .container .nav-menu li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
    position: relative;
}

.header .navbar .container .nav-menu li a {
    float: left;
    padding: 0 13px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 100px;
    color: #17468f;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

.header .navbar .container .nav-menu li a:hover,
.header .navbar .container .nav-menu li:active a {
    text-decoration: none;
    color: #00b0aa;
}

.header .navbar .container .nav-menu li a:hover:before {
    width: 100%;
    background: #00b0aa;
    transition: width 0.25s ease;
}

.header .navbar .container .nav-menu li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

.header .navbar .container .nav-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 6px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}

.header .navbar .container .nav-menu li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    height: 6px;
    width: 0;
    background: #00b0aa;
    transition: width 0.25s ease;
}

.header .navbar .container .nav-menu li .dropdown {
    min-width: 190px;
    position: absolute;
    left: 0px;
    top: 100%;
    margin: 0;
    padding: 10px 0;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-top: solid 4px #17468f;
    border-bottom: solid 5px #00b0aa;
}

.header .navbar .container .nav-menu li .dropdown li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.header .navbar .container .nav-menu li .dropdown li .dropdown {
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 100%;
}

.header .navbar .container .nav-menu li .dropdown li .dropdown li {
    position: relative;
}

.header .navbar .container .nav-menu li .dropdown li .dropdown li .dropdown {
    opacity: 0;
    visibility: hidden;
}

.header .navbar .container .nav-menu li .dropdown li .dropdown li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.header .navbar .container .nav-menu li .dropdown li a {
    width: 100%;
    height: 40px;
    letter-spacing: 0px;
    line-height: 48px;
    float: left;
    padding: 0 25px;
    white-space: nowrap;
}

.header .navbar .container .nav-menu li .dropdown li a:hover {
    background: none;
    color: #00b0aa;
}

.header .navbar .container .nav-menu li .dropdown li a:before {
    display: none;
}

.header .navbar .container .nav-menu li .dropdown li a:after {
    display: none;
}

.header .navbar .container .nav-menu li .dropdown li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.header .navbar .container .nav-menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}


/* Create three equal columns that floats next to each other */

.nav-column {
    float: left;
    width: 32%;
    padding-top: 13px;
    padding-left: 40px;
    padding-right: 40px;
    height: 275px;
}


/* Clear floats after the columns */

.header .navbar .container .nav-menu li .dropdown .row:after {
    content: "";
    display: table;
    clear: both;
}

.header .navbar .container .nav-menu li .dropdown.megamenu {
    min-width: 775px;
    left: -145px;
}

.header .navbar .container .nav-menu li .dropdown.megamenu li a,
.header .navbar .container .nav-menu li .dropdown.megamenu-wide li a {
    width: 100%;
    line-height: 15px;
    margin-bottom: -14px;
    float: left;
    padding: 0 10px;
    white-space: nowrap;
}

.header .navbar .container .nav-menu li .dropdown.megamenu a,
.header .navbar .container .nav-menu li .dropdown.megamenu-wide a {
    float: left;
    padding: 0 13px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 100px;
    color: #17468f;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}


/* Create three equal columns that floats next to each other */

.nav-column-wide {
    float: left;
    width: 33.33%;
    padding-top: 13px;
    padding-left: 40px;
    padding-right: 40px;
    height: 485px;
}

.header .navbar .container .nav-menu li .dropdown.megamenu-wide {
    min-width: 1140px;
    left: -798px;
}

.mega-title {
    color: #00b0aa;
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding-bottom: 15px;
}


/* SANDWICH MENU */

#sideNav {
    width: 400px;
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    z-index: 9;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    padding: 30px 40px;
}

#sideNav .logo {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

#sideNav .nav-menu {
    display: none;
}

#sideNav p {
    display: block;
    margin-bottom: 30px;
    color: #17468f;
}

#sideNav address {
    display: block;
}

#sideNav address a {
    color: #17468f;
    opacity: 0.7;
    text-decoration: underline;
}

#sideNav .photo-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
}

#sideNav .photo-gallery li {
    flex: 1;
    margin: 0;
    padding: 0;
    margin-right: 4px;
    list-style: none;
}

#sideNav .photo-gallery li:last-child {
    margin-right: 0;
}

#sideNav .photo-gallery li a {
    float: left;
    border: 1px solid #17468f;
}

#sideNav ul.social-icons li i {
    padding-bottom: 20px;
    font-size: 15px;
    color: #17468f;
}

#sideNav ul.social-icons {
    margin: 0 -5px -10px;
    padding: 0px;
}

#sideNav ul.social-icons>li {
    display: inline-block;
    padding: 0 5px 10px;
}

.footer .social-icons>li>a:hover {
    color: #00b0aa;
}

#sideNav .copyright {
    display: block;
    color: #17468f;
    font-size: 11px;
}

#sideNav .copyright a {
    color: #17468f;
}

#sideNav .copyright a:hover {
    color: #00b0aa;
}

#sideNav.open {
    left: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
}

#sideNav .nav-menu {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#sideNav .nav-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

#sideNav .nav-menu li a {
    width: 100%;
    font-size: 18px;
    float: left;
    color: #17468f;
    text-decoration: none;
    font-weight: 600;
}

#sideNav .nav-menu li a:hover {
    text-decoration: none;
    color: #00b0aa;
}

#sideNav .nav-menu li .dropdown {
    display: none;
    margin: 0;
    padding-left: 20px;
}


/* Post Navigtation */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 17px;
    text-transform: uppercase;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 15px;
    text-transform: uppercase;
}

.nav-next a,
.nav-previous a {
    color: #17468f;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.nav-next a:hover,
.nav-previous a:hover {
    color: #17468f;
}

.prev-next-post {
    display: block;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    color: #00b0aa;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center {
    align-items: center;
    text-align: center;
}

.flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

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

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

.entry-wrapper {
    border-bottom: solid 1px #216092;
    margin-bottom: 25px;
}

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

.entry-header a {
    text-decoration: none;
}

.edit-link,
.edit-link a {
    text-decoration: underline;
    color: #17468f;
    font-weight: bold;
    margin-left: 5px;
}

.edit-link a:hover,
.post-edit-link a:hover {
    color: #00b0aa;
}

.entry-wrapper {
    border-bottom: solid 1px #216092;
    margin-bottom: 25px;
}

footer.entry-footer {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Headers
--------------------------------------------------------------*/

.header {
    width: 100%;
    position: relative;
    z-index: 2;
}

.header .topbar {
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    background-color: #17468f;
    color: #fff;
    font-size: 14px;
}

.header .topbar .container .phone-addy {
    height: 50px;
}

.header .topbar .container .phone-addy a {
    color: #fff;
}

.header .topbar .container .phone-addy span {
    font-weight: 600;
}

.topbar-btns {
    text-align: right;
}

.btn-topbar {
    color: #fff;
    background: #52489c;
    padding: 21px 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
}

.btn-topbar2 {
    color: #fff;
    background: #d23c3c;
    padding: 21px 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
}

.btn-topbar:hover,
.btn-topbar2:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #00b0aa;
}

.sep {
    color: #00b0aa;
}

.header .navbar {
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 8px 30px rgba(0, 0, 0, 0.1);
    min-height: 130px;
}

.header .navbar .container {
    position: relative;
}

.header .navbar .container .logo {
    margin-right: auto;
}

.header .navbar .container .logo a {
    float: left;
}

.search-btn {
    display: inline;
    margin-left: 20px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}

.search-btn:hover {
    color: #00b0aa;
}


/* SANDWICH BUTTON */

.header .navbar .container .sidenav-toggler {
    margin-right: 0;
    margin-left: 270px;
    order: 2;
}

.sidenav-toggler {
    float: right;
    padding-top: 40px;
    padding-right: 25px;
    font-size: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 50%;
    color: #17468f;
}


/* SEARCH BOX */

.search-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-box.open {
    opacity: 1;
    visibility: visible;
}

.search-box input[type=search] {
    width: 80%;
    height: 60px;
    margin: 0 10%;
    margin-bottom: 20px;
    border: none;
    background: none;
    border-bottom: 2px solid #c1c4ce;
    font-size: 20px;
}

.search-box input[type=search]:focus {
    border-bottom: 2px solid #00b0aa;
}

.search-box h6 {
    color: #999da9;
}

.search-box .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid #c1c4ce;
}

.search-box form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


/* CLOSE BUTTON */

.close-btn {
    width: 46px;
    height: 46px;
    float: right;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius: 50%;
}

.close-btn span {
    display: block;
    height: 2px;
    width: 23px;
    background: #17468f;
    opacity: 1;
    position: absolute;
    right: 11px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.close-btn span:nth-child(1) {
    top: 21px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.close-btn span:nth-child(2) {
    top: 21px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.close-btn:hover span:nth-child(1) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.close-btn:hover span:nth-child(2) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}


/*/// Page Headers ///*/

.parallax-section,
.media-holder {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-section hr.style-3:not(.var2) {
    border-color: #fff;
}

.parallax-window {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 70, 143, 0.7);
    z-index: 0;
}

.header-inner-section {
    min-height: 250px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header-inner-content {
    position: relative;
    z-index: 1;
}

.header-inner-content p {
    font-size: 1.57143em;
    margin-bottom: 15px;
    line-height: 1.5;
}

h1.page-title {
    color: #fff;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.1;
}

.breadcrumbs {
    color: #fff;
    font-size: 12px;
    margin-bottom: 14px;
    font-weight: bold;
}

.breadcrumbs a,
.breadcrumbs a:active,
.breadcrumbs a:visited {
    color: #fff;
}

.breadcrumbs>span {
    padding-left: 5px;
    padding-right: 5px;
}

.breadcrumbs>span:first-child {
    padding-left: 0px;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #17468f;
    margin-top: 54px;
}

.footer .quickboxes {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0;
    margin-top: -54px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.footer .quickbox {
    color: #fff;
    max-height: 240px;
    flex: 1;
    padding: 40px 34px;
}

.footer .quickbox a {
    color: #fff;
    text-decoration: none;
}

.footer .quickbox h3 {
    padding-top: 20px;
    font-size: 26px;
    margin: 0px;
    line-height: 26px;
    color: #fff;
}

.footer .quickbox p {
    margin-bottom: 0px;
    color: #fff;
}

.footer .quickbox i {
    font-size: 50px;
}

.bggreen {
    background-color: #209d99;
}

.bgpurp {
    background-color: #52489c;
}

.bgred {
    background-color: #d23c3c;
}

.bgblue {
    background-color: #17468f;
}

.footer .footer-contact {
    display: flex;
    width: 100%;
    padding-bottom: 60px;
}

.footer .footer-contact p.footer-about {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.footer .footer-contact .footer-menu {
    display: block;
    margin: 0;
}

.footer .footer-contact .footer-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

.footer .footer-contact .footer-menu li a {
    float: left;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.footer .footer-contact .contact-box {
    float: right;
    color: #fff;
    text-align: right;
}

.footer .footer-contact .contact-box h3 {
    font-size: 16px;
    color: #00b0aa;
}

.footer .footer-contact .contact-box h4 {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    margin: 0;
    margin-top: -5px;
}

.footer .footer-contact .contact-box h4 a {
    color: #fff;
    text-decoration: none;
}

a.footer-email {
    font-size: 20px;
}

.footer .footer-contact .contact-box p {
    padding: 0;
    margin: 0;
}

.footer .footer-contact .contact-box p a {
    padding-top: 0px;
    color: #fff;
    text-decoration: none;
}

.footer .socials>* {
    display: inline-block;
    float: right;
}

.footer .social-icons {
    margin: 0 -5px -10px;
    padding: 0px;
}

.footer .social-icons>li {
    display: inline-block;
    padding: 0 5px 10px;
}

.footer .social-icons>li>a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.footer .social-icons>li>a:hover {
    color: #00b0aa;
}

.footer .sub-footer {
    display: flex;
    width: 100%;
    color: #fff;
    min-height: 80px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .sub-footer h3.footer-tagline {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #fff;
    float: left;
    font-size: 30px;
    margin: 0px;
    padding-top: 8px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -2px;
}

.footer .sub-footer .copyright {
    font-size: 13px;
    text-align: right;
    padding-top: 3px;
}

.footer .sub-footer .copyright a {
    font-weight: 600;
    color: #fff;
}

.site-by svg{
	height: 50px;
	fill: #fff;
}

/* SCROLL UP */

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff!important;
    position: fixed;
    z-index: 8;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #00b0aa;
}

.scrollup:hover {
    background-color: #52489c;
}

/*--------------------------------------------------------------
## Frontpage
--------------------------------------------------------------*/


/* Jumbotron */

.jumbotron-wrapper {
    display: flex;
    width: 100%;
    background-color: #ababab;
}

.jumbotron-wrapper p {
    margin-bottom: 0;
}

.cta {
    background-color: #00b0aa;
    padding: 25px;
    width: 100%;
}

.cta-text h3 {
    color: white;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.cta-text a {
    color: white;
    text-decoration: none;
}

.cta-text a:hover {
    color: #17468f;
}


/* FLIP BOX */

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */

.flip-box {
    background-color: #ababab;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}


/* Position the front and back side */

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}


/* Style the front side (fallback if image is missing) */

.flip-box-front {
    background-color: #ababab;
    color: #000;
}

.flip-box img {
    width: 390px;
    min-height: 300px
}


/* Style the back side */

.flip-box-back {
    background-color: #17468f;
    color: #fff;
    padding-top: 130px;
    transform: rotateY(180deg);
}

.flip-box-back h2 {
    color: #fff;
    font-size: 25px;
    text-transform: none;
    margin-bottom: 0px;
}

.flip-box-back p {
    padding-top: 0px;
    margin-top: 0px;
}


/* ABOUT */

.about {
    display: flex;
    width: 100%;
    background-color: #f2f3f4;
    padding: 30px 0px 30px 0px;
}

.about-sub {
    display: flex;
    width: 100%;
    background-color: #f2f3f4;
    padding: 0px 0px 30px 0px;
}

.about h1,
.about-sub h1 {
    font-size: 35px;
    line-height: 35px;
}

.about h2,
.about-sub h2 {
    font-size: 20px;
    line-height: 20px;
}

.about img {
    border-radius: 30px;
    width: 100%;
    height: 530px;
    margin: 20px auto;
}

span.green {
    color: #00b0aa;
}

span.blue {
    color: #17468f;
}

span.darkblue {
    color: #52489c;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.selector {
    min-height: 450px;
    padding: 40px 0px 50px 0px;
    display: flex;
}

.selector i {
    font-size: 60px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.purp {
    color: #52489c;
}

.red {
    color: #d23c3c;
}

.selector p {
    margin: 0;
}

.selector a {
    text-decoration: none;
}

.btn-hmselector {
    background-color: transparent;
    border: solid 3px #fff;
    line-height: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-hmselector:hover {
    background-color: transparent;
}

a.selector-sublink {
    color: #fff!important;
}

.scrollable-menu {
    height: auto;
    width: 100%;
    left: -13px!important;
    max-height: 180px;
    overflow-x: hidden;
    border: none;
    border-radius: 30px 0px 0px 30px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 30%), 0 8px 30px rgb(0 0 0 / 10%);
}

.scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    margin-right: 20px;
    width: 20px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    margin-right: -20px;
    background: #888;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .75);
}

.scrollable-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scrollable-menu-sm {
    border-radius: 30px;
    border: none;
}

ul.selector-scroll {
    margin-top: 2px;
}

ul.selector-scroll li:before {
    display: none;
}

ul.selector-scroll li a {
    color: #999999;
    margin-left: 20px;
    font-size: 16px;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

ul.selector-scroll li a:hover {
    color: #17468f;
    margin-left: 20px;
    font-size: 16px;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.hope-sisterorg {
    display: flex;
    width: 100%;
    background-color: #f2f3f4;
    padding: 40px 0px 30px 0px;
}

.hope-sisterorg h1 {
    font-size: 20px;
    line-height: 20px;
    color: #00b0aa;
}

.hope-sisterorg h2 {
    font-size: 35px;
    line-height: 35px;
    color: #17468f;
}

.hope-sisterorg img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 20px;
}

.hope-sisterorg .btn {
    width: 100%;
    margin-bottom: 10px;
}

.home-vid {
    background-color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 40px 0px 40px 0px;
}

.boxd {
    color: #fff;
    padding: 50px 50px;
    width: 100%;
}

.boxd.boxd-home {
    padding: 44px 10px 44px 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.boxd.boxd-home.right-boxd {
    padding: 40px 10px 40px 10px;
}

.boxd a,
.boxd a:hover,
.boxd i a {
    color: #fff;
    text-decoration: none!important;
}

.boxd h3 {
    padding-top: 20px;
    font-size: 26px;
    margin: 0px;
    line-height: 26px;
    color: #fff;
}

.boxd h4 {
    margin: 0px;
    padding-top: 10px;
    font-size: 20px;
    color: #fff;
}

.boxd h5 {
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 26px;
    color: #fff;
}

.boxd p {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    color: #fff;
}

.boxd i {
    font-size: 50px;
    color: #fff;
}

.boxd .sm-ico {
    font-size: 20px;
}

h3.btm-spc {
    margin-bottom: 10px;
}

.home-box {
    background-color: #ababab;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-box h2 {
    color: #fff;
    font-size: 22px;
    text-transform: none;
    margin-bottom: 0px;
}

.home-box p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    margin-top: 0px;
}

.home-box-v2 {
    background-color: #ababab;
    padding-top: 90px;
    color: #fff;
}

.home-box-v2-img img {
    min-height: 372px;
}

.home-box-v2 h2 {
    color: #fff;
    font-size: 25px;
    text-transform: none;
    margin-bottom: 0px;
}

.home-box-v2 p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    margin-top: 0px;
}

.home-box a {
    text-decoration: none;
    cursor: pointer;
}

h2.dr {
    padding-top: 40px;
}

.hrcc-one-image h2.dr {
    padding-top: 60px;
}

h2.mission {
    padding-top: 10px;
}

.hrcc-one-image h2.mission {
    padding-top: 10px;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.sub-titles {
    margin-top: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* News Section */

.latest-news {
    display: flex;
    width: 100%;
    background-color: #f2f3f4;
    padding: 30px 0px 100px 0px;
    margin-bottom: -55px;
}

.news-box {
    text-align: center;
}

.news-box a,
.news-box a:visited {
    text-decoration: none;
    color: #00b0aa;
}

.news-box a:hover {
    color: #17468f;
}

.news-box h3 {
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 21px;
    line-height: 26px;
}

.news-box img {
    max-height: 240px;
}

span.news-box-date {
    padding-top: 5px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.section-title {
    font-size: 35px;
    padding-bottom: 10px;
    margin-top: 0px;
}

a.white-links {
    color: #fff!important;
    text-decoration: none;
}

a.white-links a:hover,
a.white-links a:active {
    color: #fff;
}

.book-wrapper {
    padding: 75px;
    background-color: #17468f;
}

.book-wrapper p {
    color: #fff;
}

.book-wrapper img {
    height: 400px;
    margin-bottom: 25px;
}

.book-wrapper hr {
    margin: 1.5em;
    background-color: white;
}

.book-wrapper h2 {
    font-size: 30;
}

.book-wrapper h3 {
    font-size: 25px;
}

.book-wrapper h2,.book-wrapper h5 {
    color: #fff;
}

.book-wrapper h3, .book-wrapper h4, .book-wrapper h6 {
    color: #00b0aa;
}

.book-wrapper .headings {
    padding: 25px;
}

a.btn-book:hover {
    border-color: #fff!important;
}

.csg-wrapper {
    padding: 75px;
    flex-direction: column;
}

.csg-wrapper h2 {
    font-size: 45px;
}

.csg-wrapper h2, .csg-wrapper h3 {
    color: #fff;
    margin: 25px 0;
}

.csg-wrapper h4 {
    margin: 25px 0;
}

.csg-wrapper p {
    color: #fff;
}

.flex-column {
    flex-direction: column;
}


/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

/* Desktop */

@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
    .flip-box .flip-box-front .inner {
        padding: 0 20px;
    }

    .flip-box .inner h4 {
        font-size: 19px;
    }
    
    .footer .quickboxes {
        margin-bottom: 30px;
    }

    .search-btn {
        padding-top: 3px;
    }

    .header .navbar .container .nav-menu li a {
        padding: 0px 10px;
        font-size: 12px;
    }

    .header .navbar .container .nav-menu li .dropdown {
        font-size: 11px;
    }

    .header .navbar .container .nav-menu li .dropdown li a {
        width: 100%;
        height: 30px;
        line-height: 30px;
        float: left;
        padding: 0 25px;
        white-space: nowrap;
    }

    .btn {
        min-width: inherit;
        width: 100%;
        margin-bottom: 15px;
    }

    .header .navbar .container .nav-menu li .dropdown.megamenu-wide {
        min-width: 1005px;
        left: -696px;
    }
}

/* Tablet */

@media only screen and (max-width: 991px) {
    input[type=text],
    input[type=search],
    input[type=email],
    input[type=password],
    input[type=submit],
    textarea {
        border-radius: 0 !important;
        box-shadow: none !important;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    #sideNav .nav-menu {
        display: block;
        margin-bottom: 40px;
        text-transform: uppercase;
    }
    
    #sideNav p {
        display: none;
    }

    #sideNav address {
        display: none;
    }

    #sideNav .photo-gallery {
        display: none;
    }

    .header .navbar .container .nav-menu {
        display: none;
    }

    .header .navbar {
        padding: 15px 0;
    }

    .site-footer .footer-contact p.footer-about {
        margin: 0px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .logo img {
        max-width: 250%;
    }

    .btn-topbar,
    .btn-topbar2 {
        font-size: 13px;
    }

    .selector .d-flex {
        display: block!important;
    }

    .footer .sub-footer {
        float: none;
        text-align: center;
    }

    .footer .sub-footer h3.footer-tagline {
        float: none;
        padding-bottom: 15px;
    }

    .footer .sub-footer .copyright {
        padding-top: 20px;
        text-align: inherit;
        float: none;
    }

    .phone-addy {
        font-size: 10px;
    }

    .hide-on-mobile {
        display: none;
    }
    .home-box {
        padding: 40px;
        min-height: auto;
    }
    .cta-text h3 {
        font-size: 15px;
        line-height: 20px;
    }
    h1.page-title {
        text-align: center;
        line-height: 50px;
    }
    .breadcrumbs {
        text-align: center;
    }

    .btn-group {
        width: 288px;
        font-size: 12px;
    }

    .site-footer .footer-contact .contact-box h4 a {
        font-size: 19px;
    }

    .latest-news .news-box {
        margin-bottom: 20px;
    }

    .hrcc-one-image .home-box {
        min-height: inherit;
    }
}

@media screen and (min-width: 992px) {
    .sidenav-toggler {
        display: none;
    }
    .hide-on-desktop {
        display: none;
    }
}


/* Mobile */

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    #sideNav {
        width: 70vw;
        padding: 30px;
    }

    .header .navbar .container .search-btn {
        padding-right: 10px;
    }

    .selector {
        padding: 0;
    }

    .selector .col-12, .selector .col-lg-6 {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .boxd.boxd-home {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 50px;
    }

    .latest-news {
        padding: 5rem 4rem;
        text-align: center;
    }

    .site-footer .footer-contact .contact-box {
        float: none;
        padding-top: 30px;
        text-align: center;
    }

    .site-footer .footer-contact .footer-menu li a {
        float: none;
    }

    .site-footer .footer-contact .footer-menu li {
        text-align: center;
    }

    .site-footer .footer-contact .footer-menu {
        margin: 0 auto;
        width: 50%;
        padding-left: 0px;
    }

    .header .topbar .container .phone-addy {
        line-height: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .footer .socials>* {
        text-align: center;
        float: none;
        padding-top: 10px;
    }

    .header .navbar .container .sidenav-toggler {
        padding-top: 0px;
        margin-top: -65px;
    }

    .topbar-btns {
        text-align: center;
    }

    .phone-addy {
        height: 60px;
    }

    .news-box img {
        max-width: 500px;
        max-height: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 570px) {
    .header .topbar {
        line-height: 59px;
        min-height: 59px;
    }
    .entry-content {
        padding-right: 30px;
        padding-left: 30px;
    }
    .contact-boxes.entry-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .flip-box img {
        width: 500px;
    }
    .hope-sisterorg .btn {
        margin-bottom: 10px;
    }
    .hope-sisterorg {
        margin-bottom: 0px;
    }

    .logo img {
        max-width: 63%;
        margin-left: 10px;
    }

    .hrcc-one-image .home-box {
        padding-top: 0px;
    }

    .hrcc-one-image h2.dr {
        padding-top: 20px;
    }

}

@media screen and (min-width:570px) and (max-width:770px) {
    .header .navbar .container .sidenav-toggler {
        padding-top: 0px;
        margin-top: -85px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .logo {
        padding-top: 10px;
    }

    .home-box,
    .home-box-img img {
        min-height: 320px;
    }

    .hrcc-one-image .home-box,
    .hrcc-one-image .home-box-img img {
        min-height: 230px;
    }

    .hrcc-one-image .home-box {
        padding-top: 55px;
    }

    .home-box p {
        font-size: 13px;
    }

    h2.dr {
        padding-top: 20px;
    }

    .hrcc-one-image h2.dr {
        padding-top: 50px;
    }

    h2.mission {
        padding-top: 0px;
    }
}