﻿/* Global styles*/

body {
	background-color: transparent !important;
}

body, h1, h2, h3, h4, h5, p, a, span, .feature {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: none;
    text-indent: 0;
}

h5 {
    border: none;
}

p {
	padding: 0;
}

a,
a:link, 
a:visited,
.content a:link {
    color: #00509e;
    font-size: inherit;
    font-weight: inherit;
}

a:hover,
 a:visited:hover,
.content a:hover {
    color: #faba00;
    font-weight: inherit;
}

a.btn,
.btn,
.btns-inputs input {
    background-image: none;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    font-size: 16px !important;
    padding: 5px 10px;
    text-shadow: none;
}

a.btn:hover,
.btn:hover,
.btns-inputs input:hover {
    background-image: none;
    border: none;
    font-weight: normal;
    text-shadow: none;
}

a.btn.btn-lg {
    border-radius: 10px;
    font-size: 20px !important;
    padding: 15px 25px;
}


a.btn.btn-sm,
.btn.btn-sm {
    border-radius: 0.2rem;
    font-size: 0.75rem !important;
    padding: 0.25rem 0.5rem;
}

a.btn.btn-primary,
.btn.btn-primary,
.btns-inputs input {
    background-color: #00509E;
}

a.btn.btn-primary:hover,
.btn.btn-primary:hover,
.btns-inputs input:hover {
    background-color: #FABA00;
}

a.btn.btn-secondary,
.btn.btn-secondary {
    background-color: #FABA00;
}

a.btn.btn-secondary:hover,
.btn.btn-secondary:hover {
    background-color: #00509E;
}

.btns-inputs input:disabled {
	background-color: #e7e7e7;
}

h2, h3, h4, h5 {
	color: #00509E;
}

.section {
	margin: 100px 0;
}

.bg-image {
    background-position: center;
    background-size: cover;
    display: inline-block;
    padding: 100px 0;
    position: relative;
    width: 100%;
}

.bg-image:before {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bg-image * {
    color: #fff !important;
}

/* Mobile menu styles */

.menu-form {
    height: 0;
}

.omni-mobile-menu, 
.toggle-btn {
    display: block;
}

.open-full .toggle-btn {
    right: 30px;
    top: 65px;
    z-index: 1001;
}	

.open-full.menu-open .toggle-btn {
    top: 65px;
}

.toggle-btn .hamburger {
	background-color: #FABA00;
    margin: 0;
}

.omni-mobile-menu {
	background-color: #00509E;
}

.menu-open .logo-text {
    display: none;
}

.open-full .omni-mobile-menu {
    padding: 120px 10%;
    width: 100%;
}

.open-full .omni-mobile-menu li {
    width: 100%;
}

.omni-mobile-menu a {
    border: none;
    font-size: 35px;
    padding: 0;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 35px;
    background-image: none !important;
    white-space: normal !important;
}

.omni-mobile-menu a:hover {
	color: #FABA00 !important;
}

.popout {
    cursor: pointer;
}

.popout:after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    box-sizing: unset;
    content: '';
    display: inline-block;
    height: 5px;
    left: 15px;
    position: relative;
    top: 4px;
    transition: transform 0.3s ease;
    transform: rotate(135deg);
    vertical-align: top;
    width: 5px;
}

.popout.omni-menu-open:after {
    top: 8px;
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
}

.omni-dropdown-toggle.omni-menu-open ~ .omni-dropdown-menu,
.popout.omni-menu-open ~ .omni-dropdown-menu {
    display: block !important;;
}

.omni-dropdown-toggle::after,
.popout::after {
    height: 7px;
    width: 7px;
    top: 13px;
    border-width: 3px 3px 0 0;
    left: 7px;
}

.omni-dropdown-toggle.omni-menu-open:after,
.popout.omni-menu-open:after {
    top: 13px;
}

