/*** COLORS ***/
LIGHT GREY - #E7E4DE     rgb(231, 228, 222)
BLUE - #546D91     rgb(87, 19, 15)
#7D7D7D;
DARK GREY - #999999;
#99201A;



/*** GENERIC STYLES ***/
html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
    font-size: 16px;
}


.covid-banner {
	background-color: rgb(84, 109, 145, 0.5);
	margin: 0;
	padding: 0;
	top: 22%;
	width: 100%;
    z-index: 10;
    position: absolute;
}

.covid-text {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
}

.covid-text > p {
	color: #ffffff;
    font-size: 1rem;
}

.covid-text a.btn {
	color: #ffffff;
}



section,
header,
footer {
    position: relative;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    color: #546D91;
    outline: none;
}

a:hover {
    color: #917C54;
}

a[href^="tel"] {
    font-family: 'Exo 2', sans-serif;
}

img {
    width: 100%;
    height: 100%;
}

h1 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 3.8rem;
    font-variant: small-caps;
    position: relative;
    padding: .3em 0;
    margin: 0;
}

h1:after, h2.heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 1px;
    background-color: #666666;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
}

h2.heading {
	font-size: 3.8rem;
	padding: .3em 0;
	color: #000;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.7rem;
    margin: .5em 0;
    padding: 0:
}

p, ol, ul {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
}

.content {
    margin: 1em 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.main {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: block;
}

.half {
    width: 48%;
}

.left {
    float: left;
    clear: left;
}

.right {
    float: right;
    clear: right;
}

.btn {
    color: #ffffff;
    background-color: #546d91;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    padding: .5em 2em;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    outline: none;
    border: none;
}

.btn:focus,
.btn:checked {
    outline: none;
    color: #ffffff;
}

.btn:hover {
    box-shadow: 10.5em 0 0 0 #212F44 inset;
    color: #ffffff;
}

.btn.long:hover {
    box-shadow: 17em 0 0 0 #212F44 inset;
}

.btn:disabled {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    cursor: no-drop;
}

.btn:disabled:hover {
    box-shadow: none;   
}

input[type="email"] {
    text-transform: lowercase;
}

input[type="email"]::-webkit-input-placeholder {
    text-transform: capitalize;
}

input[type="email"]::-moz-input-placeholder {
    text-transform: capitalize;
}

input[type="email"]:-moz-input-placeholder {
    text-transform: capitalize;
}

input[type="email"]::-ms-input-placeholder {
    text-transform: capitalize;
}

input[type="email"]:-ms-input-placeholder {
    text-transform: capitalize;
}

input[type="email"]::-o-input-placeholder {
    text-transform: capitalize;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #546D91;
    opacity: 1;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    font-variant: small-caps;
    font-weight: bold;
}

input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
    color: #546D91;
    opacity: 1;
    transition: .5s ease;
    -moz-transition: .5s ease;
    font-variant: small-caps;
    font-weight: bold;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #546D91;
    opacity: 1;
    transition: .5s ease;
    -ms-transition: .5s ease;
    font-variant: small-caps;
    font-weight: bold;
}

