/* GASF specific styles */
/* note: used in conjunction with the Umbraco tinyMCE Rich Text Editor */


/* blue menu and footer bar */

.navbar {
    margin: 0;
    padding: 0;
    
    /* background-color: #00b6e2; */
    background: url(../media/1034/gasf-menu-gradient4.jpg) repeat top left;
}


/* tcpa has .footer-border whereas gasf has .the-blue */
/**umb_name:Class the blue*/
.the-blue {
	background-color: #009acc;
	padding-top: 30px;
	padding-bottom: 20px;
}

/* used as gasf footer link */
.link-small-cyan a {
    outline-width: 0px;
    text-decoration: none;
    color: #9cdfec;
    /*font-size: 12pt;*/
    text-align: right;
    padding-bottom: 10px;
}

.link-small-cyan a:hover {
    outline-width: 0px;
    text-decoration: underline;
    color: #fff;
}


/* notes:
   h1 - dark blue header with additional span classes that alter formatting for a 2 color effect
        - h1 span.h1-span-adjust-blue - lighter blue second color embellishment of h1

   h2 - medium blue on events page
   h3 - medium upper-case blue
   h4 - medium blue
   h5 - small black uppercase on events page
*/


/* two color h1 in blue */

/**umb_name:Header 1*/
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 1.6875rem;
	font-weight: bold;
	color: #009acc;
}
/*
    h1 span.h1-span-adjust-blue {
        font-family: Helvetica, sans-serif;
        font-size: 1.6875rem;
        font-weight: normal;
        color: #01b6e3;
    }

*/

/**umb_name:Header 1 Span*/
.h1-span-adjust-blue {
	font-family: Helvetica, sans-serif;
	font-size: 1.6875rem;
	font-weight: normal;
	color: #01b6e3;
}

/**umb_name:Header 2*/
h2, h2.parent-page a {
    font-family: Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #8cd1e7;
    margin: 0 0 3% 0;
}
/**umb_name:Header 3*/
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	color: #8cd1e7;
	text-transform: uppercase;
	padding: 0;
}

/**umb_name:Header 4*/
h4 {
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0a88bb;
	margin: 0 0 0 0;
	font-weight: bold;
}
    /**umb_name:Header 5*/
    h5 {
        font-family: Helvetica, sans-serif;
        font-size: 0.8em;
        color: #111;
        margin: 0 0 0 0;
        text-transform: uppercase;
        font-weight: bold;
    }
/**umb_name:Header 6*/
h6 {
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	color: #111;
	margin: 10% 0 0 0;
	font-weight: normal;
}


/* h2 classes for multi-color header for gasf */

h2 span.gasf-medium-blue-text {
    font-family: Helvetica, sans-serif;
    font-size: 1.75rem;
    color: #009add;
    font-weight: bold;
    margin: 20px 0 0 0;
}

h2 span.gasf-light-blue-text {
    font-family: Helvetica, sans-serif;
    color: #74c8ea;
    font-size: 1.75rem;
    font-weight: normal;
}


/* h1 adjust 
.h1-clone {
    font-family: Helvetica, sans-serif;
    font-size: 2.6875rem;
    color: #474747;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
*/

p.med-grey-text-italic {
    font-family: serif;
    color: #a7a7a7;
    font-size: 0.8125rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    padding: 0 0 0 0;
    margin: 0 0 0 0;

}
/**umb_name:Class black bold*/
.med-black-bold-text {
	font-family: Helvetica, sans-serif;
	color: #000;
	font-size: 1.1875rem;
	font-weight: bold;
}
/**umb_name:Class dark grey*/
.med-dark-grey-text {
	font-family: Helvetica, sans-serif;
	color: #b7b7b7;
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	padding: 1% 0 0 0;
}

/**umb_name:Class smaller text*/
.small-text {
	font-size: 11pt;
}

/* umb_name:Class small grey*/
.small-grey-text {
    font-size: 11pt;
    color: #a7a7a7;
}

/* umb_name:Class small dark grey*/
.small-darkgrey-text {
    font-size: 11pt;
    color: #555;
}

.bot {
    padding-top: 20%;
    margin: 0;
    text-align: right;
}

