/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
* {
	box-sizing: border-box;
}
html {
    color: #666;
    font-size: 1em;
    line-height: 1.4;
    padding: 0px;
    margin: 0px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
html {
	position: relative;
	min-height: 100%;
	padding-bottom: 250px;
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    MOBILE: Header
   =================== */

.header-container {
    border-top: 5px solid #4B4B4B;
}

.header-container {
	background: #E5E8E9;
}
.footer-container{
    background: #3E62A8;
}

.title {
	margin:15px 0;
    color: #4B4B4B;
    text-align: center;
}
.tagline {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top:15px;
	color: #4b4b4b;
	font-weight: bold;
	text-transform: uppercase;
}

/* ==============
    MOBILE: Menu
   ============== */

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

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
	MOBILE: Video
   ============== */

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 0px solid #000;
	border-radius: 4px;
  	border-right-width: 15px;
	border-left-width: 15px;
	margin-bottom: 30px;
	backface-visibility: black;

	-webkit-box-shadow: 2px 2px 10px #aaa;
        -moz-box-shadow: 2px 2px 10px #aaa;
		    box-shadow: 2px 2px 10px #aaa;
}
.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}
h2 {
	color: #333;
}
.about-the-donation {
	margin-bottom: 40px;
}

/* ===============
	 MOBILE: Footer
   =============== */