.open-full .omni-mobile-menu:after {
    content: '';
    display: block;
    background-image: url('/images/redesign/1224LogoSilverOoutline_BoldWings.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.08;
    pointer-events: none;
}


.omni-dropdown-toggle::after, 
.popout::after {
    
}

.omni-dropdown-menu {
    position: initial !important;
}

html.no-scroll {
    overflow-y: scroll;
}

.open-full .content-wrapper {
	height: auto;
}

.open-full.menu-open .content-wrapper {
	height: auto;
}

/* Header styles */
.header {
	background-color: transparent;
	background-image: none;
    position: fixed;
    width: 100%;
    transition: background-color 0.25s ease;
    padding-bottom: 10px;
}

.header a:link,
.header a:hover {
	color: #fff;
}

.header.header-bg {
    background-color: rgba(0, 80, 158, 0.9);
}

.alert-bar {
    background-color: #00254A;
    color: #fff;
    padding: 5px;
    text-align: center;
    max-height: 200px;
    transition: all 0.25s ease;
    overflow: hidden;
}

.alert-bar p {
    margin: 0;
    display: inline-block;
    padding: 0;
}

.header-tabs {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.header-tabs > div {
    display: flex;
}

.header-tabs a {
    margin: 0 3px;
    padding: 7px 3px 3px 3px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25;
    text-align: center;
}

a.tab {
    background-color: #00254A;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-width: 22px;
    box-sizing: border-box;	
    box-shadow: 0 3px 8px rgba(0,0,0,0.5);
}

a.tab:hover {
    background-color: #103d69;
	text-decoration: none;
}

.tab.login-tab {
    padding: 5px 7px 3px 7px;
    background-color: #FABA00;
}

.tab.login-tab:hover {
    background-color: #f7cf5d;
    color: #fff;
}

.tab.facebook-tab {
	background-color: #3B5998;
}

.tab.twitter-tab {
	background-color: #1DA1F2;
}

.tab.instagram-tab {
	background-color: #C13584;
}

.tab.facebook-tab:hover {
	background-color: #5278ca;
}

.tab.twitter-tab:hover {
	background-color: #65c2fb;
}

.tab.instagram-tab:hover {
	background-color: #ea85be;
}

.mobile-btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 8px 10px;
}

.mobile-btns a {
    display: none;
}

.mobile-btns a:first-child {
	margin-right: auto;
}

a.logo-text {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;	
    text-decoration: none !important;	
}

a.logo-text h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 0;
}

a.logo-text > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.logo-text .stars {
    font-size: 12px;
    margin: 0 17px;
}

.logo-text .separator {
    margin: 0 5px;
    display: none;
}

a.logo-text:hover {
	color: #fff;
}

/* Landing page styles */

.full-banner {
	background-image: url('/images/Wings2.jpg');
    /*background-image: url('/images/redesign/banners/banner-file-grievance.jpg');*/
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	width: 100%;
	position: relative;
    float: left;
}

.full-banner:before {
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	top: 0;
}

.full-banner > .row {
    align-items: center;
}

.banner-panel {
    border: 5px solid #fff;
    border-radius: 20px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    transition: background-color 0.25s ease;
}

.banner-panel:hover {
    background-color: rgba(0, 80, 158, 0.3);
}

.banner-panel-content {
    text-align: center;
    color: #fff;
}

.banner-panel-content h2 {
    text-align: center;
    color: #fff;
    font-size: 46px;
}

.banner-panel-content p {
    font-size: 25px;
}

.banner-panel-content .btn {
    font-size: 25px;
    padding: 15px 25px;
    border-radius: 10px;
}

/* Content styles */

.carousel-caption {
    top: 30%;
    background-color: rgba(0,80,158,0.6);
    bottom: auto;
    border-radius: 20px;
    width: 45%;
    left: 5%;
    padding: 30px;
    text-align: left;
}

.carousel-caption h5 {
    border: none;
    color: #fff;
    font-size: 30px;
}

