/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.table-fix table,
.table-fix table tr,
.table-fix table td {
    width: auto !important;
    word-break: break-word !important;
}
.table-fix table tbody {
    width: 100% !important;
}
.table-fix table td img {
    max-width: 100% !important;
    height: auto !important;
    min-width: 100px;
}
.table-fix table td {
    padding: 5px !important;
}
@media (max-width: 500px) {
    .table-fix table {
        width: 100% !important;
        margin: 0 !important;
    }
}
.image-fix img {
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
}
.image-fix img.right {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 20px !important;
}
.image-fix img.left {
    float: left !important;
    margin-right: 20px !important;
    margin-left: 0 !important;
}
@media (max-width: 500px) {
    .image-fix img {
        width: 100% !important;
        clear: both !important;
        margin: 10px 0 !important;
    }
}
body {
    font-family: Montserrat, arial, sans-serif;
}
.inner {
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    padding: 0 10px;
}
@media (max-width: 1000px) {
    .inner {
        padding: 0 30px;
    }
}
.page-heading-cont {
    padding-top: 185px;
    position: relative;
}
.page-heading-cont:before,
.page-heading-cont:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-heading-cont:before {
    opacity: 0.5;
    background-color: #270923;
    z-index: 0;
}
.page-heading-cont:after {
    background-image: url("/app_themes/aosw/images/hero-bg-2.jpg");
    background-size: cover;
    z-index: -1;
    background-position: 75% top;
}
.page-heading-cont.int-heading-bread-cont:after {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
@media (max-width: 800px) {
    .page-heading-cont {
        padding-top: 110px;
    }
}
.ann-conf-heading-cont:before {
    display: none;
}
.ann-conf-heading-cont:after {
    /*background-image: url("/app_themes/aosw/images/AOSW-21-Web-slide-background.jpg");*/
    background-image:url("/AOSW/media/images/AOSW-20-Web-slide-background.jpg");
    -webkit-filter: none !important;
    filter: none !important;
    background-position: bottom;
}
.page-heading {
    position: relative;
}
.button,
.int-content-cont button,
.int-content-cont input[type="submit"],
.int-content-cont input[type="button"],
.search-dialog input[type="submit"],
.btn,
.btn-primary {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: 1.08px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 16px 24px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}
.button.button-purple,
.int-content-cont button.button-purple,
.int-content-cont input.button-purple[type="submit"],
.int-content-cont input.button-purple[type="button"],
.search-dialog input.button-purple[type="submit"],
.button-purple.btn,
.button-purple.btn-primary {
    background-color: #6a175e;
}
.button.button-purple:hover,
.int-content-cont button.button-purple:hover,
.int-content-cont input.button-purple[type="submit"]:hover,
.int-content-cont input.button-purple[type="button"]:hover,
.search-dialog input.button-purple[type="submit"]:hover,
.button-purple.btn:hover,
.button-purple.btn-primary:hover {
    background-color: #55124b;
}
.int-content-cont button,
.int-content-cont input[type="submit"],
.int-content-cont input[type="button"],
.search-dialog input[type="submit"],
.btn,
.btn-primary {
    background-color: #6a175e;
    border: none;
    cursor: pointer;
}
.int-content-cont button:hover,
.int-content-cont input[type="submit"]:hover,
.int-content-cont input[type="button"]:hover,
.search-dialog input[type="submit"]:hover,
.btn:hover,
.btn-primary:hover {
    background-color: #55124b;
}
.at-style-responsive .at-share-btn {
    border-radius: 20px !important;
}
.header-main-cont {
    position: absolute;
    z-index: 100;
    width: 100%;
}
.header-main-cont.active {
    background-color: white;
}
.header-main-cont.active .main-nav-0-item-link,
.header-main-cont.active .aux-link,
.header-main-cont.active .aux-link a,
.header-main-cont.active .aux-link span {
    color: #616161;
}
.header-main-cont.active .logo-cont path {
    fill: #6a175e;
}
.header-main-cont.active .aux-link path {
    fill: #616161;
}
.header-main-cont.active .aux-link.aux-facebook path {
    fill: #3b5998;
}
.header-main-cont.active .aux-link.aux-twitter path {
    fill: #007bb6;
}
.header-main-cont.active .aux-link.aux-linkedin path {
    fill: #00aced;
}
.WPTTable .header-main-cont {
    position: unset;
    display: unset;
}
.header-main {
    display: flex;
    height: 140px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 25px;
}
@media (max-width: 1000px) {
    .header-main {
        align-items: flex-start;
    }
}
.header-main.mobile-active .hamburger rect:nth-child(1) {
    transform: rotate(-45deg) translate(-50px, 53px);
}
.header-main.mobile-active .hamburger rect:nth-child(2) {
    display: none;
}
.header-main.mobile-active .hamburger rect:nth-child(3) {
    transform: rotate(45deg) translate(9px, -66px);
}
.header-main.mobile-active .header-right {
    display: flex;
}
.header-main.mobile-active .main-nav-0-item {
    border-bottom: solid 1px white;
}
.logo-cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1000px) {
    .header-right {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background-color: white;
        margin-top: 100px;
        justify-content: flex-start;
        min-height: calc(100vh - 100px);
        overflow-x: hidden;
        box-shadow: 0 5px 10px 0 grey;
    }
}
.main-nav-0 {
    display: flex;
    list-style-type: none;
}
@media (max-width: 1000px) {
    .main-nav-0 {
        flex-direction: column;
        border-top: solid 2px lightgray;
        border-bottom: solid 2px lightgray;
        padding: 10px 0;
    }
}
.main-nav-1-cont {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    justify-content: flex-start;
    padding: 24px 0;
    border-top: rgba(0, 0, 0, 0.3) solid 1px;
    padding-left: 15%;
}
.WPTTable .main-nav-1-cont {
    position: unset;
    display: unset;
}
.main-nav-1-cont.active {
    display: flex;
}
@media (max-width: 1000px) {
    .main-nav-1-cont {
        display: block;
        left: 100%;
        top: 71px;
        min-height: 100%;
        transition: all 0.2s;
        border-top: none;
        padding-left: 0;
    }
}
.aux-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.aux-bar a,
.aux-bar span {
    font-size: 12px;
    font-weight: 600;
    line-height: 2.33;
    color: white;
    text-decoration: none;
}
@media (max-width: 1000px) {
    .aux-bar {
        flex-wrap: wrap;
        padding: 9px 36px;
        justify-content: flex-end;
    }
    .aux-bar .join-link,
    .aux-bar .social {
        display: none;
    }
}
@media (max-width: 800px) {
    .aux-bar {
        justify-content: flex-start;
    }
}
.aux-link.current-user,
.aux-link.sign-out,
.aux-link.join-link,
.aux-link.donate-link,
.aux-link.sign-in-link {
    margin-right: 24px;
}
.aux-link.social {
    margin-right: 8px;
}
.aux-link.search-button {
    margin-left: 8px;
    cursor: pointer;
}
.aux-link path {
    fill: white;
}
@media (max-width: 1000px) {
    .aux-link {
        color: #616161 !important;
    }
    .aux-link a span {
        color: #616161 !important;
    }
    .aux-link path {
        fill: #616161;
    }
    .footer-social .aux-link path {
        fill: white;
    }
    .aux-link.search-button {
        margin-left: auto;
    }
    .aux-link.sign-in-link {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.85;
        letter-spacing: 1.08px;
        text-align: center;
        color: white !important;
        margin-bottom: 5px;
        text-transform: uppercase;
        border-radius: 25px;
        padding: 16px 24px;
        text-decoration: none;
        display: inline-block;
        transition: all 0.2s;
        background-color: #6a175e;
    }
    .aux-link.sign-in-link:hover {
        background-color: #55124b;
    }
}
@media (max-width: 800px) {
    .aux-link.search-button {
        margin: auto;
    }
}
a.aux-link:hover,
.current-user span:hover {
    text-decoration: underline;
}
.main-nav-0-item:last-child .main-nav-0-item-link {
    margin-right: 0;
}
@media (max-width: 1300px) {
    .main-nav-0-item:last-child .main-nav-1 {
        -moz-columns: 1;
        columns: 1;
    }
}
@media (max-width: 1000px) {
    .main-nav-0-item {
        display: flex;
        align-items: stretch;
        border-bottom: solid 1px #eee;
    }
    .main-nav-0-item.mobile-nav-active .main-nav-1-cont {
        left: 0;
    }
    .main-nav-0-item.has-forward .mobile-forward {
        display: flex;
    }
    .main-nav-0-item:last-child {
        border-bottom: none;
    }
}
@media (max-width: 800px) {
    .main-nav-0-item {
        border: none;
    }
}
.main-nav-0-item-link {
    font-size: 12px;
    font-weight: 600;
    line-height: 2.33;
    color: white;
    text-decoration: none;
    margin-right: 24px;
    border-bottom: solid 3px transparent;
    padding-bottom: 3px;
}
.main-nav-0-item-link.active {
    border-color: #616161;
}
@media (max-width: 1000px) {
    .main-nav-0-item-link {
        color: #616161;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.23px;
        width: 100%;
        padding: 12px 0px 12px 36px;
        display: block;
        border-bottom: none;
        margin-right: 0;
    }
}
.main-nav-1 {
    -moz-columns: 2;
    columns: 2;
    list-style-type: none;
}
@media (max-width: 1000px) {
    .main-nav-1 {
        display: flex;
        flex-direction: column;
    }
}
.main-nav-1-item-link {
    color: #616161;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 0;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.16px;
}
.main-nav-1-item-link:hover {
    text-decoration: underline;
}
@media (max-width: 1000px) {
    .main-nav-1-item-link {
        color: #616161;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.56;
        letter-spacing: 0.23px;
        width: 100%;
        padding: 10px 36px;
        display: block;
    }
}
.header-searchbox {
    position: absolute;
    top: 70px;
    overflow: hidden;
}
.header-searchbox input {
    padding: 5px;
}
@media (max-width: 1000px) {
    .header-searchbox {
        width: 100%;
        top: 36px;
        position: static;
        display: flex;
        justify-content: flex-end;
        z-index: 500;
    }
    .header-searchbox input {
        border: none;
    }
}
.header-searchbox > .searchBox {
    margin-top: -35px;
    transition: all 0.2s;
}
.header-searchbox > .searchBox.active {
    margin-top: 0;
}
@media (max-width: 1000px) {
    .header-searchbox > .searchBox {
        display: flex;
        justify-content: flex-end;
        max-width: 400px;
    }
    .header-searchbox > .searchBox input[type="text"] {
        width: 100%;
        background-color: #eee;
        border-radius: 13px 0 0 13px;
        border: none;
        color: white;
        padding-left: 10px;
    }
    .header-searchbox > .searchBox input[type="submit"] {
        background-color: #6a175e;
        color: white;
        border-radius: 0 13px 13px 0;
        border: none;
        padding-right: 10px;
    }
}
.hamburger {
    display: none;
    cursor: pointer;
}
.hamburger rect {
    fill: white;
    transition: all 0.2s;
}
@media (max-width: 1000px) {
    .hamburger {
        display: block;
    }
}
.mobile-lower {
    display: none;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.mobile-lower .join-link {
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 2px lightgray;
    margin: 0;
}
@media (max-width: 1000px) {
    .mobile-lower {
        display: flex;
    }
}
.mobile-lower .aux-link {
    color: #616161;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 0.23px;
    text-decoration: none;
    width: 100%;
    padding: 20px 36px;
    display: block;
    margin-bottom: 20px;
}
.mobile-lower .aux-facebook {
    padding-left: 36px;
}
.mobile-lower .social {
    padding-right: 16px;
}
.mobile-back {
    display: none;
    padding: 5px 15px 20px 15px;
}
@media (max-width: 1000px) {
    .mobile-back {
        display: inline-block;
    }
}
.mobile-forward {
    display: none;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    background-color: lightgray;
}
.mobile-forward .fa-arrow-right {
    color: white;
}
.footer-main-cont {
    background-color: #4b5957;
    padding: 57px 0 25px 0;
}
.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-main a {
    transition: all 0.2s;
    text-decoration: none;
}
.footer-main a:hover {
    opacity: 1;
}
@media (max-width: 800px) {
    .footer-main {
        flex-direction: column;
    }
}
.footer-social {
    margin-top: 60px;
}
.footer-social svg {
    transition: all 0.2s;
    opacity: 0.6;
}
.footer-social svg:hover {
    opacity: 1;
}
@media (max-width: 800px) {
    .footer-social {
        margin-top: 30px;
    }
}
.footer-contact h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    color: white;
}
@media (max-width: 800px) {
    .footer-contact h4 {
        font-size: 24px;
    }
}
.footer-contact h4 a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.footer-contact p {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.57;
    color: white;
    padding: 13px 0;
}
@media (max-width: 800px) {
    .footer-contact p {
        font-size: 16px;
        line-height: 1.75;
    }
}
.footer-contact a {
    color: white;
}
@media (max-width: 800px) {
    .footer-contact {
        order: 1;
    }
}
@media (max-width: 800px) {
    .footer-left > a {
        display: none;
    }
}
@media (max-width: 800px) {
    .footer-left {
        order: 2;
    }
}
.footer-right ul {
    list-style-type: none;
}
.footer-right ul a {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.18px;
    color: white;
}
@media (max-width: 800px) {
    .footer-right {
        display: none;
    }
}
.footer-lower {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    margin-top: 50px;
}
.footer-lower p,
.footer-lower a {
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: 0.16px;
    color: white;
}
@media (max-width: 800px) {
    .footer-lower p:first-child,
    .footer-lower a:first-child {
        padding-left: 0;
    }
}
.footer-lower a {
    padding-left: 10px;
}
@media (max-width: 800px) {
    .footer-lower {
        order: 3;
        flex-direction: column;
    }
}
@media (max-width: 800px) {
    .footer-lower .footer-aux-links {
        order: 3;
        padding-top: 15px;
    }
}
.home-hero-cont {
    padding-bottom: 84px;
}
.home-hero-heading {
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    font-size: 56px;
    font-weight: bold;
    line-height: 1.14;
    color: white;
    max-width: 300px;
    margin-top: 0;
}
@media (max-width: 1000px) {
    .home-hero-heading {
        max-width: 100%;
    }
}
.home-hero-text {
    font-size: 16px;
    line-height: 1.75;
    color: white;
    max-width: 375px;
    margin-top: 32px;
    margin-bottom: 56px;
}
@media (max-width: 1000px) {
    .home-hero-text {
        max-width: 100%;
    }
}
.home-ann-conf-cont {
    padding: 64px 0;
}
.home-ann-conf {
    display: flex;
}
@media (max-width: 1000px) {
    .home-ann-conf {
        flex-direction: column;
        align-items: center;
    }
}
.home-ann-conf-right {
    padding: 20px 0 0 60px;
}
@media (max-width: 1000px) {
    .home-ann-conf-right {
        padding-left: 0;
        display: flex;
        flex-direction: column;
    }
    .home-ann-conf-right .button,
    .home-ann-conf-right .int-content-cont button,
    .int-content-cont .home-ann-conf-right button,
    .home-ann-conf-right .int-content-cont input[type="submit"],
    .int-content-cont .home-ann-conf-right input[type="submit"],
    .home-ann-conf-right .int-content-cont input[type="button"],
    .int-content-cont .home-ann-conf-right input[type="button"],
    .home-ann-conf-right .search-dialog input[type="submit"],
    .search-dialog .home-ann-conf-right input[type="submit"],
    .home-ann-conf-right .btn,
    .home-ann-conf-right .btn-primary {
        -ms-grid-row-align: center;
        align-self: center;
    }
}
.home-ann-conf-heading {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 0.96px;
    color: #616161;
}
.home-ann-conf-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #616161;
    margin: 24px 0 40px 0;
}
.home-ann-conf-image {
    position: relative;
    padding: 48px 0 0 87px;
}
.home-ann-conf-image img {
    position: relative;
    box-shadow: 3px 3px 3px 0px lightgray;
    max-width: 100%;
}
.home-ann-conf-image:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 230px solid transparent;
    border-bottom: 230px solid transparent;
    border-right: 230px solid #abc1bd;
    transform: rotate(45deg);
    top: -149px;
    left: -34px;
    z-index: -1;
}
@media (max-width: 800px) {
    .home-ann-conf-image:before {
        border-top: 190px solid transparent;
        border-bottom: 190px solid transparent;
        border-right: 190px solid #abc1bd;
    }
}
@media (max-width: 800px) {
    .home-ann-conf-image {
        padding: 16px 0 0 21px;
    }
}
.home-info-box-link {
    margin-top: auto;
    align-self: flex-end;
}
.home-info-box-link rect {
    fill: #6a175e;
    transition: all 0.2s;
}
.home-info-box-link:hover rect {
    fill: #55124b;
}
.home-info-boxes {
    display: flex;
}
@media (max-width: 800px) {
    .home-info-boxes {
        flex-direction: column;
    }
}
.home-info-box {
    flex: 1;
    margin-right: 60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 32px 20px 0 32px;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.home-info-box:last-child {
    margin-right: 0;
}
@media (max-width: 800px) {
    .home-info-box {
        margin: 0 0 40px 0;
    }
    .home-info-box:last-child {
        margin-bottom: 0;
    }
}
.home-info-box-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42;
    color: #616161;
    margin: 40px 0 24px 0;
}
.home-info-box-text {
    font-size: 16px;
    line-height: 1.75;
    color: #616161;
    margin-bottom: 24px;
}
.home-join-news-sponsors-cont {
    background-image: linear-gradient(to bottom, #d8d7c1, #fff 89%);
    padding-top: 280px;
    padding-bottom: 100px;
    margin-top: -216px;
}
@media (max-width: 1000px) {
    .home-join-news-sponsors-cont {
        padding-bottom: 50px;
    }
}
.home-join {
    display: flex;
    overflow: hidden;
}
@media (max-width: 1000px) {
    .home-join {
        flex-direction: column;
        align-items: center;
    }
}
.home-join-left {
    padding: 20px 60px 0 0;
}
@media (max-width: 1000px) {
    .home-join-left {
        padding: 40px 0 0 0;
        order: 2;
    }
}
.home-join-heading {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 0.96px;
    color: #616161;
}
.home-join-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #616161;
    margin: 24px 0 40px 0;
}
.home-join-image {
    position: relative;
    padding: 0 87px 48px 0;
}
.home-join-image img {
    position: relative;
    box-shadow: -3px 3px 3px 0px lightgray;
    max-width: 100%;
}
.home-join-image:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 230px solid transparent;
    border-bottom: 230px solid transparent;
    border-left: 230px solid #abc1bd;
    transform: rotate(45deg);
    bottom: -149px;
    right: -34px;
}
@media (max-width: 800px) {
    .home-join-image:before {
        border-top: 190px solid transparent;
        border-bottom: 190px solid transparent;
        border-left: 190px solid #abc1bd;
    }
}
@media (max-width: 1000px) {
    .home-join-image {
        order: 1;
        overflow: hidden;
        padding: 0 27px 23px 0;
    }
}
.home-news {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
}
.home-news > h2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42;
    color: #616161;
    margin-bottom: 40px;
}
.home-news-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 60px;
}
.home-news-item a {
    text-decoration: none;
}
.home-news-item:last-child {
    margin-right: 0;
}
@media (max-width: 1000px) {
    .home-news-item {
        flex: none;
        width: 50%;
        margin: 0;
        padding: 0 20px 40px 20px;
        text-align: center;
    }
}
@media (max-width: 800px) {
    .home-news-item {
        width: 100%;
    }
}
.home-news-image {
    height: 141px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.home-news-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #616161;
    margin-top: 24px;
}
.home-sponsors {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
    justify-content: center;
    align-items: center;
}
.home-sponsors > h2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42;
    color: #616161;
    margin-bottom: 40px;
}
@media (max-width: 800px) {
    .home-sponsors {
        margin-top: 30px;
    }
}
.home-sponsor-item {
    margin: 0 15px 50px 15px;
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.home-sponsor-item:hover {
    -webkit-filter: none;
    filter: none;
}
.home-sponsor-item img {
    height: 50px;
    width: auto;
}
@media (max-width: 800px) {
    .home-sponsor-item img {
        max-height: 50px;
        width: auto;
        max-width: 100%;
    }
}
@media (max-width: 800px) {
    .home-sponsor-item {
        margin: auto;
        padding: 20px;
    }
}
.int-heading-bread-cont {
    overflow: hidden;
}
.int-heading-cont {
    position: relative;
}
.int-breadcrumbs-cont {
    border-top: solid 1px rgba(255, 255, 255, 0.6);
}
.int-breadcrumbs {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
.int-breadcrumbs a,
.int-breadcrumbs span {
    font-size: 11px;
    font-weight: 500;
    line-height: 2.55;
    letter-spacing: 0.14px;
    color: #ffffff;
}
.int-breadcrumbs a {
    opacity: 0.6;
    text-decoration: none;
}
.int-breadcrumbs a:hover {
    opacity: 1;
}
.int-heading {
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    font-size: 56px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: 2.58px;
    color: white;
    margin-bottom: 36px;
}
@media (max-width: 800px) {
    .int-heading {
        font-size: 40px;
    }
}
.int-content-cont {
    display: flex;
    margin-top: 63px;
    margin-bottom: 150px;
    color: #616161;
}
@media (max-width: 800px) {
    .int-content-cont {
        margin-top: 36px;
        margin-bottom: 63px;
        flex-direction: column;
    }
}
.int-content-main {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    flex: 13;
}
.int-content-main h1 {
    margin: 0 0 30px 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.15;
}
.int-content-main h2,
.int-content-main h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42;
    margin: 35px 0 15px 0;
}
.int-content-main ul,
.int-content-main ol {
    padding-left: 30px;
    margin: 15px 0;
}
.int-content-main a {
    text-decoration: none;
    color: #94b0ab;
    font-weight: 600;
}
@media (max-width: 1000px) {
    .int-content-main {
        flex: 5;
    }
}
@media (max-width: 800px) {
    .int-content-main {
        flex: none;
        width: 100%;
    }
}
.int-content-main p {
    margin: 15px 0;
}
.int-content-main p:first-child {
    margin: 0 0 15px 0;
}
.int-menu,
.int-news-side {
    flex: 6;
    margin-right: 60px;
    min-width: 285px;
}
@media (max-width: 1000px) {
    .int-menu,
    .int-news-side {
        min-width: 0;
        flex: 2;
    }
}
@media (max-width: 800px) {
    .int-menu,
    .int-news-side {
        margin-right: 0;
        margin-top: 50px;
        order: 2;
    }
}
.int-news-side .btnSearch {
    text-align: left;
}
.int-news-side input[type="text"],
.int-news-side select {
    margin: 10px 0 30px 0 !important;
    padding: 5px;
}
.int-news-side .btnSearch {
    margin: 30px 0 3em 0;
}
.news-side-info {
    line-height: 1.75;
}
.news-side-info a {
    color: #94b0ab;
    text-decoration: none;
}
.news-side-callout {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 32px;
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-top: 48px;
}
.news-side-callout h2 {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 22px;
}
.newsletter-image {
    width: 200px;
    height: 200px;
}
.news-read-more,
.landing-featured-right .more-container > a {
    display: block;
    text-align: right;
    text-transform: uppercase;
    color: #6a175e !important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.author-info-block {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}
.mylightbox {
    display: none;
}
.author-info-block img,
.mylightbox img {
    float: left;
    margin: 0 10px 5px 0;
    width: 125px;
}
.featherlight .featherlight-content {
    line-height: 1.74;
}
.featherlight .featherlight-content p {
    margin: 15px 0;
}
.search-page-cont {
    padding-top: 60px;
    padding-bottom: 30px;
}
.search-page-cont .int-content-main {
    display: flex;
    flex-wrap: wrap;
}
.search-page-cont .searchCatFilter {
    padding-right: 25px;
}
.search-page-cont select {
    padding: 5px;
}
.search-page-cont .searchCatFilter {
    margin-bottom: 30px;
    max-width: 69%;
    display: flex;
    flex-wrap: wrap;
}
.search-page-cont .searchCatFilter > strong {
    width: 100%;
}
.search-page-cont .searchCatFilter label {
    margin: 0 15px 0 5px;
}
@media (max-width: 800px) {
    .search-page-cont .searchCatFilter {
        max-width: 100%;
    }
}
.search-dialog label {
    font-weight: bold;
}
.search-dialog input[type="text"] {
    padding: 5px;
    width: 294px;
}
.search-dialog .form-horizontal {
    display: flex;
    align-items: center;
}
.search-dialog .form-horizontal > div:nth-child(2) {
    padding: 0 25px;
}
@media (max-width: 800px) {
    .search-dialog .form-horizontal {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-dialog .form-horizontal > div:nth-child(2) {
        padding: 25px 0;
    }
}
@media (max-width: 800px) {
    #p_lt_ctl01_pageplaceholder_p_lt_ctl00_WebPartZone1_WebPartZone1_zone_wD_srchDialog_pnlDialog {
        margin-top: 25px;
        width: 100%;
    }
}
#p_lt_ctl01_pageplaceholder_p_lt_ctl00_WebPartZone1_WebPartZone1_zone_wR_srchResults_pnlSearchResults {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px lightgray;
}
.int-featured {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}
.int-featured .featured-content-block .landing-featured-left img {
    margin: 0 !important;
}
.featured-content-block {
    display: flex;
    padding: 10px 0;
}
.landing-featured-left {
    flex: 1;
}
.landing-featured-right {
    flex: 6;
    margin-left: 25px;
}
.landing-featured-right h2 {
    margin-top: 10px;
}
.join-cont {
    max-width: 1300px;
}
.regform table,
.regform table tr {
    width: 100% !important;
}
.regform .col-sm-12 {
    flex: none;
}
.regform td {
    word-break: normal !important;
}
.int-menu {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.18px;
}
.int-menu ul {
    list-style-type: none;
}
.int-menu a {
    text-decoration: none;
    color: #616161;
    padding: 15px 27px;
    display: block;
    transition: all 0.2s;
}
.int-menu a:hover {
    background-color: #ddd;
}
.int-nav-0-item {
    margin-bottom: 1px;
}
.int-nav-0-item.int-nav-current.int-nav-current-path .int-nav-0-item-link a {
    background-color: #6a175e;
    color: white;
}
.int-nav-0-item.int-nav-current.int-nav-current-path
    .int-nav-0-item-link
    a:hover {
    background-color: #6a175e;
}
.int-nav-0-item.int-nav-current.int-nav-current-path
    .int-nav-0-item-link
    .collapse-expand {
    background-color: #6a175e;
}
.int-nav-0-item.int-nav-current.int-nav-current-path
    .int-nav-0-item-link
    .collapse-expand
    svg
    #prefix__Path_36 {
    fill: white !important;
}
.int-nav-0-item svg {
    transition: all 0.2s;
    transform: rotate(180deg);
}
.int-nav-1 {
    display: none;
}
.int-nav-0-item.expanded .int-nav-1 {
    display: block;
}
.int-nav-0-item.expanded svg {
    transform: rotate(360deg);
}
.int-nav-current-path .int-nav-1 .int-nav-link-current {
    background-color: #6a175e;
    color: white;
}
.int-nav-0-item-link {
    background-color: #eeeeee;
}
.int-nav-0-item-link.int-nav-link-current {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 5px;
}
.int-nav-0-item-link > a {
    width: 100%;
}
.int-nav-1-item {
    margin-bottom: 1px;
}
.int-nav-1-item-link {
    background-color: #fafafa;
}
.collapse-expand {
    display: none;
    align-items: center;
    padding: 0px 20px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #eee;
}
.has-children .collapse-expand {
    display: flex;
}
.collapse-expand:hover {
    background-color: #ddd;
}
.int-nav-text {
    display: flex;
}

/*# sourceMappingURL=style.css.map */
