/*
Theme Name: SCORR Web Portfolio
Theme URI: https://www.scorrmarketing.com/
Author: SCORR Marketing
Author URI: http://www.scorrmarketing.com/
Description: A theme built by SCORR Marketing.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scorr

scorr is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

# Fonts
--------------------------------*/

/* Load Fonts Here */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

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

body, button, input, select, textarea {
	color: #4e5157;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625em;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
}
ul, ol {
    margin: 0 0 1.5em 1.4em;
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
p, ul, ol {
	margin-bottom: 1.71em;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0 0 1rem;
}
h1 {
    font-size: 2.5em;
	font-weight: 700;
    line-height: 1.444em;
}
h2 {
    font-size: 2.25em;
    line-height: 1.333em;
}
h3 {
    font-size: 1.75em;
    line-height: 1.36em;
}
h4, h5, h6 {
    font-size: 1.25em;
    line-height: 1.5em;
}
/* strong {
    font-weight: 400;
} */
.entry-content ul {
    list-style: none;
}
.entry-content ul li:before {
    content: '\2022';
    position: absolute;
    float: left;
    margin-left: -20px;
    color: #00B5C6;
}
body.is-safari .entry-content ul li:before {
    position: static;
}
.entry-content ul ul li:before {
    content: '‑';
    color: #4e5157;
}
.row {
    max-width: 100%;
}
.row .row {
    margin: 0;
}
hr {
    background-color: #f8f8f8;
    border: 0;
    height: 1px;
    margin: 0 0 1.71em;
}

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

a {
    color: #4e5157;
}
a:visited {
    color: #4e5157;
}
a:hover, a:focus, a:active {
    color: #00B5C6;
    text-decoration: underline;
}
a:hover sup {
    text-decoration: none !important;
}
a:focus, div:focus, a:hover, a:active {
    outline: 0;
}
.entry-content a {
	border-bottom: 1px solid #333;
    position: relative;
    text-decoration: none;
    transition: all .4s ease;
}
.entry-content a:hover {
    text-decoration: none;
}
.entry-content .card-contain a {
    position: static;
}
.btn, button,
input[type="button"], input[type="submit"] {
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
    padding: .812em 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    z-index: 1;
}
.field-wrap.submit-wrap {
    display: inline-block !important;
}
.field-wrap.submit-wrap .nf-field-element {
    display: inline-block !important;
    position: relative !important;
    z-index: 2 !important;
}
.btn:before, button:before, input[type="button"]:before, input[type="submit"]:before, .field-wrap.submit-wrap:before {
    background-color: #00B5C6;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #B91237 50%, #00B5C6 50%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: skewX(-38deg);
        transform: skewX(-38deg);
    transition: all .4s ease;
    z-index: -1;
}
.btn.reverse:before {
    background-color: #B91237;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #00B5C6 50%, #B91237 50%);
}
a.btn:visited {
    color: #fff;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    color: #fff;
    text-decoration: none;
}
.btn:hover:before, button:hover:before, input[type="button"]:hover:before, input[type="submit"]:hover:before, .field-wrap.submit-wrap:hover:before {
    background-position: -95% 0;
}
.entry-content a.btn {
    border: 0;
}
.entry-content a.btn:after, .entry-content .card-contain a:after {
    content: none;
    display: none;
}
button.sc-search {
    color: #B91237;
    font-size: 1.2em;
    padding: 0;
}
button.sc-search:before {
    content: none;
}
button:focus, button:active {
    outline: none;
}

/*--------------------------------
# Header
--------------------------------*/

header#masthead {
    background-color: #fff;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header#masthead.wp-active {
    top: 32px;
}
.masthead-content {
    margin: 0 auto;
    max-width: 1260px;
    padding: 1rem 0;
    position: relative;
    width: 100%;
}
.head-part {
    position: relative;
    display: inline-block;
    z-index: 20;
}
header#masthead {
    transition: all .6s ease, width 0s;
}
.site-home-link {
    display: inline-block;
}
.site-branding img.logo-img {
    display: inline-block;
}
header#masthead svg#advarra-logo {
    height: 97px;
    width: 192px;
}

/*Hidden State*/