/* umb_name:Class dark grey*/
.gasf-dark-grey-p-text {
    font-family: Helvetica, sans-serif;
    color: #444;
    font-weight: normal;
    line-height: 1.28;
}

/* tcpa donate template list css */
ul.partner-checks {
    list-style-image: url('https://thecenterpresents.org/media/1071/donate-green-check.gif');
    vertical-align: middle;
}
    ul.partner-checks li {
        height: auto;
        line-height: 1.2;
        vertical-align: middle;
        margin: 0 0 0 30px;
    }
.dollar-cell {
    text-align: center;
    border-bottom:2px solid #ccc;
}
.dollar-cell-active {
    border-bottom: 2px solid #af278f;
    background-color: #eee;
}

.donate-padding {
    padding:50px 0 70px 10px;
}

@media only screen and (max-width: 862.1px) {
    .donate-padding {
        padding: 0;
    }
}


table td:first-child {
    width: 13%;
}

table td:last-child {
    width: 50%;
}

/* used in gallery */
.donate-padding {
    padding: 50px 0 70px 10px;
}

@media only screen and (max-width: 862.1px) {
    .donate-padding {
        padding: 0;
    }
}

/* smaller blue button used on overlays */
button.blue-button, input[type=submit].blue-donate-button {
    font-family: Helvetica, sans-serif;
    background-color: #009add;
    border-radius: 22px;
    color: #fff;
    line-height: 1;
    height: 42px;
    font-size: 0.8em;
    padding: 8px 18px 8px 18px;
    border: 0; /* removes the default 2px border showing up on the button tag */
    text-transform: uppercase;
    margin-top: -14px;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; /* , border 0.5s ease, color 0.5s ease; */
}

button.blue-button:hover, input[type=submit].blue-donate-button:hover {
    background-color: #00b6e2;
}


/* medium sized blue button for donations */
button.blue-donate-button {
    font-family: Helvetica, sans-serif;
    background-color: #0096d5;
    border-radius: 25px;
    color: #fff;
    line-height: 1;
    height: 52px;
    font-size: 1.0em;
    padding: 8px 20px 8px 20px;
    border: 0; /* removes the default 2px border showing up on the button tag */
    text-transform: uppercase;
    margin-top: 0px;

    -webkit-transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
}

    button.blue-donate-button:hover {
        background-color: #00b6e2;
    }


/* larger sized two line buttons used in right column */
button.blue-2-line-button {
    font-family: Helvetica, sans-serif;
    background-color: #00b6e2;
    border-radius: 42px;
    color: #fff;
    line-height: .7;
    height: 84px;
    font-size: 1.8em;
    font-weight: bold;
    padding: 12px 20px 8px 20px;
    border: 0; /* removes the default 2px border showing up on the button tag */
    text-transform: uppercase;
    margin-top: -14px;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
}

    button.blue-2-line-button span.line2 {
        font-family: Helvetica, sans-serif;
        color: #9cdfec;
        font-size: 0.7em;
        font-weight: normal;
        padding: 8px 20px 8px 20px;
        border: 0; /* removes the default 2px border showing up on the button tag */
        text-transform: none;
        margin-top: -14px;
    }

    button.blue-2-line-button:hover {
        background-color: navy;
    }

.footer-navigation {
    padding: 20px;
}

.nav {
    width: 750px;
}

/**umb_name:Show more text*/
.show-more {
	display: block;
}


.cc-window {
    border: 4px solid #00b6e2;
}

.cookies-header {
    color: #686868;
    font-family: Helvetica, sans-serif;
    font-size: 1.2em;
}

.cookies-paragraph {
    font-family: Helvetica, sans-serif;
    font-size: 0.9em;
}

.cookies-paragraph a {
    font-family: Helvetica, sans-serif;
    font-size: 0.9em;
}

.cc-window.cc-banner, .cc-window.cc-floating {
    padding: 0.6em;
}

.cc-window.cc-floating {
    max-width: none !important;
    bottom: 0;
}

.header-logos {
    margin-top: 30px;
    vertical-align: top;
}

@media (max-width: 767px){

    .cookies-paragraph {
        font-family: Helvetica, sans-serif;
        font-size: 0.75em;
        line-height: 1em;
    }

    .cookies-paragraph a {
        font-family: Helvetica, sans-serif;
        font-size: 0.9em;
        line-height: 1em;
    }

    .header-logos {
        margin-top: 10px;
        vertical-align: top;
    }

    #footer .footer-leadership {
        margin: 30px 0 0 0;
    }
}


