/***
*   LINE HEIGHT
***/

.shorter-line-height {
    line-height: 1.4em;
}

/***
*   END LINE HEIGHT
***/

/***
*   POSITIONING
***/
.rel-wrapper{position:relative;}
.rel-wrapper-100{position:relative; height:100%;}

.float-right {
	float: right;
}
.float-left {
	float: left;
}
/***
*   END POSITIONING
***/

/***
*   DIV WIDTH
***/

.full-width {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.tenth-width {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}
.fifth-width {
    display: inline-block;
    width: 19%;
    vertical-align: top;
}
.fourth-width {
    display: inline-block;
    width: 22%;
    margin-right: 2%;
    vertical-align: top;
}
.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,.third-width img,.half-width img,.two-thirds-width img,.three-fourths-width img{
  width:100%;
}
/***
*   END DIV WIDTH
***/
/***
    IMAGE HELPER CLASSES
***/
 .float-img-left {
	 float: left;
	 margin: 0 2% 2% 0;
}
 .float-img-right{
	 float:right;
	 margin:0 2% 2% 0;
}
 .clearfix::after {
	 content: "";
	 clear: both;
	 display: table;
}

/***
*   FONTS
***/

.font-blue {
    color: #3368e8;
}
.font-blue:hover {
    color: #808080;
    cursor: pointer;
}
.font-red {
    color: #C8102E;
}
.font-teal {
    /*color: #13a89e;*/
    color:#3368e8;

}
.font-white {
    color: #fbfbfb;
}
.font-bold {
    font-weight: bold;
}
.font-italic {
    font-style: italic;
}
.font-serif {
	font-family: serif;
}
.font-underline {
    text-decoration: underline;
}
.font-small {
    font-size: .7em;
}
.font-large {
    font-size: 1.3em;
}
.font-xlarge {
    font-size: 2em;
}

.font-primary{font-family: 'Raleway', sans-serif;}
.font-secondary{font-family: 'Open-sans', sans-serif;}


strong{
  font-weight:bold;
}
/***
*   END FONTS
***/

/***
*   BLOCKQUOTE STYLING
***/

blockquote{
  padding-left: 1.5%;
  font-style:italic;
}

@media screen and (max-width: 600px){
blockquote{
  padding-left: 2.5% !important;
  margin:5%;
  }
}

/***
*   END BLOCKQUOTE STYLING
***/


/***
*   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;
}

/***
*  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%;
}
.margin-top-5{
    margin-top:5%;
}

/***
*   END MARGINS
***/


/***
*   PADDING
***/

.padding-left {
    padding-left: 10%;
}
.left-indent {
    padding-left: 30px;
}
.padding-3-percent {
	padding: 3%;
}
.padding-right {
    padding-right: 5%;
}
.padding-top {
	padding-top: 5%;
}

/***
*   END PADDING
***/


/***
*   BUTTONS
***/

.gen-callout-button {
    position: relative;
    margin-left: auto !important;
    margin-right: 0 !important;
    color: inherit;
    margin-top: 40px;
    text-align: right;
}
.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;
    display: inline-block;
    border: 1px solid;
    padding: 15px 35px;
    font-family: 'Raleway', sans-serif;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
.teal-button {
    /*color: #13a89e;*/
    color:#3368e8;
}
.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 #C8102E !important;
    background-color: #C8102E;
    color: inherit;
    box-shadow: 1px 1px 4px #dbdbdb;
}
.donate-button a:hover {
    color: #C8102E;
    border: 1px solid #C8102E;
    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;
}
.teal-button a:hover, .white-button a:hover {
    /*border: 1px solid #13a89e;
    background-color: #13a89e;*/
    border: 1px solid #3368e8;
    background-color: #3368e8;

    color: #fbfbfb;
}
.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;
}

/**Buttons for insight article pages**/
.button, .button:active {
    display: inline-block;
    border: 1px solid;
    padding: 15px 35px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    margin:10px;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
.button.blue {
    background-color: #1a79af;
    color: #fff;
    border-color:#1a79af;
    
}
.button.blue:hover{
  background-color:#C8102E;
  border-color:#C8102E;
  color: #fff !important;
}

/***
*   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;
}
.gold-quote-box {
    float: right;
    width: 200px;
    margin: 0 0 2% 2%;
    padding: 2%;
    background-color: rgba(250, 190, 0, .2);
    border: 3px solid #282828;
    font-style: italic;
}


@media screen and (max-width: 800px) {
	.tenth-width, .fifth-width, .fourth-width, .third-width, .half-width, .two-thirds-width,.three-fourths-width{
		width: 47%;
	}
}

@media screen and (max-width: 425px) {
	.tenth-width, .fifth-width, .fourth-width, .third-width, .half-width, .two-thirds-width,.three-fourths-width{
		width: 100%;
	}
}