@media only screen and (min-width: 1023px) {
    header#masthead.hidden {
        -ms-transform: translateY(-112px);
        transform: translateY(-112px);
        visibility: hidden;
    }
}

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

.main-navigation {
    bottom: 1.4rem;
    display: block;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
}
.top-navigation {
	background-color: #333;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.site-header li {
    display: inline-block;
    line-height: 1em;
    padding: 0 14px;
    position: relative;
}
#top-menu li {
    padding: 9px 20px;
    position: relative;
}
#top-menu li.btn {
    padding: 9px 2rem;
}
#top-menu li.btn.reverse {
    left: -4px;
}
#top-menu li.btn:hover:before {
    background-position: 0;
}
.site-header li a {
    display: inline-block;
    transition: all .4s ease;
}
#top-menu li a {
    font-weight: 600;
    font-size: .875em;
}
#top-menu li a, #top-menu li a:visited {
    color: #fff;
}
#top-menu li.btn a {
    color: #fff;
}
#primary-menu li a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
#primary-menu li a, #primary-menu li a:visited {
    color: #333;
}
ul#primary-menu li a:hover, ul#primary-menu>li.active>a {
    color: #333;
    text-decoration: none;
}
ul#primary-menu ul {
    background-color: #fff;
    border-top: 4px solid #00B5C6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    left: -15px;
    opacity: 0;
    padding: 2em;
    position: absolute;
    text-align: left;
    top: 46px;
    transition: all .4s ease;
    visibility: hidden;
    z-index: 99999;
}
ul#primary-menu > li > ul {
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
}
ul#primary-menu > li > ul:before {
    border-color: transparent transparent #00B5C6 transparent;
    border-style: solid;
    border-width: 0 16px 20px 16px;
    content: '';
    height: 0;
    left: 32px;
    position: absolute;
    top: -20px;
    width: 0;
}

/* Dropdown from right */
ul#primary-menu li.dropdown-right ul {
	left: auto;
	right: 0;
	width: 220px;
}
ul#primary-menu > li.dropdown-right > ul:before {
	left: auto;
	right: 20px;
}
ul#primary-menu > li.dropdown-right > ul {
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}
ul#primary-menu ul ul {
    box-shadow: none;
    border: 0;
    opacity: 1;
    padding: 0 0 0 1em;
    position: static;
    -ms-transform: none;
    transform: none;
    visibility: inherit;
}
ul#primary-menu ul a {
    font-size: 1rem;
    line-height: 16px;
    text-transform: none;
    padding-bottom: .5em;
    position: relative;
    width: 250px;
}
ul#primary-menu ul ul a {
    font-size: .9375rem;
}
ul#primary-menu ul a:before {
    border-color: transparent transparent transparent #00B5C6;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    content: '';
    height: 0;
    left: -16px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 0;
}
ul#primary-menu ul a:hover:before {
    opacity: 1;
}
ul#primary-menu ul a, ul#primary-menu ul a:visited {
	color: #333;
}
ul#primary-menu ul a:hover {
    color: #00B5C6;
    -ms-transform: translateX(16px);
        transform: translateX(16px);
}
ul#primary-menu li.active>ul {
    -ms-transform: translate(0);
    transform: translate(0);
}
ul#primary-menu li.active>ul, ul#primary-menu li.focus>ul, ul#primary-menu ul li:hover>ul, ul#primary-menu ul li.focus>ul {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu>li.menu-item-has-children.active a:active, ul#primary-menu>li.menu-item-has-children.active a:focus {
    text-decoration: none;
}
ul#primary-menu ul li {
    padding: 0 0 .75em;
}
ul#primary-menu ul li:last-of-type, ul#primary-menu ul li.menu-item-has-children li {
    padding: 0;
}

/* Indicators */

ul#primary-menu>li.menu-item-has-children>a:after {
    color: #00B5C6;
    display: inline-block;
    font-family: fontello;
    font-size: .875em;
    margin-left: 8px;
    transition: all .3s ease;
}
ul#primary-menu>li.menu-item-has-children>a:after {
    content: '\e80e';
}
ul#primary-menu>li.menu-item-has-children.active>a:after {
    -ms-transform: rotate(180deg) scale(.75);
    transform: rotate(180deg) scale(.75);
}
#primary-menu li:last-of-type {
    padding-right: 0;
}
span.btn-sep {
    bottom: 1px;
    color: #00B5C6;
    display: inline-block;
    font-size: 20px;
    margin: 0 5px;
    position: relative;
}