input::-o-input-placeholder,
textarea::-o-input-placeholder {
    color: #546D91;
    opacity: 1;
    transition: .5s ease;
    -o-transition: .5s ease;
    font-variant: small-caps;
    font-weight: bold;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-input-placeholder,
textarea:focus::-moz-input-placeholder {
    opacity: 0;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    opacity: 0;
}

input:focus::-o-input-placeholder,
textarea:focus::-o-input-placeholder {
    opacity: 0;
}

input {
    text-transform: capitalize;
    max-width: 1120px;
}

input:not([type="checkbox"]),
textarea {
    display: block;
    width: 100%;
    margin: 1em auto;
    padding: .3em 0 .3em 1em;
    font-size: 1.25rem;
    background-color: rgba(231, 228, 222, 0.75);
    outline: none;
    border: none;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    color: #546D91;
    position: relative;
}

input:focus,
textarea:focus {
    box-shadow: 15px 0 0 0 #546D91 inset;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 24px;
    height: 23px;
    border: 2px solid #546D91;
    background-color: #ffffff;
    position: relative;
    outline: none;
    border-radius: 5px;
}

input[type="checkbox"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    outline: none;
    font-size: 1.8rem;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

input[type="checkbox"]:checked {
    border: none;
    background-color: transparent;
    outline: none;
}

input[type="checkbox"]:checked:after {
    content: '\f046';
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    color: #546D91;
    font-size: 1.8rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
    cursor: pointer;
}

input[type="radio"]:checked,
input[type="radio"]:focus,
input[type="checkbox"]:checked,
input[type="checkbox"]:focus {
    box-shadow: none !important;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 25px !important;
    height: 24px !important;
    border: 2px solid #546D91;
    background-color: #ffffff;
    position: relative;
    outline: none;
    border-radius: 100%;
    padding: 0;
    margin-right: .5em !important;
}

input[type="radio"]:checked {
    outline: none;
    background-color: rgba(84, 109, 145, 0.4);
    border-radius: 100%;
}

select {
    flex: 0 1 48.5%;
    -webkit-flex: 0 1 48.5%;
    -moz-flex: 0 1 48.5%;
    -ms-flex: 0 1 48.5%;
    -o-flex: 0 1 48.5%;
    margin: 1em 0;
    padding: .4em 1em;
    font-size: 1.25rem;
    background-color: rgba(231, 228, 222, 0.75);
    outline: none;
    border: none;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    color: #546D91;
    font-variant: small-caps;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    background-image: url('/images/arrow486.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 3%;
    position: relative;
}

textarea {
    height: 6em;
    resize: none;
}

.contact-inputs {
    padding: 0 4em;
}

/* DATE PICKER */
.ui-datepicker-title select {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    -o-appearance: menulist;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    font-weight: bold;
    color: #555555;
    opacity: 1;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #546D91;
    background: none;
    background-color: rgba(84, 109, 145, 0.3);
}

.picker__select--month,
.picker__select--year {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    -o-appearance: menulist;
    background-image: none;
}

.picker__day {
    font-family: 'Arial', sans-serif;
}

.picker__weekday {
    text-align: center;
    vertical-align: middle;
    padding-bottom: .3em !important;
    padding-top: .3em;
    font-family: 'Arial', sans-serif;
}

.picker--focused .picker__day--highlighted, 
.picker__day--highlighted:hover, 
.picker__day--infocus:hover, 
.picker__day--outfocus:hover,
.picker__button--clear:hover,
.picker__button--close:hover, 
.picker__button--today:hover {    
    background: rgba(84, 109, 145, 0.5);   
}




/* FILE UPLOAD */
/* input[type="file"]:before {
    content: 'Upload Resume';
    display: inline-block;
    background-color: #546d91;
    color: #ffffff;
    border: none;
    outline: none;
    border-radius: 0;
    padding: .5em 1em;
    margin-right: 2em;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
} */

input::-webkit-file-upload-button {
    background-color: #546d91;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    padding: .5em 1em;
}

.button {
    width: 100%;
    text-align: center;
    outline: none;
}



/*** MASTHEAD ***/
.masthead {
    background: #e7e4de;
    background: -moz-linear-gradient(top,  #e7e4de 0%, #cfccc7 50%, #e7e4de 100%);
    background: -webkit-linear-gradient(top,  #e7e4de 0%,#cfccc7 50%,#e7e4de 100%);
    background: linear-gradient(to bottom,  #e7e4de 0%,#cfccc7 50%,#e7e4de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e4de', endColorstr='#e7e4de',GradientType=0 );
    width: 100%;
    margin: 0;
    padding: .5em 0 0;
    height: auto;
    max-height: 9em;
    position: fixed;
    z-index: 10;
}

.mobile-masthead {
    display: none;
}

.masthead .main.shrink {
    height: 3em;
}

.masthead .main {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    height: 6.4em;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    position: relative;
    z-index: 20;
}

.masthead .top-logo {
    flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    -o-flex: 0 1 25%;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.masthead .main.shrink .top-logo {
    flex: 0 1 15%;
    padding-top: .4em;
}

.masthead .middle {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -o-flex: 0 1 50%;
    text-align: center;
    position: relative;
}

.masthead .middle > input {
    width: 0;
    padding: .4em 1em;
    display: block;
    font-size: 1.3rem;
    color: #546D91;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    bottom: -2em;
    right: 5%;
    border-radius: 0;
    outline: none;
    border: none;
    opacity: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.masthead .middle > input:focus {
    box-shadow: 15px 0 0 0 #546D91 inset;
}

.masthead .middle > input.input-show {
    width: 85%;
    opacity: 1;
}

.masthead .main.shrink .middle > input {
    right: 0;
    bottom: -2em;
}

.masthead .right-info {
    flex: 0 1 22%;
    -webkit-flex: 0 1 22%;
    -moz-flex: 0 1 22%;
    -ms-flex: 0 1 22%;
    -o-flex: 0 1 22%;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.masthead .main.shrink .right-info p {
    font-size: 1.7rem;
    padding: .5em 0 0 0;
}

.masthead .right-info p {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -o-flex: 0 1 100%;
    font-family: 'Exo 2', sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    text-align: right;
    margin: 0;
    padding: 0;
}

.masthead .right-info ul {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -o-flex: 0 1 100%;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    margin: 1em 0 0 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.masthead .main.shrink .right-info ul {
    margin: 0;
    flex: 0 1 77%;
}

.masthead .right-info ul li {
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    padding: .5em;
}

.masthead .right-info ul li:hover {
    box-shadow: 0 40px 0px #7D7D7D inset;
}

.masthead .right-info ul li:hover a {
    color: #ffffff;
}

.masthead .right-info ul li a {
    cursor: pointer;
}

.masthead .right-info ul li a i {
    font-size: 1.5rem;
}

.masthead .main.shrink .right-info ul li a i {
    font-size: 1.2rem;
}

/* NAVIGATION */
.desktop-nav {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -o-flex: 0 1 100%;
    background-color: #6587b5;
    margin-top: .7em;
}

.desktop-nav .nav-list {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    position: relative;
}

.desktop-nav .nav-list li {
    background-color: #6587b5;
    text-align: center;
    border-left: 1px solid #546D91;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    width: 100%;
}

.desktop-nav .nav-list li:hover {
    box-shadow: 0 45px 0 #7D7D7D inset;
}

.desktop-nav .nav-list li:first-of-type {
    border-left: none;
}

.desktop-nav .nav-list li a {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: .8em 1.5em;
    display: block;
}

/* FLYOUTS */
.desktop-nav .nav-list li .flyouts {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(33, 47, 68, .8);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .2s ease 0;
    -webkit-transition: .2s ease 0;
    -moz-transition: .2s ease 0;
    -ms-transition: .2s ease 0;
    -o-transition: .2s ease 0;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}

.desktop-nav .nav-list li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: .75s ease .25s;
    -webkit-transition: .75s ease .25s;
    -moz-transition: .75s ease .25s;
    -ms-transition: .75s ease .25s;
    -o-transition: .75s ease .25s;
}

.desktop-nav .nav-list li .flyouts > li {
    flex: 0 1 25%;
    margin: 1em 2em;
    border: none;
    background-color: transparent;
}

.desktop-nav .nav-list li .flyouts > li a {
    padding: 1em 0;
    border: none;
    border-bottom: 2px solid #917C54;
}



/*** SECTION 1 (ABOUT) ***/
.section-one {
    background-color: #e7e4de;
    height: 50em;
    position: relative;
    z-index: 1;
}

.section-one .main {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}

.section-one .main header {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -o-flex: 0 1 100%;
}

.section-one .content {
    flex: 0 1 47%;
    -webkit-flex: 0 1 47%;
    -moz-flex: 0 1 47%;
    -ms-flex: 0 1 47%;
    -o-flex: 0 1 47%;
    position: relative;
    z-index: 0;
}

.section-one .content p {
    font-size: 1.2rem;
    text-align: justify;
}

.section-one .value-statement {
    align-self: center;
    flex: 0 1 47%;
    -webkit-flex: 0 1 47%;
    -moz-flex: 0 1 47%;
    -ms-flex: 0 1 47%;
    -o-flex: 0 1 47%;
}

.section-one .value-statement p {
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Exo 2', serif;
    text-align: center;
    border-top: 5px solid #546d91;
    border-bottom: 5px solid #546d91;
    padding: .5em 0;
    line-height: normal;
	color: #546d91;
}

.section-one .value-statement p i {
    font-weight: 300;
}

.section-one .value-statement p span {
    display: block;
    font-weight: 400;
    font-size: 3rem;
}



/*** SECTION 2 (AWARDS) ***/
.section-two {
    z-index: 5;
    background-color: #ffffff;
}

.section-two .awards {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    margin: 3em auto;
}

.section-two .awards li {
    flex: 0 1 20%;
    -webkit-flex: 0 1 20%;
    -moz-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    -o-flex: 0 1 20%;
    align-self: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -o-align-self: center;
    position: relative;
    height: 5em;
    text-align: center;
}

.section-two .awards li img {
    height: 75%;
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: .5em 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.section-two .awards:hover li img:not(:hover) {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.section-two .awards li:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    transform: scale(1.3);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.section-two .awards li p {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background-color: rgba(84, 109, 145, 0.9);
    color: #ffffff;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    display: none;
}

.section-two .awards li:hover p {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}



/*** SECTION 3 (PRACTICE AREAS) ***/
.section-three {
    background-image: url('/images/practice-areas-bkgd.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.section-three .practice-areas {
    padding: 3em 0;
}

.section-three .practice-areas ul {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}

.section-three .practice-areas ul li {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -o-flex: 0 1 100%;
    text-align: center;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
    background-color: rgba(84, 109, 145, .7);
    margin: 1em 0;
    padding: .3em 0;
    position: relative;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.section-three .practice-areas ul li:hover {
    background-color: rgba(84, 109, 145, 1.0);
}

.section-three .practice-areas ul li:hover:first-of-type {
    padding-right: 14em;
}

.section-three .practice-areas ul li:hover:nth-of-type(2) {
    padding-right: 16em;
}

.section-three .practice-areas ul li:hover:nth-of-type(3) {
    padding-right: 25em;
}

.section-three .practice-areas ul li:hover:nth-of-type(4) {
    padding-right: 22em;
}

.section-three .practice-areas ul li:hover:nth-of-type(5) {
    padding-right: 22em;
}

.section-three .practice-areas ul li:hover:nth-of-type(6) {
    padding-right: 22em;
}

.section-three .practice-areas ul li:before {
    content: '';
    position: absolute;
    width: 0;
	height: 0;
    top: 0;
    left: 0;
	border-top: .9em solid transparent;
	border-bottom: .9em solid transparent;
	border-left: .9em solid rgba(231, 228, 222, .7);
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.section-three .practice-areas ul li:after {
    content: '';
    position: absolute;
    width: 0;
	height: 0;
    top: 0;
    right: 0;
	border-top: .9em solid transparent;
	border-bottom: .9em solid transparent;
	border-right: .9em solid rgba(231, 228, 222, .7);
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.section-three .practice-areas ul li:hover:after {
    top: 0;
    right: 30%;
    border-top: .9em solid transparent;
	border-bottom: .9em solid transparent;
	border-right: .9em solid rgba(231, 228, 222, 1.0);
}

.section-three .practice-areas ul li a {
    color: #917C54;
    text-transform: capitalize;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-style: italic;
    text-align: right;
    height: auto;
    width: 18.76%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: -5em;
    padding: .29em 2em;
    transition: .5s ease;
    -webkit-transition: .5s ease, background-color 1s ease, opacity 1s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.section-three .practice-areas ul li:hover a {
    right: 0;
    opacity: 1;
    background-color: #E7E4DE;
}

.section-three .practice-areas ul li a:hover {
    color: #212F44;
}



/*** SECTION 4 (ATTORNEYS) ***/
.section-four {
    background-image: url('/images/attorneys-bkgd.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.section-four .flip-items li {
}

.section-four .flip-items li img {
    position: relative;
}

.section-four .flip-items li .info {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0.25em;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 1em 0;
    font-variant: small-caps;
    max-height: 3em;
    overflow: hidden;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}

.section-four .flip-items li:hover .info {
    max-height: 100%;
}

.section-four .flip-items li .info span {
    display: block;
    font-weight: 500;
}

.section-four .flip-items li .info .atty-name {
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    margin-bottom: .6em;
}

.section-four .flip-items li .info .atty-position,
.section-four .flip-items li .info .atty-location,
.section-four .flip-items li .info .atty-email {
    font-size: 1.3rem;
    opacity: 0;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}

.section-four .flip-items li:hover .info .atty-position,
.section-four .flip-items li:hover .info .atty-location,
.section-four .flip-items li:hover .info .atty-email {
    opacity: 1;
}

.section-four .flip-items li .info a {
    color: #e7e4de;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.section-four .flip-items li .info a:hover {
    color: #6587b5;
}

.section-four .button {
    width: 100%;
    text-align: center;
    padding-bottom: 3em;
}

.section-four .flip-items img[data-name*="Daniels-Stock"] + .info .atty-name,
.section-four .flip-items img[data-name*="Fassazadeh"] + .info .atty-name,
.section-four .flip-items img[data-name*="Ramirez"] + .info .atty-name {
    font-size: 1.6rem;
}



/*** SECTION 5 (LOCATIONS) ***/
.section-five {
    background-image: url('/images/locations-bkgd.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.section-five ul {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    padding: 3em 0;
}

.section-five ul li {
    flex: 0 1 45%;
    -webkit-flex: 0 1 45%;
    -moz-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    -o-flex: 0 1 45%;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    margin: 2em 0;
    max-height: 210px;
    height: 100%;
}

/* .section-five ul li:first-of-type {
    flex: 0 1 57%;
    -webkit-flex: 0 1 57%;
    -moz-flex: 0 1 57%;
    -ms-flex: 0 1 57%;
    -o-flex: 0 1 57%;
} */

.section-five ul li img {
    width: 157px;
    height: 210px;
    border-right: 5px solid #546d91;
}

.section-five ul li p {
    background-color: rgba(231, 228, 222, 0.75);
    font-size: 1rem;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    margin: 0;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    align-self: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -o-align-self: center;
    height: 100%;
    display: inline-block;
    padding: .7em 0;
}

.section-five ul li p .office-header {
    display: block;
    font-weight: bold;
    font-variant: small-caps;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    padding-bottom: .5em;
}

.section-five ul li p .office-header span {
    font-size: 1.3rem;
    font-weight: 500;
}

.section-five ul li img:last-of-type {
    width: 210px;
    height: 210px;
    border-left: 5px solid #546d91;
    border-right: none;
}

.section-five ul li img[alt="Los Angeles Office"] {
    width: auto;
}




/*** SECTION 6 (CONTACT) ***/
.section-six {
    background-color: #7D7D7D;
}

.section-six .contact-flex {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
}

/* .section-six .contact-flex > * {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    width: 50%;
    height: 100%;
} */

.section-six .contact-flex .contact-image {
    background-image: url('/images/pbw-134.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: auto;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
}

.section-six .contact-flex .contact-right {
    margin-bottom: 1em;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    width: 50%;
}

.contact-right h1 {
    color: #ffffff;
}

.contact-right h1:after {
    background-color: #ffffff;
}

.contact-right p {
    color: #ffffff;
    text-align: center;
    font-variant: small-caps;
    font-size: 1.25rem;
    font-weight: 500;
    width: 60%;
    margin: 1em auto;
}

.contact-right .contact-inputs .button {
    width: 100%;
    text-align: center;
}

/* VALIDATOR */
.has-error {
    position: relative;
}  

/* .has-error input {
    border: 1px solid #bc0000;  
} */

.contact-right .has-error p.help-block {
    opacity: 1;   
}

.contact-right p.help-block {
    color: #000000;
    background-color: #ffffff;
    border-left: 5px solid #bc0000;
    padding: .2em .5em .2em .8em;
    text-transform: none;
    font-variant: normal;
    font-size: .8rem;
    opacity: 0;
    width: auto;
    position: absolute;
    margin: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.contact-right p.help-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 5;
    width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}



/*** FOOTER ***/
.footer {
    background-image: url('/images/footer-bkgd.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.5em 0;
    position: relative;
}

.footer .footer-flex {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    width: 100%;
    align-content: space-between;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    -o-align-content: space-between;
}

.footer .footer-flex > * {
    flex: 0 1 31%;
    -webkit-flex: 0 1 31%;
    -moz-flex: 0 1 31%;
    -ms-flex: 0 1 31%;
    -o-flex: 0 1 31%;
}

.footer .footer-flex .site-links {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}

.footer .footer-flex .site-links ul {
    flex: 100%;
    -webkit-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    -o-flex: 100%;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
}

.footer .footer-flex .site-links ul:first-child li {
    flex: 0 1 38%;
    -webkit-flex: 0 1 38%;
    -moz-flex: 0 1 38%;
    -ms-flex: 0 1 38%;
    -o-flex: 0 1 38%;
}

.footer .footer-flex .site-links ul li a {
    font-family: 'Exo 2', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

.footer .footer-flex .site-links .social-media li a {
    font-size: 1.3rem;
}

.footer .footer-flex .schema {
    text-align: center;
    font-family: 'Exo 2', sans-serif;
}

.footer .footer-flex .schema img {
    width: 80%;
    margin: 0 auto 1.5em;
    text-align: center;
    display: block;
}

.footer .footer-flex .schema span[itemprop="streetAddress"] {
    display: block;
}

.footer .footer-flex .schema span[itemprop="legalName"] {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
}

.footer .footer-flex .schema .address,
.footer .footer-flex .schema .number {
    font-size: 1.2rem;
}

.footer .footer-flex .offices ul {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
}

.footer .footer-flex .offices ul li {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -o-flex: 0 1 50%;
    display: block;
    margin-bottom: 1em;
    font-size: .8rem;
}

.footer .footer-flex .disclaimer {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -o-flex: 0 1 100%;
    margin-top: 1em;
}

.footer .footer-flex .disclaimer p {
    margin: 0;
    font-size: .9rem;
    line-height: normal;
}

.coming-soon {
    color: #000000;
    text-align: center;
    margin: 0 auto;
}

.supernova {
	background-color: #ffffff !important;
}

.covid-wrapper {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: 1;
}

.covid-wrapper.close {
    display: none;
}

.covid-image-popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 50%;
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
    position: absolute;
}

.covid-wrapper .close-popup {
    position: absolute;
    top: 1%;
    right: 1%;
    cursor: pointer;
}

.covid-wrapper .close-popup i {
    font-size: 4rem;
    color: #ffffff;
}

.covid-image-popup > img {
    width: 100%;
}

@keyframes fadeIn {
    0% {opacity: 0; visibility: hidden;}
    100% {opacity: 1.0; visibility: visible;}
}

.news .main-zone .content-zone ol li {
    border: none;
}