.carousel-caption p {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.carousel-control-next, 
.carousel-control-prev {
	width: 5%;
}

.logo-overlay {
    position: absolute;
    top: 140px;
    z-index: 1;
    max-width: 825px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .35;
    transition: opacity 0.5s ease;
}

/*.logo-overlay:hover {
    opacity: .9;
}*/

.logo-overlay img {
    max-width: 100%;
}

.carousel-item:before {
	content: '';
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    background-color: rgba(0,0,0,0.35);
}

/*.carousel-item:before {
	content: '';
	display: block;
	position: absolute;
    top: 150px;
    z-index: 1;
    max-width: 825px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .35;
    background-image: url(/images/redesign/1224-LOGO-SILVER%20OUTLINE%20-%20BOLD%20WINGS.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 34%;
}*/

.carousel-image {
    position: relative;
    height: 100vh;
}

.member-carousel .carousel-image {
    height: 600px;
}

.carousel-image img {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100% !important;
    object-fit: cover;
}

.map-image {
    width: 75%;
    max-width: 1122px;
    padding: 100px 0;
}

.content {
    padding: 100px 30px;
}

.wings {
    display: flex;
    flex-wrap: wrap;
    max-width: 1540px;
    margin: auto;
    margin-bottom: 100px;
}

.wings .circle {
    width: calc(20% - 20px);
    display: inline-block;
    position: relative;
    padding-top: calc(20% - 20px);
    overflow: hidden;
    border-radius: 50%;
    margin: 10px;
}

.wings .circle:hover {
    font-weight: 400;
}

.wings .circle span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 20px;
    color: #fff;
    transition: opacity 0.25s ease;
    opacity: 1;
   	width: 185px;
    max-width: 100%;
    line-height: 27px;
}

.wings .circle img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    padding: 0;
    z-index: -1;
}

.wings .circle:before {
    background-color: rgba(0,0,0,0.45);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.25s ease;
}


.wings .circle:hover:before,
.wings .circle:hover span {
	opacity: 0;
}


/* News Table */

.news {
    margin-top: 100px;
}

.news h2 {
    margin-bottom: 75px;
}

table[id*="UnionNewsDataList"] tbody {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 200px;
}

table[id*="UnionNewsDataList"] tr {
    float: left;
    width: 100%;
    padding: 15px;
}

table[id*="UnionNewsDataList"] td {
    display: block;
}

table[id*="UnionNewsDataList"] img {
    width: 100% !important;
    height: 22vw !important;
    object-fit: cover;
    padding: 0;
    margin-bottom: 40px;
}

table[id*="UnionNewsDataList"] *[id*="TitleLabel"] {
    font-size: 22px;
    display: block;
    color: #00509E;
}

table[id*="UnionNewsDataList"] *[id*="PubDateLabel"] {
    font-weight: 400 !important;
    color: #707070 !important;
    margin-bottom: 15px;
    display: block;
}

table[id*="UnionNewsDataList"] *[id*="IntroLabel"] {
	display: block;
	margin-bottom: 20px;
}

#news-single img#ContentPlaceHolder1_DataList1_NewsImage_0 {
    width: 400px;
    max-width: 100%;
}

.first-chkbox > input[type=checkbox] {
    margin: .5rem 0 0 0;
}

/* Footer */

.footer {
    background-image: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    background-color: #00509E;
}

.footer h3 {
    color: #fff;
}

.footer p {
    padding: 0;
}

.footer-top {
    padding: 30px;
    text-align: left;
}

.footer-bottom {
    padding: 20px;
    background-color: #00254A;
}

.footer-bottom p {
    margin-bottom: 0;
}

.iframe-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

ul.links li {
    display: inline-block;
    margin-right: 3px;
}

ul.links li:not(:last-child):after {
    content: '|';
    margin-left: 6px;
    font-size: 12px;
}

ul.links a {
	color: #fff;
    font-weight: normal !important;
    font-size: 13px;
}

