/*  ----------  START Body & Content GENERAL Styles  ----------  */
body {
    margin: 0 auto;
    background: rgba(var(--color0), 1);
    font-family: var(--font1);
    color: rgba(var(--color1), 1);
    font-size: var(--bod);
    line-height: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.le_jqueryui_target * {
    font-family: var(--font1);
}

button, input[type="button"], input[type="submit"], a { 
     transition: background-color 0.6s ease;
}

p {
    display: block;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ul {
	list-style: disc;
	list-style-position: outside;
    padding-left: calc(1vw + 10px);

}

ol {
	list-style-position: outside;
    padding-left: calc(1vw + 10px);
}

blockquote, q {
	quotes:none;
}

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

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

p, li, a { font-size: var(--bod); line-height: var(--size2); color: rgba(var(--color1), 1); }
    
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: rgba(var(--color1), 1); }
h1 { font-size: var(--size1); line-height: var(--size1); padding-top: var(--size6); padding-bottom: var(--px); }
h2 { font-size: var(--size2); line-height: var(--size1); padding-top: var(--size5); padding-bottom: var(--px); font-family: var(--font2); color: rgba(var(--color4), 1); }
h3 { font-size: var(--size3); line-height: var(--size2); padding-top: var(--size4); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 2px !important; color: rgba(var(--color8), 1); font-weight: 800; }
h4 { font-size: var(--size4); line-height: var(--size3); padding-top: var(--size3); padding-bottom: var(--px); font-family: var(--font2); font-weight: 700;}
h5 { font-size: var(--size5); line-height: var(--size4); padding-top: var(--size2); padding-bottom: var(--px); font-weight: 700;}
h6 { font-size: var(--size6); line-height: var(--size5); padding-top: var(--size6); padding-bottom: var(--px); font-weight: 700; text-transform: uppercase; letter-spacing: 2px !important;  }

a {
    color: rgba(var(--color5), 1);
}

a:hover {
    text-decoration: none;
}

.Content {
    padding: 5%;
    line-height: var(--size4);
}

.Content p, .Content ul { padding-bottom: var(--px); }

.Content img {
    margin: 0 0 2vw 0;
}

.leftgutter p, .leftgutter h2, .leftgutter h3, .leftgutter h4, .leftgutter h5, .leftgutter h6, .leftgutter, .LegalAsst {
    padding-left: 2vw;
} 

.leftgutter ul, .leftgutter ol {
    padding-left: calc(3vw + 10px);
}

.leftgutter .pimg, .pimg {
    max-height: calc(var(--bod) - 0.2vw);
    margin: 0 !important;
    padding-left: 0;
}

.Row {
    display: flex;
    flex-wrap: nowrap;
}

.Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
    margin: 0 1%;
}
/*  ----------  END Body & Content Styles  ----------  */


/*  ----------  START Top Bar Styles  ----------  */
.Top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 5%;
    background: rgba(var(--color3), 1);
}

.Top p {
    line-height: var(--bod);
}

.Top [class*="Btn"] a {
    margin: 0 !important;
    /*padding: 1.5% 0;*/
    max-width: 100%;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: var(--size2);
}

.Social {
    flex-grow: 2;
    text-align: right;
    margin: 0 2% 0 0;
}

.Email {
    flex-grow: 1;
}

.Email [class*="Btn"] a {
    background: rgba(var(--color5), 1);
    display: flex;
    justify-content: center;
    text-transform: lowercase;
}

.Email [class*="Btn"] a:hover {
    background: rgba(var(--color4), 1);
}

.Billing {
    flex-grow: 1;
}

.Billing [class*="Btn"] a {
    background: rgba(var(--color2), 1);
    display: flex;
    justify-content: center;

}

.Billing [class*="Btn"] a:hover {
    background: rgba(var(--color1), 1);
}

.BillingNew {
    flex-grow: 1;
}

.BillingNew [class*="Btn"] a {
    background: rgba(var(--color4), 1);
    display: flex;
    justify-content: center;

}