@media only screen and (max-width: 1280px) {
    .masthead-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-navigation, .main-navigation {
        right: 20px;
    }
}

@media only screen and (max-height: 730px) {
    ul#primary-menu ul {
        padding: 1em 2em;
    }
    ul#primary-menu ul li {
        padding-bottom: 5px;
    }
    ul#primary-menu ul a {
        font-size: .9em;
        padding-bottom: 5px;
    }
}

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

#content {
    min-height: 600px;
    padding-top: 109px;
}
#page {
    background-color: #fff;
	border-left: 1px solid #eceff2;
    border-right: 1px solid #eceff2;
    margin: 0 auto;
    max-width: 1800px;
	overflow-x: hidden;
    padding: 0;
	position: relative;
    width: 100%;
}
@media only screen and (min-width: 959px) {
    ul.four-col {
        -moz-column-count: 4;
        	 column-count: 4;
        page-break-inside: avoid;
        break-inside: avoid-column;
    }
}
@media only screen and (min-width: 640px) {
    .two-col, .twocol-ul ul {
        -moz-column-count:2;
             column-count:2;
        -moz-column-gap: 3rem;
             column-gap: 3rem;
        page-break-inside: avoid;
        break-inside: avoid-column;
    }
    .two-col li {
        display: inline-block;
    }
    .twocol-ul ul li input, .twocol-ul ul li label {
        display: inline-block !important;
        float: none !important;
        margin: 0 3px 0 0 !important;
    }
}

/*--------------------------------
# Search Form / Share Box
--------------------------------*/

/* Search Animation */

#primary-menu li {
    transition: all .6s ease, opacity .4s ease .2s;
    transition-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
}
.search-active #primary-menu li {
    opacity: 0;
    -ms-transform: scale(.7);
        transform: scale(.7);
}
#inline-search-form {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: translateX(444px);
        transform: translateX(444px);
    transition: all .4s ease;
    transition-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
    visibility: hidden;
    width: 500px;
}
#inline-search-form.active {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0);
    visibility: visible;
}
#inline-search-form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: 1.1em;
    padding: 0 3px 3px;
    width: 420px;
}
button.search-send {
    color: #00B5C6;
    padding: 0;
}
button.search-send:before {
    content: none;
}
#inline-search-form input::-webkit-input-placeholder {
    color: #333;
}
#inline-search-form input::-moz-placeholder {
    color: #333;
}
#inline-search-form input:-ms-input-placeholder {
    color: #333;
}
#inline-search-form input::placeholder {
    color: #333;
}
.search-close {
    display: inline-block;
    cursor: pointer;
    height: 1rem;
    padding: 0;
    position: relative;
    top: 3px;
    width: 1rem;
}

/* Close Button */

.close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    transition: all .4s ease;
    width: 30px;
    z-index: 1000;
}
.close:before, .close:after, .search-close:before, .search-close:after {
    background-color: #B91237;
    background-size: 210% 100%;
    background-image: linear-gradient(to left, #00B5C6 50%, #B91237 50%);
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    width: 100%;
}
.close:before, .search-close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after, .search-close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close:hover:before, .close:hover:after, .search-close:hover:before, .search-close:hover:after {
    background-position: -95% 0;
}

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

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea, select {
    color: #4e5157;
    border: 1px solid #eae7de;
    border-radius: 3px;
    transition: all .4s ease;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    color: #4e5157;
    border: 1px solid #00B5C6;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
label {
    color: #333;
    font-size: 1em;
    font-weight: 400;
}
.ninja-forms-form-wrap label {
    font-weight: normal!important;
}
.ninja-forms-req-symbol, .nf-error-msg, .hs-form-required {
    color: #B91237 !important;
}
.nf-error-msg {
    font-size: .875em;
    font-style: italic;
}
.nf-error .ninja-forms-field {
    border: 1px solid #00B5C6 !important;
}
.nf-form-fields-required, .ninja-forms-required-items {
    display: none !important;
}
.nf-field-container, #ninja_forms_required_items, .hs-form-field {
    margin-bottom: 1rem !important;
}
.entry-content .nf-field-element ul li:before {
    content: '';
}
#nf-field-23-wrap li {
    text-align: left;
}
.label-above .nf-field-label {
    margin-bottom: 0 !important;
}
.nf-multi-cell .nf-cell {
    padding: 0 1em !important;
}
.field-wrap.submit-wrap {
    position: relative;
}
.field-wrap.submit-wrap:before {
    z-index: 1;
}
.field-wrap.submit-wrap input[type=button] {
    background: transparent;
}
.field-wrap.submit-wrap .nf-field-label, .field-wrap.submit-wrap .nf-error-wrap {
    display: none !important;
}
.nf-fu-fileinput-button {
    overflow: visible !important;
}