ul.social-media li {
    display: inline-block;
}

ul.social-media a {
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 23px;
    background-color: gray;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0,0,0,0.5);
}

ul.social-media a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

ul.social-media a.facebook-link {
	background-color: #3B5998;
}

ul.social-media a.facebook-link:hover {
	background-color: #5278ca;
}

ul.social-media a.twitter-link {
	background-color: #1DA1F2;
}

ul.social-media a.twitter-link:hover {
	background-color: #65c2fb;
}

ul.social-media a.instagram-link {
	background-color: #C13584;
}

ul.social-media a.instagram-link:hover {
	background-color: #ea85be;
}

.footer a.btn.btn-secondary:hover {
    background-color: #00254A;
}

/* Secondary page */

.banner-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.banner {
	position: relative;
}

.banner:before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.35);
}

.nobanner {
    width: 100%;
    height: 185px;
    background-color: #00509e;
}

.leadership h4, 
.leadership h5 {
    text-align: center;
    border: 0;
    display: block;
}

.leadership h4 {
    color: #00509E;
}

.leadership h5 {
    color: #888;
}

.leadership > div {
    margin-bottom: 30px;
}

.post {
    margin-top: 50px;
    border-top: 1px solid #888;
    padding-top: 50px;
    display: inline-block;
    width: 100%;
}

.post img {
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 50%;
}

.contact-general {
    display: flex;
    justify-content: center;
}

.contact-general img {
    height: 100%;
}

.contact-general p {
    margin: 0;
    padding: 10px;
    background-color: #e7e7e7;
}

.grey-box {
    padding: 30px;
    background-color: #e7e7e7;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

#all-content {
    min-height: 100vh;
}

/* Document Library Table Styles */

#doc-library #ContentPlaceHolder1_DataList1,
#doc-library #ContentPlaceHolder1_DataList2 {
   margin-left: -15px;
}

#doc-library #ContentPlaceHolder1_DataList1 tr,
#doc-library #ContentPlaceHolder1_DataList2 tr {
    width: 33%;
    display: inline-block;
    padding: 15px;
    vertical-align: text-top;
    margin-bottom: 15px;
}

#doc-library #ContentPlaceHolder1_DataList1 .fas,
#doc-library #ContentPlaceHolder1_DataList2 .fas {
    color: #00509e;
    font-size: 32px;
}

#doc-library #ContentPlaceHolder1_DataList1 a,
#doc-library #ContentPlaceHolder1_DataList2 a {
    font-size: 18px;
}

#doc-library #ContentPlaceHolder1_DataList1 span,
#doc-library #ContentPlaceHolder1_DataList2 span {
    border-left: 1px solid;
    margin-left: 7px;
    padding-left: 5px;
    color: #888;
    font-weight: bold;
    font-size: 11pt;
    line-height: 1;
}

#doc-library #ContentPlaceHolder1_RadioButtonList1 input,
#doc-library #ContentPlaceHolder1_RadioButtonList1224 input {
    margin-right: 5px;
}

/* My Profile table styles */

#my-profile #ContentPlaceHolder1_DetailsView1 {
    margin-left: -10px;
    width: calc(100% + 20px) !important;
}

#my-profile #ContentPlaceHolder1_DetailsView1 tr {
    width: calc(25% - 20px);
    display: inline-block;
    margin: 10px;
    background-color: transparent !important;
    vertical-align: text-top;
    border-radius: 7px;
}

#my-profile #ContentPlaceHolder1_DetailsView1 tr:first-child {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 10px;
}

#my-profile #ContentPlaceHolder1_DetailsView1 tr:first-child td:after {
    display: none;
}

#my-profile #ContentPlaceHolder1_DetailsView1 td {
    width: auto !important;
    background-color: transparent !important;
    display: block;
}

#my-profile #ContentPlaceHolder1_DetailsView1 td:first-child {
    color: #888;
    padding-right: 5px;
}