.BillingNew [class*="Btn"] a:hover {
    background: rgba(var(--color1), 1);
}

.Phone {
    flex-grow: 1;
}

.Phone [class*="Btn"] a {
    background: rgba(var(--color8), 1);
    display: flex;
    justify-content: center;
}

.Phone [class*="Btn"] a:hover {
    background: rgba(var(--color7), 1);
}
/*  ----------  END Top Bar Styles  ----------  */


/*  ----------  START Header Area  ----------  */
.Banner {
    min-height: 65vh;
    padding-bottom: 5%;
}

.Head {
    display: flex;
    flex-wrap: nowrap;
    padding: 3% 5%;
    align-items: center;
}

.Logo {
    flex-grow: 5;
    margin: 0 auto;
}

.Logo img {
    max-width: 350px;
}
/*  ----------  END Header Area  ----------  */


/*  ----------  START Menu Styles  ----------  */
.SmallMenu {
    margin: 0 auto;
    background-color: var(--color3);
    color: rgba(var(--color0), 1);
    font-size: var(--size3);
    line-height: var(--size3);
    text-transform: uppercase;
    flex-grow: 1;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: rgba(var(--color3), 1);
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 0px;
    padding: 0;
}

.SmallNav ul {
    margin: 0;
    padding: 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgba(var(--color5), 0.3);
}

.SmallNav ul li {
    list-style-type: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(var(--color5), 0.3);
    line-height: var(--size1);
}

.SmallNav ul.le_menu_level_1 {
    display: none;
}

.SmallNav a {
    padding: 0.75% 15% !important;
    text-decoration: none !important;
    font-size: var(--size3) !important;
    color: rgba(var(--color5), 1) !important;
    background-color: rgba(var(--color3), 1) !important;
    display: block !important;
    transition: 0.3s !important;
    text-align: right !important;
}

.SmallNav ul li a:hover {
    background-color: rgba(var(--color5), 1) !important;
    color: rgba(var(--color0), 1) !important;
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallBtnStyle a {
    margin: 0 0 !important;
    max-width: none !important;
}

.SmallNavStyle {
    padding-top: 3%;
}
/*  ----------  END Menu Styles  ----------  */


/*  ----------  START Search Styles  ----------  */
.Search {
    text-align: right;
    flex-grow: 1;
}

.SearchBar {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
}

#search_form_value {
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(var(--color0), 1);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: transparent;
    color: rgba(var(--color0), 1);
    font-size: var(--size3);
    margin: 6px 0 0 0;
    padding: 1px;
}

#search_form_button {
    border: 1px solid transparent;
    color: rgba(var(--color0), 1);
    font-size: 3vw;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 6px 0 0 0;
    padding: 0.5vw 1vw;
    margin-top: 0 !important;
    text-transform: uppercase;
    text-align: right;
    display: inline !important;
}

.SearchBtnStyle {
    cursor:pointer;
}

.SearchNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(var(--color6), 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 0px;
}

.SearchNav a {
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 25px;
    color: rgba(var(--color0), 1);
    display: block;
    transition: 0.3s;
}

.SearchNav a:hover {
    color: rgba(var(--color3), 1);
}

.SearchNav .closebtn {
    position: absolute;
    right: 6%;    
    font-size: 36px;
    margin-top: calc(80px + 2%);  
    color: rgba(var(--color0), 1);
}
/*  ----------  END Search Styles  ----------  */


/*  ----------  START Footer Styles  ----------  */
.Footer {
    background: rgba(var(--color3), 1);
    padding: 2% 5%;
}

.Footer ul {
    margin: 3% 0 2% 0;
    padding: 0;
}

.Footer ul li {
    display: inline;
    list-style-type: none;
}

.Footer ul li a {
    font-size: var(--size4);
    line-height: var(--size4);
    margin: 5%;
    color: rgba(var(--color0), 1);
}