/*--------------------------------
# Cards
--------------------------------*/

a.cardlink {
    display: block;
}
.card {
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.card:before {
    border: 2px solid #f8f8f8;
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.card.no-link {
    cursor: default;
}
.card, .card-image, .card-type, .card-content {
    transition: all .4s ease;
}
.card-type {
	color: #00B5C6;
    display: block;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 1rem;
    position: relative;
    text-transform: uppercase;
}
.card-type, a.card-link {
    font-size: .8125em;
}
.card-content {
    position: relative;
    padding: 2.5rem;
    z-index: 4;
    height: 330px;
    overflow: hidden;
}
.grid-item .card-content {
	height: auto;
}
h3.card-title {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 1rem;
    text-transform: none;
}
h3.card-title, h3.card-title a {
    border: 0;
    color: #333;
    transition: all .4s ease;
}
a.cardlink:hover, .card a:hover, h3.card-title a:hover {
    text-decoration: none;
}
.card-exerpt p {
    font-size: .9375em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    transition: all .4s ease;
}
.card-exerpt p.card-meta-date {
    font-weight: 600;
    margin: -1rem 0 1rem;
}
.card-contain {
    padding-bottom: 30px;
}
.card-go {
    bottom: 0;
    height: 78px;
    position: absolute;
    right: 0;
    width: 78px;
}
.card-go:before {
    border-color: transparent transparent #B91237 transparent;
    border-style: solid;
    border-width: 0 0 78px 78px;
    content: '';
    height: 0;
    opacity: 0;
    position: absolute;
    -ms-transform: translate(-78px, 78px);
        transform: translate(-78px, 78px);
    transition: all .3s ease;
    width: 0;
}
.card:hover .card-go:before {
    opacity: 1;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
}
.card-arrow, .card-arrow:before, .card-arrow:after {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.card-arrow {
    left: 30px;
    top: 39px;
    width: 18px;
}
.card-arrow:before, .card-arrow:after {
    content: '';
}
.card-arrow:before {
    background-color: #fff;
    height: 2px;
    width: 18px;
}
.card-arrow:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 12px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    width: 12px;
}

/* Card Date */

.card-date {
    color: #00B5C6;
    font-size: 1.875em;
    font-weight: 700;
    left: 0;
    line-height: 1em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 6rem;
    width: 9rem;
}
.card-date span {
    display: block;
}
.card-date span.time, .card-date span.year {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
}

/* Card icons */

.card-content:before {
    color: #00B5C6;
    display: block;
    font-family: 'fontello';
    font-size: 2.5rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: 2.5rem;
    width: 6.5rem;
}

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

    h3.card-title {
        font-size: 1em;
    }
    .card-content {
        height: 360px;
        padding: 2rem;
    }
    .card-content:before {
        font-size: 1.9rem;
        top: 2rem;
        width: 5rem;
    }
    .card.events .card-content, .card.webinar .card-content {
        padding-left: 6rem;
    }
    .card.events .card-content:before, .card.webinar .card-content:before {
        font-size: 2.3rem;
        width: 6rem;
    }
    .card-date {
        font-size: 1.5em;
        top: 5rem;
        width: 6rem;
    }
    .card.blog .card-content:before {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 640px) {
    .card-content {
        height: auto;
    }
    .card-date span.time {
        font-size: .85rem;
    }
}

/*--------------------------------
# Builder
--------------------------------*/

.row.builder-row {
    position: relative;
    width: 100%;
    margin: 0 auto 4em;
	padding: 0 20px;
    max-width: 1280px;
}
.site-main {
    padding-bottom: 0;
}
.content-contain.row {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 3;
}
.row.builder-row.content-small .content-contain.row {
    max-width: 700px;
}
.row.builder-row.content-medium .content-contain.row {
    max-width: 940px;
}
.row.builder-row.content-full .content-contain.row {
    max-width: 100%;
}
.row.builder-row.alt-bg {
    background-color: #f8f8f8;
    max-width: 100%;
    padding: 4em 0;
}
.row.builder-row.top-border {
    border-top: 1px solid #f8f8f8;
    padding-top: 4em;
}
.row.title-row {
    margin-bottom: 0;
}
.row.builder-row-full.background-content+.row.builder-row-full.secondary-content, .row.builder-row-full.background-content+.row.builder-row-full.contact-row {
    margin-top: 0;
}
.builder-content+.the-content-contain {
    padding-top: 0;
}
/* .builder-row p:last-of-type+ul {
    margin-top: 0;
} */
.column-content-row .row .columns {
    padding: 0 35px;
}
.builder-row.column-content-row .row .columns, .accordion-content .row .columns {
    padding: 0 1.5em;
}

/* Accordion */

.accordion-head {
    border-top: 1px solid #333;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all .4s ease;
}
.accordion-head h3 {
    display: inline-block;
	line-height: normal;
    margin-bottom: 0;
	max-width: 90%;
	padding: .25em 0;
    text-transform: none;
    transition: all .4s ease;
}
.active .accordion-head h3, .accordion-head:hover h3 {
    color: #333;
}
.accordion-content {
    display: none;
    padding: 0 10px 1rem;
}
.accordion-content p {
    margin-top: 1.71em;
    margin-bottom: 1.71em;
}
.accordion-content p:first-of-type {
    margin-top: 0;
}
.indicator {
    display: inline-block;
    position: relative;
    top: 11px;
    float: right;
    width: 15px;
    height: 15px;
    transition: all .4s ease;
}
.indicator:before, .indicator:after {
	background-color: #B91237;
    content: '';
	height: 2px;
	left: 0;
    position: absolute;
    top: 50%;
	transition: all .4s ease;
    width: 100%;
}
.indicator:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.active > .accordion-head .indicator:after {
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.active > .accordion-head .indicator {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*Center Vertically*/

.column-content-row.v-center.row .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 640px) {
    .column-content-row.v-center.row .row {
        display: block;
    }
}

/* General Builder Styles */
.column-content-row .row .columns.no-pad {
    padding-left: 0;
    padding-right: 0;
}
.right {
    text-align: right;
}

/* Misc Builder Styles */

.row.builder-row.no-bottom, .no-bottom {
    margin-bottom: 0;
}
.anchorFix, .row.builder-row.anchorFix {
    position: relative;
    display: block;
    margin-top: -200px;
    padding-top: 200px;
}

/* Figure */
figure {
    margin: 0 0 1em;
}
.wp-caption-text {
    text-align: left;
    font-size: .9em;
    line-height: 1.6;
    padding-left:1em;
}
@media only screen and (max-width: 767px) {
    .row.v-center {
        display: block;
    }
}
@media only screen and (max-width: 640px) {
    .row.mobile-reverse, .column-content-row.v-center.row .row.mobile-reverse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .row.builder-row {
        margin-bottom: 1.5em;
    }
    .row.builder-row.top-border {
        padding-top: 3.21em;
    }
    .row.builder-row.alt-bg {
        padding: 3.21em 0 1.5em;
    }
    .content-row .content-contain, .builder-row.column-content-row .row .columns {
        padding-left: 0;
        padding-right: 0;
    }
}

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

#pre-foot {
    background-color: #00B5C6;
    padding: 5em 15px;
    text-align: center;
}
#pre-foot h3 {
	color: #fff;
}
.pre-foot-content {
    text-align: center;
}
#pre-foot a.btn {
    z-index: 10;
}
footer.site-footer {
    padding: 0;
}
.right-foot-col {
    text-align: right;
}
.right-foot-col img {
    display: inline-block;
}
.foot-content.row {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
    padding: 50px 20px;
    width: 100%;
}
.foot-part {
    margin: 0 auto;
	width: 33%;
}
.site-info {
	margin-left: 0;
}
.site-info p {
    font-size: .8125em;
}
.menu-foot-menu-container {
    display: inline-block;
}
p#copyright-statement {
    display: inline-block;
    margin-bottom: 0;
}
ul#foot-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#foot-links li {
    border-right: 1px solid #4e5157;
    display: inline-block;
    line-height: 1em;
    padding: 0 8px;
}
ul#foot-links li:last-of-type {
    border: 0;
}
ul#foot-links li a {
    font-size: .8125em;
}
.social-icons {
    margin-right: 0;
	text-align: right;
}
.social-icons a.social-icon {
    background-color: #B91237;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    height: 40px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    transition: all .4s ease;
    width: 40px;
}
.social-icons a.social-icon i.fa {
    line-height: 1em;
    vertical-align: middle;
}
.social-icons a.social-icon:hover {
    background-color: #333;
}