#my-profile #ContentPlaceHolder1_DetailsView1 td:first-child:after {
    content: ":";
}

#my-profile #ContentPlaceHolder1_DetailsView1.edit-table td {
    display: block;
}

/* My Commitee Pills styles */

#v-pills-tabContent {
    background-color: #e7e7e7;
    padding: 15px;
}

#v-pills-tabContent img {
    float: right;
    max-width: 50%;
    width: 100%;
}

#v-pills-tabContent a {
    /*float: left;*/
    margin-bottom: 15px;
    display: block;
    width: 50%;
}

#v-pills-tabContent p a {
    display: inline;
}

.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00509e;
}

/* Scholarships styles */

#slideshow {
    width: auto;
    height: auto;
    position: initial;
}

#scholarships-winners,
#slideshow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.scholarship-winner,
.mySlides {
    width: calc(33% - 30px);
    margin: 15px;
    max-width: 200px;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #e7e7e7;
    display: block !important;
    opacity: 1 !important;
}

.scholarship-winner img,
.mySlides img {
    max-width: 100%;
}

.scholarship-winner .numbertext,
.mySlides .numbertext {
    background-color: #e7e7e7;
    position: absolute;
    padding: 2px 5px;
    top: 0;
    left: 0;
}

.scholarship-winner .text1,
.mySlides .text1 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin: 10px;
    font-style: italic;
}

.scholarship-winner .text2,
.mySlides .text2 {
    margin: 10px;
}

/* All Committee table styles */

#all-committee #ContentPlaceHolder1_DataList1 tr,
#all-committee #ContentPlaceHolder1_DataList2 tr {
    border-bottom: 1px solid #e7e7e7;
}

#all-committee #ContentPlaceHolder1_DataList1 tr:first-child,
#all-committee #ContentPlaceHolder1_DataList2 tr:first-child {
    border-top: 1px solid #e7e7e7;
}

#all-committee #ContentPlaceHolder1_DataList1 td,
#all-committee #ContentPlaceHolder1_DataList2 td {
    padding: 40px 10px;
    text-align: center;
    background-color: transparent !important;
    position: relative;
}

#all-committee #ContentPlaceHolder1_DataList1 .featureHeadline,
#all-committee #ContentPlaceHolder1_DataList2 .featureHeadline {
    display: block;
    text-align: center;
    padding-left: 0;
}

#all-committee #ContentPlaceHolder1_DataList1 .feature,
#all-committee #ContentPlaceHolder1_DataList2 .feature {
    display: block;
    margin-bottom: 10px;
}

#all-committee #ContentPlaceHolder1_DataList1 input,
#all-committee #ContentPlaceHolder1_DataList2 input {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    border: none;
    box-shadow: none;
    background-color: #00509e;
    padding: 2px 5px;
}

/*#all-committee*/

#all-committee .btn {
    margin-bottom: 10px;
}

.btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btns .btn {
    display: flex;
    align-items: center;
    float: left;
}

.btns .btn:not(:last-child) {
    margin-right: 5px;
}

.btns .btn .fas {
    margin-right: 5px;
}

.contact-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-card {
    width: calc(33% - 20px);
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    padding: 10px;
    margin: 10px;
}

.contact-card img {
    float: left;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    max-width: 100%;
}

.detail-info {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}

.detail-info span:not(:first-child):not(:empty):before {
    content: "•";
    margin: 0 5px;
}

.detail-info span:empty,
.detail-info span:empty + span:before {
    display: none;
}

.detail-info span:not(:empty) + span:empty + span:not(:empty):before {
    display: inline;
}

.contact-info span {
    display: block;
}

.contact-info i[class*="fa-"] {
    color: #00509e;
}

.contact-card span[id*="_TitleLabel"] {
    display: block;
}

#committee-content h1,
#committee-content h2,
#committee-content h3,
#committee-content h4,
#committee-content h5,
#committee-content h6 {
    text-align: center;
}

/* All Forms page */