.Footer p, .Footer a {
    font-size: var(--size5);
    line-height: var(--size3);
}

.Footer p, .Footer h4 {
    color: rgba(var(--color0), 1);
}

.Footer h4 a {
    padding-bottom: 0;
    font-weight: 800;
    font-size: var(--size4); 
    line-height: var(--size3);    
}

/*  ----------  START Responsive CSS  ----------  */
@media only screen and (max-width: 800px) {
    .Top {
        flex-wrap: wrap;
        padding: 0;
    }
    .Social {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 1%;
    }
    .Email {
        width: 50%;
    }    
    
    .Phone {
        width: 50%;
    }
        
    .Banner {
        min-height: 40vh;
    }
    
    .Head {
        flex-wrap: wrap;
    }
    
    .Logo {
        display: flex;
        justify-content: center;
        /*max-width: 50%;*/
        order: 2;
        text-align: center;
    }
    
    .SmallMenu {
        order: 1;
        flex-grow: 2;
        margin: 0;
    }
    
    .SmallMenu img {
        width: 65%;
        max-width: 35px;
    }
    
    .SmallNav ul {
        border-top-width: 1px;
        border-top-color: rgba(var(--color3), 0.3);
}

    .SmallNav ul li {
        border-bottom-width: 1px;
        border-bottom-color: rgba(var(--color3), 0.3);
    }
    
    .SmallNav a {
        text-align: center !important;
        padding: 2% 15% !important;
    }
    
    .SmallBtnStyle a {
        margin: 0 auto !important;
        max-width: none !important;
    }
    
    .SmallNav ul li a:hover {
        background-color: rgba(var(--color3), 1) !important;
        color: rgba(var(--color5), 1) !important;
    }
    
    .MenuText {
        display: none;
    }
    
    .Search {
        order: 3;
        flex-grow: 2;
    }
    
    .Search img {
        /*width: 65%;*/
    }
    
    .leftgutter p, .leftgutter h2, .leftgutter h3, .leftgutter h4, .leftgutter h5, .leftgutter h6, .leftgutter img, .LegalAsst {
        padding-left: 0;
    } 
    
    .leftgutter ul, .leftgutter ol {
        padding-left: calc(1vw + 10px);
    }
    
    .Footer ul li a {
        display: inline-block;
        margin: var(--size6) 2vw 0 auto;
    }

    .Single, .Double, .Triple, .Quad {
        flex: none !important;
        width: 100%;
    }
    
    .Footer h4 {
        padding: var(--size6) 0 0 0;
    }
    
    .Footer p.Address { /*----- for additional addresses to disappear in Mobile ----*/
        display: none;
    }
}
/*  ----------  END Responsive CSS  ----------  */


/*  ----------  START Font Style Calculator  ----------  */
    :root {
        --px: 12px;
            --color0: 255, 255, 255; /* standard white */
            --color1: 20, 20, 20; /* font color/darkest gray */
            --color2: 52, 51, 51; /* middle gray */
            --color3: 0, 18, 13; /* darkest green */
            --color4: 0, 53, 39; /* middle green */
            --color5: 15, 126, 97; /* light green & link color */
            --color6: 50, 1, 16; /* darkest red */
            --color7: 90, 2, 29; /* middle red */
            --color8: 130, 4, 40; /* light red & link color */
        
        --bod: calc(var(--px) + 0.5vw);
            --size1: calc(var(--bod) * 2.00);
            --size2: calc(var(--bod) * 1.50);
            --size3: calc(var(--bod) * 1.17); 
            --size4: calc(var(--bod) * 1.00);
            --size5: calc(var(--bod) * 0.83); 
            --size6: calc(var(--bod) * 0.67);
            
        --font1: 'Lato', sans-serif;
        
    }   
/*  ----------  END Font Style Calculator  ----------  */    