/* Footer Responsive Styles */

@media only screen and (max-width: 640px) {
    #pre-foot {
        padding: 60px 15px;
    }
    .foot-content.row {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .foot-part {
        margin-bottom: 2em;
        text-align: center;
        width: 100%;
    }
    .site-info {
        -ms-flex-order: 1;
            order: 1;
    }
    .social-icons {
        margin: 0;
        -ms-flex-order: 3;
            order: 3;
    }
    .right-foot-col {
        -ms-flex-order: 2;
            order: 2;
    }
}

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

.mobile-menu-btn {
    display: none;
    position: fixed;
    top: 28px;
    right: 20px;
    cursor: pointer;
    z-index: 999999219;
    transition: all .4s ease;
}
.menu-btn-contain {
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -ms-flex-pack: center;
        justify-content: center;
    transition: all .4s ease;
    width: 50px;
}
/* .mobile-menu-btn.active .menu-btn-contain {
    background-color: transparent;
} */
.menu-btn {
    height: 20px;
    position: relative;
    width: 25px;
}
.menu-btn:before, .menu-btn:after {
    content: '';
}
.menu-bar, .menu-btn:before, .menu-btn:after {
    background-color: #333;
    height: 4px;
    position: absolute;
    /* -ms-transform: skewX(-38deg);
        transform: skewX(-38deg); */
    transition: all .4s ease;
    width: 100%;
}
.menu-bar {
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.mobile-menu-btn.active .menu-bar {
    opacity: 0;
}
.menu-btn:before {
    top: 0;
}
.mobile-menu-btn.active .menu-btn:before {
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-btn:after {
    bottom: 0;
}
.mobile-menu-btn.active .menu-btn:after {
    bottom: auto;
    top: 50%;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lightbox, .lightbox-contain {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    transition: all .4s ease;
}
.lightbox {
    display: block !important;
    position: fixed;
    color: #333;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99991;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, -100vh);
    transform: translate(0, -100vh);
}
.lightbox-contain, .lightbox-content {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.lightbox-contain {
    background-color: #fff;
}
#image-box-contain {
    background: #fff;
}
.lightbox-content {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    z-index: 10;
}
#image-box-contain.lightbox-contain img {
    max-width: 90%;
    margin: 0 auto;
}
.lightbox.active {
    opacity: 1 !important;
    visibility: visible !important;
    -ms-transform: translate(0);
    transform: translate(0);
}
.lightbox-contain.sub-open {
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#search-form.lightbox {
    z-index: 99991;
}
#mobile-menu-contain .search-btn-cont {
    display: none;
}
#mobile-menu-contain ul {
    list-style: none;
    margin: 0;
	padding: 0;
    text-align: center;
}
#mobile-menu-contain ul li.has-submenu>a:after {
	color: #00B5C6;
	content: '\e810';
	display: inline-block;
	float: right;
    font-family: fontello;
    padding-left: 10px;
}
#mobile-menu-contain ul li a {
	color: #333;
    display: inline-block;
	font-size: 1em;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
	#mobile-menu-contain ul li a, button.mobile-search-btn, li.back {
		font-size: 1.25em;
		padding: 7px 15px;
	}
}
#mobile-menu-contain ul li ul {
    -ms-flex-align: center;
        align-items: center;
    background-color: #00B5C6;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    list-style: none;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    width: 95vw;
    z-index: 200;
}
#mobile-menu-contain ul li ul li a {
    color: #fff;
}
#mobile-menu-contain ul li ul ul {
    background-color: #333;
    width: 100%;
    width: 90vw;
}
#mobile-menu-contain ul li.has-submenu.open-submenu>ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#mobile-menu-contain ul li ul li a {
    padding-left: 30px;
}
#mobile-menu-contain ul li ul li ul li a {
    padding-left: 45px;
}
.back {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.back:before {
    color: #fff;
    content: '\e80f';
    display: inline-block;
    font-family: fontello;
    padding-right: 10px;
}
#mobile-menu-contain li.btn {
    display: block;
    margin: 15px 0;
}
#mobile-menu-contain li.btn a {
    color: #fff;
    padding: 0;
}