.footer-container footer {
    color: white;
    padding: 30px 0;
}
.footer-container a{
  color: #f6f6f6;
  font-size:12px;
  text-decoration: none;
}
.footer-container .contact-information {
	overflow:hidden;
}
.footer-container .office {
	float:left;
	width:47%;
	font-size: 12px;
	margin-left: 3%;
}
.footer-container .contact-information .inner {
  border-top: 1px solid #5A73A5;
  border-bottom: 1px solid #5A73A5;
  padding:10px;
}
.footer-logo-container {
	line-height: 1.4;
	margin-bottom: 20px;
}
.footer-container small {
  font-size: 14px;
  color: #efefef;
}
.footer-container .logo {
  margin-bottom: 8px;
  text-align: center;
}
.footer-site-links {
	margin-bottom: 10px;
}
.footer-links {
  margin-bottom: 10px;
  text-align: center;
}
.footer-links a {
  padding: 0 5px;
}
.footer-links a:first-child {
  padding-left: 0;
}
.footer-department-links {
  margin-bottom: 30px;
}
.footer-department-links strong {
  color: #A7B4CB;
  font-size: 14px;
  font-weight: normal;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container {
        -webkit-box-shadow: 0 0px 10px #aaa;
           -moz-box-shadow: 0 0px 10px #aaa;
                box-shadow: 0 0px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    .tagline {
        float: right;
        font-size: 24px;
        margin-top: 32px;
    }

/* ============
    WIDE: Main
   ============ */

    .about-the-donation {
        float: left;
        width: 50%;
        margin-right:10%;
    }

    .donation-form-container {
        float: right;
        width: 40%;
        font-size: 14px;
        margin-bottom: 40px;
    }
}
/* ===============
	 WIDE: Footer
   =============== */


.alert {
	font-size: 14px;
}
.help-inline {
    display: block;
    background: #F2DEDE;
    margin-top: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border: 1px solid #EED3D7;
    border-radius: 4px;
    color: #B94A48;
}
.tooltip {
	background:#222;
	border-radius: 4px;
	width: 335px;
}
.tooltip div {
	background:none;
}

/* Thank you page */

.footer-more {
    background: #292929;
    padding: 40px 0 20px;
    font-size: 14px;
    color: #ddd;
    height:250px;
    width: 100%;
    position: absolute;
    bottom:0;
    font-size: 14px;
}

.footer-more a {
	  color: #3399F3;
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ===================
	FORM
   ================== */
.form-passover {
    margin-top: 20px;
}
fieldset {
	margin-bottom:30px;
	padding-bottom: 30px;
	border-bottom: 2px dashed #ddd;
}
	fieldset:last-child {
		bordeR:none;
	}
.fieldset-header {
  color: #3399F3;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
	.cc-fieldset {
		border:none;
		padding:0;
	}
	.cc-fieldset .form-control {
		width:100%;
	}
.form-row {
	margin-bottom:15px;
}
.form-control {
	height:34px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding:5px 10px;

	-webkit-box-shadow: inset 0 2px 2px rgba(40,40,40,0.075);
	  -moz-box-shadow: inset 0 2px 2px rgba(40,40,40,0.075);
	  	box-shadow: inset 0 2px 2px rgba(40,40,40,0.075);

	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	 -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control.error {
	background: #EA9C9C !important;
    border-color: #C27C7C !important;
}
.form-row__label {
	display: inline-block;
	font-weight: 200;
	vertical-align: top;
    font-size: 14px;
}
.dedication-text {
	min-height: 50px;
	width: 96%;
}
#cvv {
	font-size: 14px;
}
.btn-submit {
	background: #3399F3;
	color: white;
	font-size: 16px;
	height: 50px;
	border-color: white;
}
	.btn-submit:hover {
		background: #3E62A8;
	}

.input-container {
	position: relative;
	margin-bottom: 30px;
}
.styled-radio-container {
	margin-bottom:0px;
	margin-top:-10px;
}
	.styled-radio-container input[type="radio"] {visibility: hidden;position: absolute;}
	.styled-radio-container label {
		padding: 5px;
		background: #E5E8E9;
		color:#222;
		width: 100%;
		text-align: center;
		border-radius: 4px;
		font-weight: normal;
		cursor: pointer;
		margin-top:10px;
		display: inline-block;
		margin-bottom: 5px;
		border:1px solid #ccc;
	}
		.styled-radio-container label:hover {
			background:#ddd;
		}

	.styled-radio-container label.other-label {height: auto;}
	.styled-radio-container input[type="radio"]:checked + label {
		background:#3399F3;
		color:white;
	}
	.styled-radio-container #amount_other {
		height:38px;
		margin-top:9px;
		border-radius: 4px;
		background: #E5E8E9;
		width:100%;
	}
		.styled-radio-container #amount_other:focus {
			background: white;
		}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.styledCheckbox{
	display:inline-block;
	position: relative;
	top: 6px;
	margin-right: 20px;
}

/* form grid */

.grid-row {
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}
.ie9 .ie-grid-twothirds,
.oldie .ie-grid-twothirds,
.grid-twothirds {
	width:66.6666%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.ie9 .ie-grid-quarter,
.oldie .ie-grid-quarter,
.grid-quarter {
	width:25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.grid-third {
	width:33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.ie9 .ie-grid-half,
.oldie .ie-grid-half,
.grid-half {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.grid-sixth {
	width:16.66666667%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 600px) {
	.grid-sixth,
	.grid-quarter,
	.grid-third,
	.grid-half {
		width:100%;
	}

	.grid-sm-half {
		width:50% !important;
}
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #FF835E;
    font-weight: bold;
    font-size: 12px;
}
.payment-table {
	font-size: 14px;
}
.payment-thead {
	background: #eee;
}
.payment-thead th {
	font-weight: 200;
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */
.footer__ouisrael .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1280px;
}

.footer__ouisrael {
    padding-top: 33px;
    padding-bottom: 10px;
    background: #002E4E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #96999C;
}

.footer__ouisrael__container {
    display: flex;
    justify-content:space-between;
    align-items:center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1280px;
}
@media (max-width: 720px) {
    .footer__ouisrael__container {
            flex-flow: column;
            gap: 25px;
    }
}

.footer__ouisrael__container h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom:8px;
    color: #80C3F1;
}

.footer__ouisrael__extras a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #96999C;
}

.footer__ouisrael__extras {
    padding-bottom: 10px;
    display: flex;
    padding-top: 10px;
    align-items: center;
    gap: 7px;
}

@media (max-width: 720px) {
    .footer__ouisrael__extras {
        padding-top: 30px;
    }
    .footer__ouisrael__container h4{
        text-align: center;
    }
}

.footer__ouisrael__apps {
    display: flex;
    gap: 16px;
}

.footer__ouisrael__socials {
    display: flex;
    gap: 6px;
    padding-top: 12px;
}

.footer__ouisrael__socials a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer__ouisrael__socials a:hover path{
    fill: white;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