#all-forms .btn {
    margin-bottom: 10px;
    display: flex;
    text-align: left;
    float: left;
    margin-right: 10px;
    line-height: 16px;
    align-items: center;
    padding: 10px;
}

#all-forms .btn:before {
    content: "\f15c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 7px;
}

#all-forms h3:not(:first-child) {
    margin-top: 15px;
}

/* FAQs page */

#all-faq .btn.btn-link,
#all-albums .btn.btn-link {
    text-decoration: none;
}

#all-faq .btn.btn-link:hover,
#all-albums .btn.btn-link:hover {
    background-color: transparent;
}

#all-faq .btn.btn-link:hover .card-header,
#all-faq .btn.btn-link[aria-expanded="true"] .card-header,
#all-albums .btn.btn-link:hover .card-header,
#all-albums .btn.btn-link[aria-expanded="true"] .card-header {
    background-color: #faba00;
}

#all-faq .btn.btn-link:hover h5,
#all-faq .btn.btn-link[aria-expanded="true"] h5,
#all-albums .btn.btn-link:hover h5,
#all-albums .btn.btn-link[aria-expanded="true"] h5 {
    color: #fff;
}

#all-faq .btn.btn-link .card-header {
    display: flex;
    align-items: center;
}

#all-faq .btn.btn-link .card-header:before, 
#all-faq .card-body:before {
    margin-right: 15px;
    font-size: 2em;
    font-weight: 700;
    color: #000;
    opacity: 0.2;
}

#all-faq .btn.btn-link .card-header:before {
    content: "Q";
}

#all-faq .card-body:before {
    content: "A";
    float: left;
    line-height: 13px;
    margin-top: 3px;
}

/* Accordion ID */

#all-acc .btn.btn-link,
#all-albums .btn.btn-link {
    text-decoration: none;
}

    #all-acc .btn.btn-link:hover,
    #all-albums .btn.btn-link:hover {
        background-color: transparent;
    }

        #all-acc .btn.btn-link:hover .card-header,
        #all-acc .btn.btn-link[aria-expanded="true"] .card-header,
        #all-albums .btn.btn-link:hover .card-header,
        #all-albums .btn.btn-link[aria-expanded="true"] .card-header {
            background-color: #faba00;
        }

        #all-acc .btn.btn-link:hover h5,
        #all-acc .btn.btn-link[aria-expanded="true"] h5,
        #all-albums .btn.btn-link:hover h5,
        #all-albums .btn.btn-link[aria-expanded="true"] h5 {
            color: #fff;
        }
#all-acc .btn.btn-link .card-header {
        display: flex;
        align-items: center;
    }
 #all-acc .btn.btn-link .card-header:before,
 #all-acc .card-body:before {
            margin-right: 15px;
            font-size: 2em;
            font-weight: 700;
            color: #000;
            opacity: 0.2;
        }

 #all-acc .btn.btn-link .card-header:before {
            content: "";
        }

#all-acc .card-body:before {
    content: "";
    float: left;
    line-height: 13px;
    margin-top: 3px;
}


/* Quick Links */

#all-quick-links a {
    font-size: 16px;
    display: flex;
    margin-bottom: 7px;
}

#all-quick-links a:before {
    content: "•";
    margin-right: 5px;
}

#all-quick-links h3 {
    background-color: #00509e;
    color: #fff;
    padding: 5px 10px;
    margin: 30px -10px 0;
}

#all-quick-links h5 {
    border-bottom: 1px solid #e7e7e7;
    margin-top: 30px;
}

/* Gallery Styles */

button.close {
    background-color: #000;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 24px;
    text-shadow: none;
    text-align: center;
    opacity: 1;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 3;	
}