/*Mobile search button*/

button.mobile-search-btn, button.search-back {
    color: #00B5C6;
    font-weight: 700;
    position: static;
    text-transform: uppercase;
}
button.search-back {
    opacity: 0;
    visibility: hidden;
}
button.search-back:before {
    background: none;
    position: static;
    -ms-transform: none;
        transform: none;
}
.mobile-search-active button.search-back {
    opacity: 1;
    visibility: visible;
}
button.mobile-search-btn i {
    color: #00B5C6;
}
button.mobile-search-btn:before {
    content: none;
}
button.mobile-search-btn, button.mobile-search-btn:hover {
    background-color: transparent;
    border: 0;
}
.sub-open button.mobile-search-btn {
    opacity: 0;
    visibility: hidden;
}
button.mobile-search-btn:active, button.mobile-search-btn:focus {
    outline: none;
}
.mobile-search-contain, .mobile-links {
    overflow: hidden;
    transition: all .4s ease;
    z-index: 10;
}
.mobile-links {
    max-height: 100vh;
    padding: 0 2rem;
}
.mobile-search-contain, .mobile-search-active .mobile-links {
    max-height: 0;
    visibility: hidden;
}
.mobile-search-active .mobile-search-contain {
    max-height: 200px;
    width: 400px;
    max-width: 80%;
    visibility: visible;
}
@media only screen and (max-width: 1023px) {
    header#masthead {
        position: absolute;
    }
    nav#top-navigation, nav#site-navigation, .no-small, li.search-link.menu-item {
        display: none;
    }
    .mobile-menu-btn {
        display: inline-block;
    }
    .lightbox .close {
        bottom: 50px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: auto;
    }

}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    #side-menu {
        display: none;
    }
    span.share {
        display: block;
    }
    .search-trigger {
        display: inline-block;
    }
    .field-wrap.sc-column-wrap {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #page, .search-contain .columns {
        padding: 0;
    }
    #primary.row {
        padding-bottom: 0;
    }
    header#masthead svg#advarra-logo {
        height: 70px;
        width: auto;
    }
    #content {
        padding-top: 95px;
    }
    .mobile-menu-btn {
        top: 20px;
    }
}

