/***
*   LINE HEIGHT
***/

.shorter-line-height {
    line-height: 1.4em;
}

/***
*   END LINE HEIGHT
***/

/***
*   POSITIONING
***/
.rel-wrapper{position:relative; width:100%; height:100%;}
.rel-wrapper-100{position:relative; height:100%;}
/***
*   END POSITIONING
***/


/***
*   IMAGES
***/
.cirle-image{
  border-radius:50%;
}
/***
*   END IMAGES
***/



/***
*   DIV WIDTH
***/

.tenth-width {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}
.fifth-width {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.fourth-width {
    display: inline-block;
    width: 22%;
    margin-right: 2%;
    vertical-align: top;
}
.fourth-width.bottom-align {
    vertical-align: bottom;
}
.third-width {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    vertical-align: top;
}
.half-width {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.two-thirds-width {
    display: inline-block;
    width: 65%;
    margin-right: 2%;
    vertical-align: top;
}
.three-fourths-width {
    display: inline-block;
    width: 72%;
    margin-right: 2%;
    vertical-align: top;
}

.tenth-width img, .fifth-width img, .quarter-width img, .fourth-width img, .third-width img,.half-width img,.two-thirds-width img,.three-fourths-width img{
  width:100%;
}

/***
*   END DIV WIDTH
***/


/***
*   FONTS
***/

.font-blue {
    color: #1a79af;
}
.font-blue:hover {
    color: #808080;
    cursor: pointer;
}
.font-red {
    color: #e2383f;
}
.font-teal {
    color:#3368e8;

}
.font-white {
    color: #fbfbfb;
}
.font-bold {
    font-weight: 600;
}
strong{
  font-weight:600;
}
.font-italic {
    font-style: italic;
}
.font-underline {
    text-decoration: underline;
}
.font-small {
    font-size: .7em;
}
.font-large {
    font-size: 1.3em;
    line-height:1.8em;
}
.font-xlarge {
    font-size: 2em;
    line-height: 1.8em;
    font-family: 'Raleway', sans-serif;
}
strong{
  font-weight:600;
}
/***
*   END FONTS
***/


/***
*   VISIBILITY
***/

.hidden {
    display: none !important;
    visibility: hidden;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.element-hidden{
  display:none !important;
}

/***
*  END VISIBILTIY
***/


/***
*   BORDER
***/

.border {
    border: 1px solid;
    padding: 1%;
    color: inherit;
}

/***
*   END BORDER
***/


/***
*   ALIGNMENT
***/

.text-left {
    text-align: left;
}
.left-align {
    text-align: left;
}
.text-center {
    text-align: center;
}
.center-align {
    text-align: center;
}
.text-right {
    text-align: right;
}
.right-align {
    text-align: right;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}

/***
*  ALIGNMENT
***/


/***
*   MARGINS
***/

.no-right-margin {
    margin-right: 0;
}
.right-margin {
    margin-right: 2%;
}

/***
*   END MARGINS
***/


/***
*   PADDING
***/

.padding-left {
    padding-left: 10%;
}
.left-indent {
    padding-left: 30px;
}

/***
*   END PADDING
***/


/***
*   BUTTONS
***/

.gen-callout-button {
    position: relative;
    margin-left: auto !important;
    margin-right: 0 !important;
    color: inherit;
    margin-top: 40px;
    text-align: right;
    text-transform:capitalize;
    font-family:'Raleway', sans-serif;
}
.gen-callout-button.bottom-right-button {
			position: absolute;
			bottom: 20px;
			right: 10px;
			width: 100%;
			text-align: right;
		}
		.gen-callout-button.center-button{
			position:absolute;
			bottom:20px;
			width:100%;
			text-align:center;
		}
.gen-callout-button a {
    text-decoration: none;
    color: inherit;
    border: 1px solid;
    padding: 15px 35px;
    background-color:#1a79af;
    color:#fff;
    border:1px solid #1a79af;
    transition:all .25s;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
}
.gen-callout-button a:hover{
  background-color:#fff;
  color:#1a79af;
}
.teal-button a {
    background-color:#1a79af;
    color:#fff;
    border:1px solid #1a79af;
}
.teal-button a:hover{
  background-color:#fff;
  color:#1a79af;
}
.white-button {
    color: #fbfbfb;
}
.donate-button, .green-button {
    margin: 5% auto !important;
    text-align: center;
    font-size: 1.3em;
    color: #fbfbfb;
}
.donate-button a {
    border: 1px solid #e2383f !important;
    background-color: #e2383f;
    color: inherit;
}
.donate-button a:hover {
    color: #e2383f;
    border: 1px solid #e2383f;
    background-color: #fbfbfb;
    cursor: pointer;
}
.green-button a {
    border: 1px solid #green !important;
    background-color: #green;
    color: inherit;
    box-shadow: 1px 1px 4px #dbdbdb;
}
.green-button a:hover {
    color: #green;
    border: 1px solid #green;
    background-color: #fbfbfb;
    cursor: pointer;
}
.white-button a:hover {

    border: 1px solid #1a79af;
    background-color: #1a79af;

    color: #fbfbfb;
    cursor:pointer;
}
.gen-callout-button.form-submit {
    text-align: left;
    text-decoration: none;
}
.gen-callout-button.form-submit input {
    color: #fbfbfb;
    border-radius: 3px;
    border: 1px solid #404040;
    background-color: #404040;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
}
.gen-callout-button.form-submit input:hover {
    color: #404040;
    background-color: #fbfbfb;
    cursor: pointer;
}

/***
*   END BUTTONS
***/


/***
*   CALLOUT QUOTES
***/
.blue-quote-box {
    float: right;
    width: 200px;
    margin: 0 0 2% 2%;
    padding: 2%;
    background-color: #def1f1;
    border: 3px solid #282828;
    font-style: italic;
}

@media screen and (max-width:880px), only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px), only screen and (min-device-width: 320px) and (max-device-width: 568px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {

}
@media screen and (max-width:600px), only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px), only screen and (min-device-width: 320px) and (max-device-width: 568px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    ./***
    *   DIV WIDTH
    ***/

    .tenth-width, .fifth-width,.fourth-width {
        width:50%;
    }


    .third-width, .half-width, .two-thirds-width,.three-fourths-width {
        width:100%;
        margin-right:0;
    }

}