/*Youtube video Gallery Styling*/

.fancybox {
	display: block;
	margin: 0;
	padding: 0;
}

.thumb-caption {
	padding-bottom: 10px;
	color: #000;
	font-size: 15px;
}

.overlay {
	position: relative;
}

	.overlay .thumbnail {
		display: block;
		padding: 0;
		margin: 0;
	}

	.overlay .play-wrapper {
		opacity: 0;
		position: absolute;
		z-index: 1;
		top: 0;
		width: 100%;
		height: 100%;
		background: url("/css/play-button.png") no-repeat scroll center center / 50px 50px;
	}

.play-wrapper .playBtn {
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto; /* center */
}

.thumb .overlay:hover .play-wrapper {
	opacity: 1;
}

.project-tab {
	padding-top:10%;
	margin-top: -8%;
}

	.project-tab #tabs {
		background: #007b5e;
		color: #eee;
	}

		.project-tab #tabs h6.section-title {
			color: #eee;
		}

		.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
			color: #0062cc;
			background-color: transparent;
			border-color: transparent transparent #f3f3f3;
			border-bottom: 3px solid !important;
			font-size: 16px;
			font-weight: bold;
		}

	.project-tab .nav-link {
		border: 1px solid transparent;
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
		color: #009ACC;
		font-size: 16px;
		font-weight: 600;
	}

		.project-tab .nav-link:hover {
			border: none;
		}

#nav-tabContent {
	padding-top:10px;
}

@media (min-width:801px) {
	img.thumbnail {height:150px !important; width:100%;}
}


/*Youtube video Gallery Styling*/

.fancybox {
	display: block;
	margin: 0;
	padding: 0;
}

.thumb-caption {
	padding-bottom: 10px;
	color: #000;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}

.thumb-date {
	font-size: 12px;
	color: grey;
}

.overlay {
	position: relative;
}

	.overlay .thumbnail {
		display: block;
		padding: 0;
		margin: 0;
	}

	.overlay .play-wrapper {
		opacity: 0;
		position: absolute;
		z-index: 1;
		top: 0;
		width: 100%;
		height: 100%;
		background: url("/css/play-button.png") no-repeat scroll center center / 50px 50px;
	}

.play-wrapper .playBtn {
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto; /* center */
}

.thumb .overlay:hover .play-wrapper {
	opacity: 1;
}

.project-tab {
	padding: 10%;
	margin-top: -8%;
}

	.project-tab #tabs {
		background: #007b5e;
		color: #eee;
	}

		.project-tab #tabs h6.section-title {
			color: #eee;
		}

		.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
			color: #0062cc;
			background-color: transparent;
			border-color: transparent transparent #f3f3f3;
			border-bottom: 3px solid !important;
			font-size: 16px;
			font-weight: bold;
		}

	.project-tab .nav-link {
		border: 1px solid transparent;
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
		color: #0062cc;
		font-size: 16px;
		font-weight: 600;
	}

		.project-tab .nav-link:hover {
			border: none;
		}


@media (min-width:801px) {
	img.thumbnail {
		height: 150px !important;
		width: 100%;
	}
}


.rich-text-list {
	margin: 0 0 0 40px;
	padding: 0;
}

.page-link {
	color: #00b6e2 !important;
}

.pagination > .active > a {
	color: white !important;
	background-color: #00b6e2;
}

/* Pending review by GASF
h1 {
    margin: .75em 0;
}*/

.umbraco-forms-form  input[type=submit] {
    font-family: Helvetica, sans-serif;
    background-color: #0096d5; /*blue*/
    border-radius: 25px;
    color: #fff;
    line-height: 1;
    height: 52px;
    font-size: 1.0em;
    padding: 8px 20px 8px 20px;
    border: 0; /* removes the default 2px border showing up on the button tag */
    text-transform: uppercase;
    margin-top: 0px;
    -webkit-transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
}

/**umb_name:Header 1 Black*/
.h1-span-adjust-black {
	font-family: Helvetica, sans-serif;
	font-size: 1.6875rem;
	font-weight: normal;
	color: #000000;
}