/*Internal page styles*/

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

#page-head {
    position: relative;
    height: 359px;
    overflow: hidden;
}
.header-img, header.entry-header, .entry-header-content {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.header-img {
    background-color: #f8f8f8;
    margin: auto 0;
}
header.entry-header, .entry-header-content {
    margin: auto;
    right: 0;
    text-align: left;
}
header.entry-header {
    max-width: 1200px;
    z-index: 6;
}
.entry-header-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}
.page-icon {
    background-color: #fff;
    border-radius: 50%;
    height: 70px;
    margin: 0 auto 1rem;
    text-align: center;
    width: 70px;
}
h1.entry-title {
    line-height: 1.3em;
}
h2.entry-pretitle {
    color: #00B5C6;
    font-size: .8125em;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 2px;
    position: relative;
    text-transform: uppercase;
}
p#breadcrumbs, h2.entry-subtitle span.single-date {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
h2.entry-subtitle span.single-date span.time {
    text-transform: none;
}
p#breadcrumbs span.mark {
    font-size: .8em;
    position: relative;
    top: -4px;
}
.fee-schedule-form {
    margin: 0 auto;
    max-width: 895px;
    padding: 1em 0 0;
    width: 100%;
}
.fee-schedule-form .submit-container {
    text-align: center;
}
@media only screen and (max-width: 959px) {
    h1.entry-title {
        font-size: 2em;
    }
}