/*  ----------  START Btn Class Styles  ----------  */
    [class*="Btn"] a {
        display: block;
        margin: var(--size6) auto var(--size4);
        max-width: 350px;
        padding: var(--size4);
        background-color: rgba(var(--color4), 1);
        border: 2px solid transparent;
        border-radius: 0;
        transition: all .4s linear;
	    color: rgba(var(--color0), 1);
	    font-size:  var(--size5);
	    font-weight: 700;
	    letter-spacing: 2px;
	    line-height: var(--size4);
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
    }

    [class*="Btn"] a:hover {
        background-color: rgba(var(--color5), 1);
        color: rgba(var(--color0), 1);
    }
    
    .LongBtn a {
        max-width: 100% !important;
    }
    
    .SkinnyBtn a {
        padding: calc(var(--bod) * .5);
        max-width: 100% !important;
    }
    
    .Btn li{
        list-style-type: none;
    }
    
    .Btn li a {
        max-width: 100%;
    }
/*  ----------  END Btn Class Styles  ----------  */


/*  ----------  START Form Classes  ----------  */
.form-group {
    margin-top: 1%;
    margin-bottom: 1% !important;
}

.seFormButton {
    background-color: rgba(var(--color4), 1);
    color: rgba(var(--color0), 1);
    text-transform: uppercase;
    padding: 2.5% 10%;
    border: 1px solid transparent;
    font-size: calc(12px + 0.6vw);
    margin-bottom: var(--size4);
}

.seFormButton:hover {
    background-color: rgba(var(--color5), 1);
    color: rgba(var(--color0), 1);
}
/*  ----------  END Form Classes  ----------  */


/*  ----------  START Div Sizing Elements  ----------  */
    .Single {
        flex: 1 1 0;
    }
    
    .Double {
        flex: 2 1 0;
    }

    .Triple {
        flex: 3 1 0;
    }

    .Quad {
        flex: 4 1 0;
    }
    
    .NoSpace {
        margin: 0 !important;
    }
    
    .Feature .Double { /* this accounts for the left margin to keep the division in the feature lined up with the content divisions. 5% + 30% + 30% / 30% + 5% */
        flex: 1.86 1 0;
    }
    
/*  ----------  END Div Sizing Elements  ----------  */


/*  ----------  START Wrapper Styles for Edit Menu  ----------  */
.wrapper {
	position: relative;
	right: 0;
	transition: right .3s ease;
}

.le-logged-in .page-wrapper, .le-logged-in .aurora-page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent .se_mainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*  ----------  END Wrapper Styles for Edit Menu  ----------  */

    /* Style for the pop-up */
    .popup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        border: 1px solid #ccc;
        padding: 20px;
        z-index: 9999;
    }

    /* Style for overlay */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9998;
    }

  
    /* Show pop-up when URL hash matches popup ID */
    .popup:target {
        display: block;
    }

    /* Show overlay when pop-up is displayed */
    .popup:target + .overlay {
        display: block;
    }

    /* Style for close button */
    .close-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        color: #000;
        font-size: 20px;
        text-decoration: none;
    }
    
        /* Style for the pop-up */
    .popupTwo {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        border: 1px solid #ccc;
        padding: 20px;
        z-index: 9999;
    }

        /* Show pop-up when URL hash matches popup ID */
    .popupTwo:target {
        display: block;
    }

    /* Show overlay when pop-up is displayed */
    .popupTwo:target + .overlay {
        display: block;
    }

    /* Style for close button */
    .close-btnTwo {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        color: #000;
        font-size: 20px;
        text-decoration: none;
    }
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_home #le_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.aurora_legal-leadership-scholarship #le_area12 {
    margin-right: 2%;
    margin-left: 2%;
}
.aurora_legal-leadership-scholarship #le_area13 {
    margin-right: 2%;
    margin-left: 2%;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_home #le_banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legal-leadership-scholarship #le_area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_legal-leadership-scholarship #le_area13 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_home #le_banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legal-leadership-scholarship #le_area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_legal-leadership-scholarship #le_area13 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