button.close:hover {
    background-color: #FABA00;
    color: #fff;
    opacity: 1 !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery a {
    padding-top: 14%;
    width: 18%;
    margin: 1%;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#ContentPlaceHolder1_StatusCodePanel {
    background-color: #fff;
    /*width: 80%;*/
    padding: 30px;
    position: absolute !important;
    transform: translateX(-50%);
    left: 50% !important;
    top: 0 !important;
    border-radius: 10px;
}

.modal-table-wrap {
    max-height: 300px;
    overflow: scroll;
    border: #999999 solid 3px;
    margin: 15px 0;
}

#all-member-directory #ContentPlaceHolder1_DataList1 > span {
    display: inline-block;
    min-width: 20%;
    padding: 10px;
    max-width: 100%;
}

#all-member-directory #ContentPlaceHolder1_RequestStatusCode_ModalPopupExtender_backgroundElement {
    background-color: rgba(0,0,0,0.5);
}

#all-member-directory #ContentPlaceHolder1_DataList1 tr:nth-child(even) {
    background-color: #e7e7e7;
}

#all-member-directory #ContentPlaceHolder1_DataList1 td {
    padding: 6px;
}

#cp_fpl_admin .table-sm table td {
    border: none;
}

#cp_fpl_admin #ContentPlaceHolder1_GridViewFPL table td span {
    color: #faba01;
}

#cp_fpl_admin #ContentPlaceHolder1_DetailsViewFPL > tbody > tr:last-child {
    margin-top: -43px;
    display: flex;
    float: left;
    width: 500%;
    background-color: transparent !important;
}

#cp_fpl_admin #ContentPlaceHolder1_DetailsViewFPL > tbody > tr:last-child td {
    background-color: transparent !important;
}

#ContentPlaceHolder1_UpdateProgress1 .progress {
    height: auto;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
}

/* Media Queries */

@media screen and (min-width: 1440px) {
	.iframe-wrap {
	    padding-top: 30%;
	    height: 0;
	}
}

@media screen and (max-width: 1440px) {
	.banner-panel-content h2 {
	    font-size: 36px;
	}

	.banner-panel-content p {
	    font-size: 18px;
	}

	.banner-panel-content .btn {
	    font-size: 20px;
	    padding: 10px 15px;
	    border-radius: 5px;
	}
}

@media screen and (max-width: 1400px) {
    #my-profile #ContentPlaceHolder1_DetailsView1 tr {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 1200px) {
	#ctl00_ContentPlaceHolder1_DetailsView1 tr {
	    width: calc(33% - 20px);
	}
}

@media screen and (max-width: 991px) {
	a.logo-text {
	    font-size: 12px;
	    margin-top: 12px;
	    display: block;
	}

	a.logo-text h1 {
	    font-size: 18px;
	}

	.iframe-wrap {
	    padding-top: 30%;
	    height: 0;
	    margin-bottom: 35px;
	}

	.footer h3 {
	    margin-top: 40px;
	}

	.banner-panel {
	    margin: 15px 30px;
	    min-height: auto;
	}

	#doc-library #ContentPlaceHolder1_DataList1 tr,
    #doc-library #ContentPlaceHolder1_DataList2 tr {
	    width: 50%;
	}

	.contact-card {
	    width: calc(50% - 20px);
	}

	.gallery a {
	    width: 31%;
	    padding-top: 20%;
	}
}

@media screen and (min-width: 768px) {
	table[id*="UnionNewsDataList"] tr:nth-child(even) {
	    transform: translateY(35%);
	    padding-bottom: 200px;
	}

	table[id*="UnionNewsDataList"] tr {
	    width: 50%;
	}
}