/*--------------------------------
# Events
--------------------------------*/

.feed-list.row, .event-row.row, .page-template-news #resource-content {
    width: 100%;
    max-width: 1225px;
    margin: 0 auto;
}
.page-template-news #resource-content {
    max-width: 1255px;
}
.event-form .ninja-forms-all-fields-wrap {
    margin-top: 30px;
}
.event-form.card {
    text-align: left;
}
.event-form-title {
    padding-bottom: 15px;
    text-transform: none;
}
.headline {
    padding-top: 1em;
    text-transform: uppercase;
    font-size: .75em;
}
.event-meta {
    margin-bottom: 1em;
    font-size: 1.1em;
}
.event-form-content {
    padding: 4em 0;
}

/*--------------------------------
# Resource Library
--------------------------------*/

.resource-feed {
    padding-bottom: 2.125em;
}
h3.filter-title {
    display: inline-block;
    text-transform: none;
}
button.loader {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    color: #333;
    display: block;
    font-size: 1.125em;
    margin: 0 0 2.125rem;
    width: 100%;
}
button.loader:before {
    content: none;
}
button.loader:hover, button.loader:focus {
    color: #B91237;
    outline: 0;
    -ms-transform: translateY(-3px);
        transform: translateY(-3px);
}
.load-more {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.load-more.active {
    opacity: 1;
    visibility: visible;
}
.resource-meta span {
    display: block;
}

/*--------------------------------
# Page Styles
--------------------------------*/

.entry-content {
    padding-top: 4em;
}
/* Fig Caption */
.wp-caption-text {
    padding: 0 1em;
    width: 85%;
}
.wp-caption .wp-caption-text {
    margin: 1em auto;
    border-left: 4px solid #b4b4b4;
}

/* Misc */

.entry-content a.btn {
    color:#fff;
}
div.award div.medium-3.columns p {
    text-align:right;
}
span.lower {
    text-transform: lowercase;
}
#breadcrumbs span.lower {
    font-size: .9em;
}
.no-results {
    padding: 0 20px;
}

/* Single Event Template */
.single-events div#content-contain {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

/*404 Page*/

.error-404 {
    padding: 4em 20px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    h1.entry-title {
        font-size: 1.75em;
    }
    header.entry-header .subtitle {
        font-size: 1em;
    }
    .entry-content h2 {
        font-size: 1.5em;
    }
    .entry-content h3 {
        font-size: 1.35em;
    }
}

/* Pagination */

.pagination {
    padding: 1.71rem 0 0;
    text-align: center;
}
.pagination a {
    border: 0;
    color: #333;
    display: inline-block;
}
span.page-numbers.current {
    border-bottom: 1px solid #00B5C6;
    color: #00B5C6;
}
.pagination a.next {
    margin-left: 20px;
}
.pagination a.prev {
    margin-right: 20px;
}
.pagination a i:before {
    margin: 0;
    width: .7em;
}

/* Search Results */

.search-result {
    border-bottom: 1px solid #b4b4b4;;
    padding: 0 20px;
}
.entry-content .search-result a {
    border-bottom: none;
}
.search-result .card {
    box-shadow: none;
}
.search-result .card:before {
    content: none;
}
.search-result .card-content {
    height: auto;
    padding: 3.5rem 9rem;
}
.search-result .card-content:before {
    width: 9rem;
}

/* News Page */

ul.filter-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 0 2rem 2rem;
}
ul.filter-list li {
    display: inline-block;
    font-size: 1.25em;
    padding: 7px;
}
