/*!
Theme Name: Edgewood ABSN
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edgewood-absn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Edgewood ABSN is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*
font-family: "Source Sans 3", sans-serif;
font-family: "Spectral", serif;
*/
/* 1. Clean Base
------------------------------------------------------------------------------*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

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

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#000; font-size: 16px; line-height: 22px; font-family: "Source Sans 3", sans-serif; font-weight:400; background-color: #fff;margin: 0;padding: 0}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {font-family: "Source Sans 3", sans-serif;font-weight: bold;}

.h1, h1 {font-size:50px; margin-bottom: 20px;font-weight: bold;line-height: 55px;}
.h2, h2 {font-size:50px; margin-bottom: 20px;font-weight: bold;line-height: 55px;}
.h3, h3 {font-size:30px; margin-bottom: 18px;}
.h4, h4 {font-size:25px; margin-bottom: normal;}
.h5, h5 {font-size:20px; margin-bottom: 15px;}
.h6, h6 {font-size:18px; margin-bottom: 10px;}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: inherit; text-decoration: none;}

p { font-size: inherit; font-weight: inherit; line-height: inherit;  margin-bottom:20px; }
p:last-child { margin-bottom:0; }

ul{ margin:0;margin-left: 20px; padding:0; }
ul li{font-family: "Source Sans 3", sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: 30px; padding-bottom: 20px;}
ul li:last-child{margin-bottom: 0;}
ul > li { list-style:outside disc; }

ol{ margin:0;margin-left: 20px; padding:0; list-style: none; }
ol li{ font-size:16px;  color:#000; font-weight:400; line-height:1.5;padding: 0;margin-bottom: 8px;  }
ol > li { list-style: outside decimal; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px; border-left:4px solid #1589cb;line-height: 2;font-size: 20px; font-style: italic;margin-bottom: 25px;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;margin: 10px auto 40px;}

img{ border:none; max-width: 100%; vertical-align: top; height: auto;}
img[src$=".svg"] {width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#BB0000; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; text-decoration: none;}
a:hover{ color:#000; text-decoration: underline; }
a:focus {outline: none;}

/* 5. Forms
------------------------------------------------------------------------------*/
label {color:#000; font-size:16px; font-weight:400; line-height:1.5;  margin-bottom:10px; display: block;}
input, 
textarea, 
button { font-family: "Source Sans 3", sans-serif;  }
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {-webkit-appearance: none; outline: none;}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea, select {
    border-radius: 1px;
    border: 1px solid #eeeeee;
    font-size: 12px;
    line-height: 16px;
    color: #A1A1A1;
    padding: 5px 15px 5px 10px;
    width: 100%;
    height: 41px;
}
textarea {
    height: 80px !important;
    resize: none;
    overflow: auto;
}
input[type="text"]::placeholder, 
input[type="password"]::placeholder, 
input[type="email"]::placeholder, 
input[type="tel"]::placeholder, 
input[type="search"]::placeholder, 
input[type="number"]::placeholder, 
textarea::placeholder, 
select::placeholder{
   color: #A1A1A1;
}

select{
    appearance: none;
    background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 20" width="43" height="20"><title>Path 163</title><style>.s0 { fill: none;stroke: %23a1a1a1;stroke-linejoin: bevel;stroke-width: 3 } </style><path id="Path 163" class="s0" d="m41.8 2l-20.2 16.6-20.3-16.6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1.2rem top 50%;
    background-size: 1.4rem auto;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {border-color: #66afe9}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    min-height: 44px;
    font-family: "Source Sans 3", sans-serif;
    display: inline-flex;
    vertical-align: top;
    padding: 5px 30.05px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    color: #fff;
    transition: all 0.5s;
    align-items: center;
    background: #ffffff00;
    border: 1px solid #fff;
}

button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    background: #fff;
    color: #BB0000;
    text-decoration: none;
    transition: all 0.5s;
}

input[type="search"] {-webkit-appearance: textfield;}

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

::-webkit-input-placeholder { opacity: 1 !important; color: #000; }
:-moz-placeholder { opacity: 1 !important; color: #000; }
::-moz-placeholder { opacity: 1 !important; color: #000; }
:-ms-input-placeholder { opacity: 1 !important; color: #000; }

.form-group {margin-bottom: 30px;}

/* buttons */
.btn {
    font-family: "Source Sans 3", sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30.05px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    border: none;
    text-transform: none;
    color: #fff;
    transition: all 0.5s;
    background: #BB0000;
}
.btn:hover,
.btn:focus,
.hamburger:hover {background: #BA2025;border-color: #BA2025;color: #fff;text-decoration: none;transition: all 0.5s}
.btn-sm {padding: 8px 16px; }
.btn-md {padding: 12px 24px;}
.btn-link { color: #BB0000; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; margin-bottom: 2px; }
.btn-link:hover,
.btn-link:focus{ color: #BB0000; font-weight: 700; text-decoration: none; border-bottom: 1px solid #BB0000; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}
.table-bordered{width: 100%;max-width: 100%;text-align: left;}
.table-bordered th, 
.table-bordered td{ vertical-align: bottom;border-bottom: 1px solid #ddd;padding: 10px;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */

.main-container {width: 100%;}
.body-content ul, 
.body-content ol{margin-bottom: 20px;}
.body-content ul ul, 
.body-content ul ol,
.body-content ol ol,
.body-content ol ul{margin-bottom: 0;}

/* header */


/* responsive nav for small devices */
.hamburger{padding: 0;margin: 0;height: auto;width: auto; text-align: center;background-color: transparent;min-width: unset;}
.hamburger:not(.close) {position: absolute; top: 20px; right: 20px; z-index: 99; width: 50px; height: 50px; min-width: unset; background-color: #BB0000; }
.hamburger:hover, 
.hamburger:focus{background-color: #BB0000;outline: none;}
.hamburger .line{width: 30px;height: 4px;background-color: #fff;display: block;margin: 6px auto;}
.hamburger:hover{cursor: pointer;}
.hamburger.close{padding: 10px;    background-color: #BB0000;    border-radius: 10px 0 0 10px;min-width: unset; }
.hamburger.close .wrap{ position: relative;width: 30px;height: 30px;display: block;}
.hamburger.close .line{margin: 0;width:100%;position: absolute;top: calc(50% - 2px);transform: rotate(45deg);background-color: #fff}
.hamburger.close .line:last-child{transform: rotate(-45deg);}
#menu{position: fixed;top: 0;left: -100%;width:80%;height: 100%;background-color: #00344F;max-width: 450px;transition: all 0.3s ease-in-out;z-index: 999;}
#mobilenav.is-open #menu{left: 0;}
#mobilenav .nav-logo{padding: 15px;}
#mobilenav ul,
#mobilenav li{padding: 0;margin: 0;list-style: none;position: relative;}
#mobilenav ul ul{display: none;}
#mobilenav .caret{display: block;width: 36px;height: 36px;position: absolute; top: 18px;right: 2px;cursor: pointer;}
#mobilenav .caret:not(.trigger-caret){pointer-events: none;}
#mobilenav .caret:before,
#mobilenav .caret:after{content:'';position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;margin: auto; width: 20px;height: 2px;background: #fff;}
#mobilenav .caret:after{transform: rotate(-90deg);transition: all .2s ease;}
#mobilenav .is-open > .caret:after{transform: rotate(0)}
#mobilenav ul a {display: block;padding: 10px 15px;cursor: pointer;z-index: 2;font-size: 16px;text-decoration: none;color: #ffffff;background: #02344f;border-bottom: 1px solid #fff}
#mobilenav ul a:hover, #mobilenav ul a:focus {background: #BB0000;}
#mobilenav .has-sub>a{padding-right: 40px;}
#mobilenav li li a { padding-left: 30px; font-size: 14px;text-decoration: none;color: #dddddd;background: #49505a; }
#mobilenav li li li a {padding-left: 50px;}
#mobilenav .nav-backdrop{ position: fixed;height: 100%;width: 100%;background: rgba(0,0,0,0.8);z-index: -1;opacity: 0;visibility: hidden;transition: all 0.4s ease-in;}
#mobilenav.is-open .nav-backdrop{ opacity: 1;z-index: 999;visibility: visible;}
#mobilenav .menu-outer{max-height: calc(100vh - 80px);overflow-y: auto;padding-bottom: 60px;}

/* nav */
/* Nav */
.header-navigation ul{padding:0;margin:0;list-style:none;}
.header-navigation ul li{padding:0;margin:0;list-style:none;}
.header-navigation ul li a{font-size: 18px; letter-spacing:normal; text-transform: none; color: #00344F; text-align: center; text-decoration:none;}
.header-navigation ul li.parent{position:relative;}
.header-navigation ul li.parent .arrowclick{position:absolute;right:14px;top:50%;margin-top:-13px;}
.header-navigation .main-menu{display:flex;flex-wrap:wrap;align-items:center;}
.header-navigation .main-menu > li{position:relative}
.header-navigation .main-menu > li > a {position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; display: inline-flex; padding: 39.01px 26.7px;}
.header-navigation .main-menu > li > a:before{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:0;background-color:#BB0000;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.header-navigation .main-menu > li > a:hover { background-color: rgb(201 77 97 / 15%); color: #BB0000; }
.header-navigation .main-menu > li > a:hover:before{opacity:1;height:2px}
.header-navigation .main-menu > li > a:hover + .arrowclick svg path{stroke:#eaf3fb !important;}
.header-navigation .main-menu ul{margin:0;padding:0;list-style:none;position:absolute;top:100%;left:0;width:250px;background-color:#fff;box-shadow:0 0 16px 7px rgba(0,0,0,.15);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:9}
.header-navigation .main-menu > li.parent:hover ul{opacity:1;visibility:visible}
.header-navigation .main-menu ul a{border-bottom: 1px solid #c2c2c2;padding:15px 28px;font-size:17px;line-height:1.17;color:#000;font-weight:400;position:relative;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:inline-flex;width:100%;z-index:1}
.header-navigation .main-menu ul li:last-child a{border: 0;}
.header-navigation .main-menu ul a:before{content:"";position:absolute;left:0;top:0;bottom:0;background-color: rgb(218 38 39 / 12%);color: #DA2627;;height:0;width:100%;opacity:0;z-index:-1;-webkit-transition: none;transition: none;}
.header-navigation .main-menu ul a:hover,.current_page_item a{color: #DA2627;}
.header-navigation .main-menu ul a:hover:before{height:100%;opacity:1}
.current_page_item a:before{width:100%;opacity:1}
.current-menu-parent a {color: #1a9bac;}
.header__main ul li ul.sub-menu {top: 100%;display: none;}
.header__main ul li:hover ul.sub-menu {opacity: 1; visibility: visible; top: 100%;display: block;}
.header__main .header__right .header__menu li.current-menu-item > a {color: #b4dbff;}
header.main-header > .container-fluid {max-width: 1920px;padding: 0 130px;}
/* footer */
.main-footer { width:100%; height:auto; background:#322348; line-height: normal;}
/* Common CSS */
.container-fluid,
.wrapper,
.wrapper-fluid {width: 100%;margin: auto;}
.container-fluid,
.wrapper-fluid {max-width: 100%}
.container, .wrapper {
    /*max-width: 1478px;*/
    max-width: 1090px;
    margin: auto;
    overflow: hidden;
    padding: 0 15px;
}
/* row and column */
.row,.wrapper-row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
[class*="col-"]{padding-left: 15px;padding-right: 15px; position: relative;width: 100%;}
.no-gutters {margin-right: 0;margin-left: 0;}
.no-gutters > [class*="col-"] {padding-right: 0;padding-left: 0;}

/* align item */
.d-flex { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center ;}
.align-content-center {-ms-flex-line-pack: center;align-content: center;}
.align-items-end {-ms-flex-align: end ;align-items: flex-end ;}
.justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}

/* Font Color Css */
.brown {color: #52433C;}
.white {color: white;}

/* column structure */
/* ----- Extra small devices ≤640px ----- */
.col-12 {width: 100%}
.col-11 {width: 91.66666667%}
.col-10 {width: 83.33333333%}
.col-9 {width: 75%}
.col-8 {width: 66.66666667%}
.col-7 {width: 58.33333333%}
.col-6 {width: 50%}
.col-5 {width: 41.66666667%}
.col-4 {width: 33.33333333%}
.col-3 {width: 25%}
.col-2 {width: 16.66666667%}
.col-1 {width: 8.33333333%}
.col-offset-12 {margin-left: 100%}
.col-offset-11 {margin-left: 91.66666667%}
.col-offset-10 {margin-left: 83.33333333%}
.col-offset-9 {margin-left: 75%}
.col-offset-8 {margin-left: 66.66666667%}
.col-offset-7 {margin-left: 58.33333333%}
.col-offset-6 {margin-left: 50%}
.col-offset-5 {margin-left: 41.66666667%}
.col-offset-4 {margin-left: 33.33333333%}
.col-offset-3 {margin-left: 25%}
.col-offset-2 {margin-left: 16.66666667%}
.col-offset-1 {margin-left: 8.33333333%}
.col-offset-0 {margin-left: 0}

/* ----- Small devices ≥641px ----- */
@media (min-width:641px) {
    .col-sm-12 {width: 100%}
    .col-sm-11 {width: 91.66666667%}
    .col-sm-10 {width: 83.33333333%}
    .col-sm-9 {width: 75%}
    .col-sm-8 {width: 66.66666667%}
    .col-sm-7 {width: 58.33333333%}
    .col-sm-6 {width: 50%}
    .col-sm-5 {width: 41.66666667%}
    .col-sm-4 {width: 33.33333333%}
    .col-sm-3 {width: 25%}
    .col-sm-2 {width: 16.66666667%}
    .col-sm-1 {width: 8.33333333%}
    .col-sm-offset-12 {margin-left: 100%}
    .col-sm-offset-11 {margin-left: 91.66666667%}
    .col-sm-offset-10 {margin-left: 83.33333333%}
    .col-sm-offset-9 {margin-left: 75%}
    .col-sm-offset-8 {margin-left: 66.66666667%}
    .col-sm-offset-7 {margin-left: 58.33333333%}
    .col-sm-offset-6 {margin-left: 50%}
    .col-sm-offset-5 {margin-left: 41.66666667%}
    .col-sm-offset-4 {margin-left: 33.33333333%}
    .col-sm-offset-3 {margin-left: 25%}
    .col-sm-offset-2 {margin-left: 16.66666667%}
    .col-sm-offset-1 {margin-left: 8.33333333%}
    .col-sm-offset-0 {margin-left: 0}
}

/* ----- Medium devices ≥768px ----- */
@media (min-width:768px) {
    .col-md-12 {width: 100%}
    .col-md-11 {width: 91.66666667%}
    .col-md-10 {width: 83.33333333%}
    .col-md-9 {width: 75%}
    .col-md-8 {width: 66.66666667%}
    .col-md-7 {width: 58.33333333%}
    .col-md-6 {width: 50%}
    .col-md-5 {width: 41.66666667%}
    .col-md-4 {width: 33.33333333%}
    .col-md-3 {width: 25%}
    .col-md-2 {width: 16.66666667%}
    .col-md-1 {width: 8.33333333%}
    .col-md-offset-12 {margin-left: 100%}
    .col-md-offset-11 {margin-left: 91.66666667%}
    .col-md-offset-10 {margin-left: 83.33333333%}
    .col-md-offset-9 {margin-left: 75%}
    .col-md-offset-8 {margin-left: 66.66666667%}
    .col-md-offset-7 {margin-left: 58.33333333%}
    .col-md-offset-6 {margin-left: 50%}
    .col-md-offset-5 {margin-left: 41.66666667%}
    .col-md-offset-4 {margin-left: 33.33333333%}
    .col-md-offset-3 {margin-left: 25%}
    .col-md-offset-2 {margin-left: 16.66666667%}
    .col-md-offset-1 {margin-left: 8.33333333%}
    .col-md-offset-0 {margin-left: 0}   
}

/* ----- Large devices ≥1024px ----- */
@media (min-width:1024px) {
    .col-lg-12 {width: 100%}
    .col-lg-11 {width: 91.66666667%}
    .col-lg-10 {width: 83.33333333%}
    .col-lg-9 {width: 75%}
    .col-lg-8 {width: 66.66666667%}
    .col-lg-7 {width: 58.33333333%}
    .col-lg-6 {width: 50%}
    .col-lg-5 {width: 41.66666667%}
    .col-lg-4 {width: 33.33333333%}
    .col-lg-3 {width: 25%}
    .col-lg-2 {width: 16.66666667%}
    .col-lg-1 {width: 8.33333333%}
    .col-lg-offset-12 {margin-left: 100%}
    .col-lg-offset-11 {margin-left: 91.66666667%}
    .col-lg-offset-10 {margin-left: 83.33333333%}
    .col-lg-offset-9 {margin-left: 75%}
    .col-lg-offset-8 {margin-left: 66.66666667%}
    .col-lg-offset-7 {margin-left: 58.33333333%}
    .col-lg-offset-6 {margin-left: 50%}
    .col-lg-offset-5 {margin-left: 41.66666667%}
    .col-lg-offset-4 {margin-left: 33.33333333%}
    .col-lg-offset-3 {margin-left: 25%}
    .col-lg-offset-2 {margin-left: 16.66666667%}
    .col-lg-offset-1 {margin-left: 8.33333333%}
    .col-lg-offset-0 {margin-left: 0}
}

/* ----- Extra Large devices ≥1200px ----- */
@media (min-width:1200px) {
    .col-xl-12 {width: 100%}
    .col-xl-11 {width: 91.66666667%}
    .col-xl-10 {width: 83.33333333%}
    .col-xl-9 {width: 75%}
    .col-xl-8 {width: 66.66666667%}
    .col-xl-7 {width: 58.33333333%}
    .col-xl-6 {width: 50%}
    .col-xl-5 {width: 41.66666667%}
    .col-xl-4 {width: 33.33333333%}
    .col-xl-3 {width: 25%}
    .col-xl-2 {width: 16.66666667%}
    .col-xl-1 {width: 8.33333333%}
    .col-xl-offset-12 {margin-left: 100%}
    .col-xl-offset-11 {margin-left: 91.66666667%}
    .col-xl-offset-10 {margin-left: 83.33333333%}
    .col-xl-offset-9 {margin-left: 75%}
    .col-xl-offset-8 {margin-left: 66.66666667%}
    .col-xl-offset-7 {margin-left: 58.33333333%}
    .col-xl-offset-6 {margin-left: 50%}
    .col-xl-offset-5 {margin-left: 41.66666667%}
    .col-xl-offset-4 {margin-left: 33.33333333%}
    .col-xl-offset-3 {margin-left: 25%}
    .col-xl-offset-2 {margin-left: 16.66666667%}
    .col-xl-offset-1 {margin-left: 8.33333333%}
    .col-xl-offset-0 {margin-left: 0}
}

/* hidden element */
.hidden{ display: none ; }

/* ----- Extra small devices ≤640px ----- */
@media (max-width: 640px) {
    .hidden-xs-down {display: none ;}
}
/* ----- Small devices ≥641px ----- */
@media (min-width: 641px) {
    .hidden-sm-up {display: none ;}
}
/* ----- Small devices ≤767px ----- */
@media (max-width: 767px) {
    .hidden-sm-down {display: none ;}
}
/* ----- Medium devices ≥768px ----- */
@media (min-width: 768px) {
    .hidden-md-up {display: none ;}
}
/* ----- Medium devices ≤1024px ----- */
@media (max-width: 1023px) {
    .hidden-md-down {display: none ;}
}
/* ----- Large devices ≥1024px ----- */
@media (min-width: 1024px) {
    .hidden-xl-up {display: none ;}
}

/* Wordpress align class */
.alignnone{float: none; margin: 20px 0;}
.aligncenter {display: block; clear:both; margin:20px auto;}
.alignleft {float: left; margin: 0 20px 20px 0; }
.alignright {float: right; margin: 0 0 20px 20px;}

/* text alignment */
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-justify{text-align: justify;}

/* images */
.img-fluid {max-width: 100%;height: auto;display: block;}
.img-full{width: 100%;display: block;}

/* float class */
.float-left{float:left}
.float-right{float:right}
.float-none{float:none}

/* mange spacing */
.space-small{ padding-top: 30px; padding-bottom: 30px; }
.space-medium { padding-top: 50px; padding-bottom: 50px; }
.space-large { padding-top: 70px; padding-bottom: 70px; }
.no-bdr{border-width: 0 }

/* padding */
.no-padding{padding: 0 ;}
.pt-0{padding-top: 0;}
.pb-0{padding-bottom: 0;}
.pl-0{padding-left: 0;}
.pr-0{padding-right: 0;}
.pt-1{padding-top: 20px;}
.pb-1{padding-bottom: 20px;}
.pl-1{padding-left: 20px;}
.pr-1{padding-right: 20px;}

/* margin */
.no-margin{margin: 0 ;}
.mt-0{margin-top: 0;}
.mb-0{margin-bottom: 0;}
.ml-0{margin-left: 0;}
.mr-0{margin-right: 0;}
.mt-1{margin-top: 20px;}
.mb-1{margin-bottom: 20px;}
.ml-1{margin-left: 20px;}
.mr-1{margin-right: 20px;}


.sec_pt-0{padding-top: 0 !important;margin-top: 0 !important;}
.sec_pb-0{margin-bottom: 0 !important;padding-bottom: 0 !important;}
.sec_ptb-0{margin-bottom: 0 !important;padding-bottom: 0 !important;padding-top: 0 !important;margin-top: 0 !important;}


/* clear element when using */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* Header Style Site Wise */
.header__logo .custom-logo {width: 269px; height: auto;}
.header__main {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.header__main .header__right{flex:1 1 auto;width:75%;padding-left: 20px;}
.header__main .header__right .header__menu {display: flex; align-items: center; justify-content: flex-end; }
.header__main .header__logo {width: 25%;}
.header__menu--btn .btn span {display: inline-flex; line-height: 25px; }
.user-icon {margin-right: 20px; }
.header__menu--btn {padding-left: 25px; }
img.header-bottom-img {
    max-height: 44px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
header.main-header > .wrapper {
    padding-top: 19px;
    padding-bottom: 21px;
}
header.main-header {
    background: #FAF7F5;
    width: 100%;
    position: relative;
    z-index: 9;
}
#mobilenav.is-open #menu .row.no-gutters {background: #f9f9f9;}

footer ul,footer li{margin: 0; padding:0; font-size: 16px; letter-spacing: 0px; list-style-type: none; color: #817a7b; }
.footer_columns {display: flex; align-items: flex-start; justify-content: space-between; }
.footer_columns > div {flex: auto; }
.footer_columns-title h3 {margin-bottom: 18px; margin-top: 9px; }
.footer_column.column-1 ul {display: flex; flex-flow: column wrap; max-height: 332px; }
.footer_column.column-1 ul li {max-width: 290px; }
.footer_columns .menu li a {display: block; padding: 3px 0;}
.footer-copy-wrapper { padding: 29.5px 0; display: flex; justify-content: space-between; }
.footer-copy-wrapper, .footer-copy-wrapper p {font-size: 16px; }
.footer-other-links a:not(:last-child):after {content: "/"; position: absolute; right: 0; color: var(--g-secondary-light); }
.footer-other-links a:not(:last-child) {padding-left: 27px; padding-right: 27px; position: relative; display: inline-flex; }
.footer-other-links a:last-child{padding-left: 27px; }
.footer-other-links a:hover:after {color: var(--g-secondary-light); }
footer .footer-top-inner {
    padding-bottom: 62px;
    padding-top: 79px;
    margin: 0;
}
.footer-logo img {
    max-width: 272px;
    width: 100%;
}

footer.site-footer a,footer.site-footer{color: #fff;}
footer.site-footer a:hover,
footer.site-footer .footer_columns .menu li a:hover,
footer.site-footer .other-links-wrappers a.footer__address--dirction:hover {color: #BB0000; text-decoration: none;}
.footer_columns .footer_column {padding-right: 10px;}
footer .footer-social-icon ul {display: flex; flex-wrap: wrap; align-items: center; padding-top: 41px; }
.footer-social-icon ul li {padding-right: 10px;}
.footer-social-icon ul li a {max-width: 24px;}
.footer-social-icon ul li a:hover {opacity: 0.5;}
.footer_columns-title h3:empty {
    margin: 0;
}

section{background-size: cover;background-repeat: no-repeat;}
/*--------- Header ------------*/

p strong {font-weight: 600;}

.copyright_sec {
    background: rgb(130, 36, 43);
    background: radial-gradient(circle, rgba(130, 36, 43, 1) 50%, rgba(121, 16, 30, 1) 100%);
    display: none;
}

/*--------- Banner Section ------------*/
section.banner-section {
    position: relative;
    width: 100%;
    height: 85vh;
    display: flex;
    align-content: end;
    flex-wrap: wrap;
}
section.banner-section .banner-title {
    font-size: 28px;
    line-height: 27px;
    text-transform: uppercase;
    color: #CEB06A;
    font-weight: 600;
    font-family: "Spectral", serif;
    padding-bottom: 10px;
}
section.banner-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -1px;
    background-repeat: no-repeat;
    background-image: url(../edgewood-absn/assets/images/black-shedow.png);
    height: 310px;
    width: 100%;
    z-index: 2;
    background-position: top;
    background-size: cover;
}
section.banner-section video#myVideo {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
}
section.banner-section .top-banner-title {
    color: #FFFFFF;
    margin-bottom: 0;
}
section.banner-section .banner-section-inner {
    position: relative;
    padding: 367px 50px 40px 50px;
    text-align: center;
    z-index: 3;
    margin-bottom: 0;
}
.banner-content {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}
.banner-bottom-section {
    /* background: rgb(130, 36, 43); */
    /* background: radial-gradient(circle, rgba(130, 36, 43, 1) 50%, rgba(121, 16, 30, 1) 100%); */
    background: #BB0000;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 20px;
    text-align: center;
}
section.images-with-center-content-section {
    width: 100%;
    padding-top: 127px;
    padding-bottom: 126px;
}
section.images-with-center-content-section .images-with-center-content-section-top-title {
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    color: #BB0000;
    font-weight: 600;
    font-family: "Spectral", serif;
    padding-bottom: 10px;
    text-align: center;
}
section.images-with-center-content-section .images-with-center-content-section-title {
    color: #BB0000;
    text-align: center;
    margin-bottom: 54px;
}
.images-with-center-content-section-center-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
section.images-with-center-content-section .wrapper.images-with-center-content-section-wrapper {
    overflow: visible;
    /*max-width: 1640px;*/
    max-width: 1100px;
}
.images-with-center-content-section-left, 
.images-with-center-content-section-right {
    width: 31.25%;
    padding-top: 30px;
}
.images-with-center-content-section-center {
    width: 29.45%;
}
.images-with-center-content-section-left img,
.images-with-center-content-section-right img {
    border: 4px solid #CEB06A;
    width: 100%;
}
.images-with-center-content-section-center-title {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    font-weight: 600;
    color: #BB0000;
    padding-bottom: 5px;
    font-family: "Source Sans 3", sans-serif;
}
.images-with-center-content-section-center-content {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    padding-bottom: 38px;
    font-family: "Source Sans 3", sans-serif;
}
.images-with-center-content-section-left-image:first-child {transform: rotate(5deg);}
.images-with-center-content-section-left-image:last-child {transform: rotate(348deg);position: relative;left: -40px;top: -27px;}
.images-with-center-content-section-right-image:first-child {transform: rotate(355deg);}
.images-with-center-content-section-right-image:last-child {transform: rotate(12deg);position: relative;right: -40px;top: -27px;}
.images_with_center_content_section_cta_button {
    display: flex;
    justify-content: center;
    width: 100%;
}
.pursue-your-purpose-section-inner {
    width: 100%;
    padding: 94px 0;
}
.pursue-your-purpose-section-top-title {
    font-size: 24px;
    color: #CEB06A;
    line-height: 27px;
    letter-spacing: 0.48px;
    font-family: "Spectral", serif;
    font-weight: 600;
    padding-bottom: 5px;
}
.pursue-your-purpose-section-title {
    color: #fff;
    margin-bottom: 10px;
}
.remarketing-pursue-section .pursue-your-purpose-section-title {
    margin-bottom: 50px;
}
.remarketing-pursue-section .pursue-your-purpose-section-content {
    padding-bottom: 20px;
}
.pursue-your-purpose-section-left {
    width: 55.71%;
}
.pursue-your-purpose-section-inner-right {
    /*width: 28.53%;*/
    width: 36.53%;
    border: 1px solid #FFFFFF;
    padding: 23px 43px 29px 43px;
    margin-top: 47px;
}
.pursue-your-purpose-section-list {
    width: 100%;
    max-width: 471px;
}
.pursue-your-purpose-section-content {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 106px;
    border-bottom: 1px solid #CEB06A;
}
.wrapper.pursue-your-purpose-section-wrapper {
    display: flex;
    justify-content: space-between;
    font-family: "Source Sans 3", sans-serif;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pursue-your-purpose-section-right-form-title {
    font-size: 30px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    padding-bottom: 14px;
}
.pursue-your-purpose-section-list-item-title {
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #CEB06A;
    padding-top: 35px;
    padding-bottom: 12px;
}
.form_group-row {
    width: 100%;
    padding-bottom: 10px;
}
.form_group-row.form_group-row-mt-60 {
    padding-top: 0px;
    text-align: center;
}
.pursue-your-purpose-section-list-title {
    font-size: 30px;
    font-family: "Source Sans 3", sans-serif;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 9px;
}
.pursue-your-purpose-section-list-content {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    padding-bottom: 21px;
    font-family: "Source Sans 3", sans-serif;
}
.image-with-content-section-right {
    width: 50.37%;
    border: 4px solid #CEB06A;
}
.image-with-content-section-left {
    max-width: 663px;
    width: 100%;
}
section.image-with-content-section {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 65px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.image-with-content-section-top-title {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.48px;
    font-weight: 600;
    text-transform: uppercase;
    color: #BB0000;
    font-family: "Spectral", serif;
    padding-bottom: 12px;
}
.image-with-content-section-title {
    color: #BB0000;
    margin-bottom: 30px;
}
.image-with-content-section-content {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: "Source Sans 3", sans-serif;
}
.image-with-content-section-inner {
    align-items: center;
    /*padding-left: calc((100% - 1438px) / 2);*/
    padding-left: calc((100% - 1070px) / 2);
}
.full-background-image-with-content-section-top-title {
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    color: #CEB06A;
    font-family: "Spectral", serif;
    padding-bottom: 10px;
}
.remarketing-ready-section .full-background-image-with-content-section-top-title {
    padding-bottom: 5px;
}
.full-background-image-with-content-section-title {
    color: #FFFFFF;
    margin-bottom: 8px;
}
.full-background-image-with-content-section-content {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
}
section.full-background-image-with-content-section {
    width: 100%;
    padding: 114.5px 0;
}
.full-background-image-with-content-section-inner {
    -webkit-mask-image: url('https://absn.edgewood.edu/wp-content/uploads/2025/07/Intersection-bg-new.png');
    mask-image: url('https://absn.edgewood.edu/wp-content/uploads/2025/07/Intersection-bg-new.png');
    mask-repeat: no-repeat;
    background: #BB0000;
    /* background: radial-gradient(circle, rgba(130, 36, 43, 1) 50%, rgba(121, 16, 30, 1) 100%); */
    width: 100%;
    max-width: 887px;
    padding: 57px 174px 57px 175px;
    mask-position: right;
    mask-size: cover;
    min-height: 434px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.full-background-image-with-content-section-content {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    padding-bottom: 31px;
}
.full_background_image_with_content_section_cta_link a.btn {
    -webkit-appearance: button;
    cursor: pointer;
    min-height: 44px;
    font-family: "Source Sans 3", sans-serif;
    display: inline-flex;
    vertical-align: top;
    padding: 5px 30.05px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    color: #fff;
    transition: all 0.5s;
    align-items: center;
    background: #ffffff00;
    border: 1px solid #fff;
}
.full_background_image_with_content_section_cta_link a.btn:hover {
    background: #fff;
    color: #BB0000;
}
section.career-in-nursing-section {
    width: 100%;
    padding-top: 67px;
    padding-bottom: 92px;
    overflow: hidden;
}
.career-in-nursing-section-top-section {
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-right: -152px;*/
}
.career-in-nursing-section-top-section-left {
    /*width: 55%;*/
    width: 50%;
}
section.career-in-nursing-section .wrapper {
    overflow: visible;
}
.career-in-nursing-section-top-section-right {
    /*width: 43%;*/
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.career-in-nursing-section-top-section-right-date {
    /*font-size: 46px;
    line-height: 51px;*/
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #FFFFFF;
}
.career-in-nursing-section-top-section-right-title {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
    color: #FAF7F5;
    font-weight: bold;
    font-family: "Spectral", serif;
}
.career-in-nursing-section-top-section-right-inner {
    -webkit-mask-image: url('https://absn.edgewood.edu/wp-content/uploads/2025/07/shap-bg-new.png');
    mask-image: url('https://absn.edgewood.edu/wp-content/uploads/2025/07/shap-bg-new.png');
    mask-repeat: no-repeat;
    background-color: #BB0000;
    width: 50%;
    mask-position: right;
    mask-size: contain;
    padding: 61px 56px 69px 29px;
    text-align: center;
    position: relative;
}
.career-in-nursing-section-top-title {
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #BB0000;
    font-weight: 600;
    font-family: "Spectral", serif;
    padding-bottom: 16px;
}
.career-in-nursing-section-content {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.career-in-nursing-section-main-title {
    color: #BB0000;
    margin-bottom: 11px;
}
.career-in-nursing-section-center-section {
    display: flex;
    flex-wrap: wrap;
    padding-top: 37px;
    /*padding-right: 63px;
    padding-left: 63px;*/
    padding-right: 15px;
    padding-left: 15px;
    width: -webkit-fill-available;
    margin: 0 -25px;
    justify-content: center;
}
.career-in-nursing-section-center-section-inner {
    width: calc(33.33% - 50px);
    margin: 0 25px;
    border: 2px solid #CEB06A;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}
.career-in-nursing-section-center-section-image {
    min-height: 207px;
    display: flex;
    border-bottom: 2px solid #CEB06A;
}
.career-in-nursing-section-center-section-image img {
    width: 100%;
    object-fit: cover;
}
.career-in-nursing-section-center-section-title {
    font-size: 25px;
    line-height: 30px;
    color: #BB0000;
    font-weight: bold;
    padding-top: 35px;
    font-family: "Source Sans 3", sans-serif;
    padding-left: 26px;
    padding-right: 26px;
    min-height: 95px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3px;
}
.career-in-nursing-section-center-section-content {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding: 9.2px 23px 19px 26px;
}
.career-in-nursing-section-third-section {
    width: 100%;
    /*padding-right: 165px;
    padding-left: 136px;*/
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 119px;
}
.career-in-nursing-section-third-section-content,
.career-in-nursing-section-third-section-title {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.career-in-nursing-section-third-section-title{
    font-weight: 700;
}
.footer_right_content {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding-left: 12px;
}
.footer_columns_row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.images-with-center-content-section-only-image-list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 50px;
}
.images-with-center-content-section-only-image-list-image {
    width: 33.33%;
    border: 4px solid #CEB06A;
    transform: rotate(-13deg);
    position: relative;
    z-index: 3;
}
.images-with-center-content-section-only-image-list-image:first-child {
    transform: rotate(10deg);
    z-index: 1;
}
.images-with-center-content-section-only-image-list-image:last-child {
    transform: rotate(10deg);
    z-index: 1;
} 
section.images-with-center-content-section.remarketing-image-content-section {
    padding-top: 61px;
    padding-bottom: 53px;
}
.remarketing-image-content-section .images-with-center-content-section-only-image-list {
    padding-bottom: 86px;
}
section.remarketing-career-section {
    padding-top: 71px;
    padding-bottom: 40px;
}
section.images-with-center-content-section.remarketing-image-content-section .images-with-center-content-section-title {
    margin-bottom: 22px;
}  
section.career-in-nursing-section.remarketing-career-section .career-in-nursing-section-top-section {
    width: 100%;
}
section.career-in-nursing-section.remarketing-career-section .career-in-nursing-section-top-section-left {
    width: 100%;
    text-align: center;
}
.pursue-your-purpose-section-inner-right-image {
    width: 39.88%;
    margin-top: 117px;
}
.images-with-center-content-section-left-image:last-child img {margin-left: 22px;}
.images-with-center-content-section-right-image:last-child img {margin-left: -22px;}
.images-with-center-content-section-top {width: 100%;}
section.images-with-center-content-section.remarketing-image-content-section .images-with-center-content-section-center {
    width: 100%;
}
section.important-dates-section{
    background: #BB0000 !important;
    /* background: radial-gradient(circle, rgba(130, 36, 43, 1) 50%, rgba(121, 16, 30, 1) 100%) !important; */
    padding-top: 47px;
    padding-bottom: 48px;
}
.thanks-you-important-dates-section .important-dates-section-title {
    color: #BB0000 !important;
}
section.important-dates-section .important-dates-section-title {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.48px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Spectral", serif;
    font-weight: 700;
    width: 43%;
}
.important-dates-section-dates {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
}
.important-dates-section-content {
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    font-family: "Spectral", serif;
}
.wrapper.important-dates-section-inner {
    /*padding-left: 150px;
    padding-right: 150px;*/
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    flex-wrap: nowrap;
}
.important-dates-section-main-inner {
    text-align: center;
    padding-right: 100px;
}
.important-dates-section-main {
    /*width: 67%;*/
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.important-dates-section-main-inner:last-child {
    padding-right: 0;
}
section.career-in-nursing-section.remarketing-career-in-nursing-section {
    padding-top: 0;
}
section.career-in-nursing-section.remarketing-career-in-nursing-section .career-in-nursing-section-third-section {
    padding-top: 63px;
}
.last-bottom-content-section {
    width: 100%;
    /*padding-left: 201px;
    padding-right: 201px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 109px;
}
.last-bottom-content-section-title {
    color: #BB0000;
    text-align: center;
    font-size: 55px;
}
.last-bottom-content-section-content {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.images-with-center-content-section-only-image-list-image img {
    min-height: 205px;
    object-fit: cover;
}
.footer_right_content p {
    margin-bottom: 19px;
}
.footer_right_content p:last-child {
    margin-bottom: 0px;
}
section.images-with-center-content-section.thank-you-image-center-content .images-with-center-content-section-only-image-list {
    padding-top: 132px;
}
section.pursue-your-purpose-section.thank-you-pursur-your-purpose-section .pursue-your-purpose-section-title {
    margin-right: -55px;
    border-bottom: 1px solid #CEB06A;
    padding-bottom: 34px;
    margin-bottom: 34px;
}
.pursue-your-purpose-section-left a.main-btn {
    -webkit-appearance: button;
    cursor: pointer;
    min-height: 51px;
    font-family: "Source Sans 3", sans-serif;
    display: inline-flex;
    vertical-align: top;
    padding: 5px 30.05px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    color: #fff;
    transition: all 0.5s;
    align-items: center;
    background: #ffffff00;
    border: 1px solid #fff;
    text-decoration: unset;
    margin-bottom: 50px;
    margin-top: 22px;
}
.pursue-your-purpose-section-left a.main-btn:hover {
   background: #BA2025;
    border-color: #BA2025;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}
.pursue-your-purpose-section-list a.main-btn:last-child {
    margin: 0;
}
section.pursue-your-purpose-section.thank-you-pursur-your-purpose-section .pursue-your-purpose-section-inner-right {
    background: #e8e4de;
}
section.pursue-your-purpose-section.thank-you-pursur-your-purpose-section .pursue-your-purpose-section-right-form-title {
    line-height: 1.1;
    color: #BB0000;
}
section.important-dates-section.thanks-you-important-dates-section {
    background: #E6E0D9 !important;
}
section.important-dates-section.thanks-you-important-dates-section .important-dates-section-title,
section.important-dates-section.thanks-you-important-dates-section .important-dates-section-dates,
section.important-dates-section.thanks-you-important-dates-section .important-dates-section-content {
    color: #BB0000;
}
.full-background-image-with-content-section-social-links img {
    max-height: 42px;
    margin-right: 42px;
}
.full-background-image-with-content-section-social-links {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 7px;
}
section.career-in-nursing-section.thank-you-career-in-nursing-section .career-in-nursing-section-third-section {
    padding-top: 97px;
}
section.bottom-program-section {
    width: 100%;
    padding-top: 37px;
    padding-bottom: 52px;
    padding-left: 33px;
    padding-right: 33px;
}
.bottom-program-section-title {
    color: #BB0000;
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 55px;
}
.bottom-program-section-list {
    width: 100%;
    max-width: 324px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-family: "Source Sans 3", sans-serif;
    text-decoration: none;
}
.bottom-program-section-list a {
    border-bottom: 2px solid #BB0000;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-family: "Source Sans 3", sans-serif;
}
.bottom-program-section-main {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 16px;
    flex-wrap: wrap;
}
section.logo-image-with-content-section.default-padding {
    width: 100%;
    padding-bottom: 82px;
    padding-top: 69px;
}
.wrapper.logo-image-with-content-section-wrapper {
    /*padding: 0 165px;*/
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo-image-with-content-section-left {
    width: 15.21%;
    padding-right: 30px;
    position: relative;
}
.logo-image-with-content-section-right {
    width: 82.17%;
}
.logo-image-with-content-section-left:after {
    content: "";
    position: absolute;
    background: #707070;
    height: 88px;
    width: 2px;
    right: 0;
    top: 25px;
    bottom: 0;
}
footer.site-footer .wrapper {
    border-bottom: 2px solid #CEB06A;
}
footer.site-footer {
    padding-bottom: 113px;
}
.logo-image-with-content-section-left img {
    max-width: 143px;
    width: 100%;
}
.logo-image-with-content-section-top-content{
    width: 100%;
    padding-bottom: 30px;
}
section.pursue-your-purpose-section.thank-you-pursur-your-purpose-section .pursue-your-purpose-section-list {
    max-width: 100%;
}
section.pursue-your-purpose-section.remarketing-pursue-section .pursue-your-purpose-section-list {
    max-width: 100%;
}
section.pursue-your-purpose-section.remarketing-pursue-section .pursue-your-purpose-section-inner-right-image {
    margin-top: 0;
}
section.pursue-your-purpose-section.remarketing-pursue-section img {
    border: 2px solid #CEB06A;
}
section.images-with-center-content-section{
    overflow: hidden;
}
.pursue-your-purpose-section-right-form-code input, .pursue-your-purpose-section-right-form-code select {
    margin-bottom: 10px;
}