@media screen and (max-width: 685px) {
	.omni-mobile-menu a {
	    font-size: 35px;
        margin-bottom: 25px;
    	line-height: 40px;
	}

	.omni-dropdown-toggle::after,
    .popout::after {
	    height: 10px;
	    width: 10px;
	    top: 9px;
	    border-width: 5px 5px 0 0;
	}

	.omni-dropdown-toggle.omni-menu-open:after,
    .popout.omni-menu-open:after {
	    top: 15px;
	}

	.open-full .omni-mobile-menu {
	    padding: 90px 10px;
	}

	.header,
	.header.header-bg {
		background-color: #00509E;
	}

	.menu-open .header, 
	.menu-open .header.header-bg {
	    background-color: transparent;
	}

	.menu-open .alert-bar {
	    max-height: 0;
	    padding: 0 5px;
	}

	.header-tabs {
	    padding: 0px 10px;
    	opacity: 0;
	    max-height: 0;
    	transition: all 0.25s ease;
	}

	.menu-open .header-tabs {
	    opacity: 1;
	    max-height: 30px;
	}

	.phone-num {
	    display: none;
	}

	a.logo-text {
	    font-size: 10px;
        line-height: 18px;
	}

	a.logo-text h1 {
	    font-size: 13px;
	    letter-spacing: 0;
	}

	.open-full .toggle-btn {
		width: 48px;
	    /*margin-left: auto;*/
	    margin-left: 10px;
	    position: initial;
	}

	a.logo-text > div {
	    flex-wrap: wrap;
	}

	a.logo-text .stars {
	    order: 3;
	    width: 100%;
	    text-align: center;
	}

	.logo-text .separator {
	    display: block;
	}

	.mobile-btns a {
	    display: inline-block;
	}

	.menu-open .mobile-btns a.btn {
	    display: none;
	}

	.content-wrapper {
	    border-color: #00509e;
    	border-top-style: solid;
	}

	.logo-overlay {
		top: 10px;
	}

	.carousel-caption {
	    top: 0;
	    bottom: 0;
	    border-radius: 0;
	    width: 100%;
	    left: 0%;
	    text-align: center;
	    align-content: center;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}

	.carousel-caption h5 {
	    text-align: center;
	}

	.carousel-control-next, .carousel-control-prev {
	    z-index: 10;
	}

	.content {
	    padding: 60px 10px;
	    width: 100%;
	}

	.map-image {
		width: 100%;
    	padding: 50px 0;
	}

	.wings .circle {
	    width: calc(50% - 20px);
	    padding-top: calc(50% - 20px);
	}

	.wings .circle span {
		font-size: 16px;
	}

	.news {
	    margin-top: 100px;
        width: 100%
	}

	table[id*="UnionNewsDataList"] tbody {
		padding-bottom: 0;
       
	}

	table[id*="UnionNewsDataList"] img {
        height: auto !important;
    
	}

	.iframe-wrap {
	    height: 90%;
	    min-height: 165px;
	    margin-bottom: 30px;
	}

	.leadership h4 {
	    font-size: 18px;
	    margin-bottom: 0;
	}

	.leadership h5 {
	    font-size: 15px;
	}

	.nobanner {
	    height: 0;
	}

	.contact-general {
	    flex-direction: column;
	}

	.contact-general img {
	    width: 100%;
	}

	.banner-panel {
	    margin: 15px 10px;
        padding: 20px;	
	}

	.banner-panel-content p {
	    display: none;
	}

	.footer-top {
	    padding: 15px;
	    text-align: center;
	}

	.footer h3 {
	    text-align: center;
	}

	#doc-library #ContentPlaceHolder1_DataList1 tr, 
    #doc-library #ContentPlaceHolder1_DataList2 tr {
	    width: 100%;
	}

	#ctl00_ContentPlaceHolder1_DetailsView1 tr {
	    width: calc(100% - 20px);
	}

	#v-pills-tabContent img {
	    max-width: 100%;
	}

	#v-pills-tabContent a {
	    width: 100%; 
	}

	.scholarship-winner {
	    width: 100%;
	}

	.contact-card {
	    width: 100%;
	}

	.gallery a {
	    width: 48%;
	    padding-top: 33%;
	}

    #my-profile #ContentPlaceHolder1_DetailsView1 tr {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 5000px) and (min-width: 481px) {
	.content {
		max-width: none;
		width: 100%;
	}
}
