

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

body, html {
	font-family: Dosis, Helvetica-Neue, Helvetica, Arial, sans-serif;
	text-align:center;
	background:#B8D22A;
	height: 100%;
	color:#ffffff;
}
a, a:visited {
	text-decoration:none;
	color: #019ADE;
}
a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
h4 a, h1 a, h4 a:visited, h1 a:visited {
	text-decoration:none;
	color: #FFFFFF;
	
}
h4 a:hover, h1 a:hover{
	text-decoration:none;
	color: #FFFFFF;
}
h4.more-btn {
	font-size:1.6em;
}
.no-top {
	margin-top:5px;
	margin-bottom:20px;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.floor{
	height: 100%;
}
.flex-top{
height: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.flex-bottom{
height: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.flex-top .flex-item:nth-child(1) {
    order: 1;
    flex: 1 0 auto;
    width:100%;
    }
.flex-top .flex-item:nth-child(2) {
    order: 2;
    flex: 0 0 auto;
    align-self: bottom;
    width:100%;
    
    }
.flex-bottom .flex-item:nth-child(1) {
    order: 1;
    flex: 0 0 auto;
    align-self: top;
    width:100%;
    }
.flex-bottom .flex-item:nth-child(2) {
    order: 2;
    flex: 1 0 auto;
    width:100%; 
    }  
.flex-bottom .flex-item:nth-child(2).empty {
    order: 2;
    flex: 1 0 auto;
    width:100%; 
	height: 80%;
    }   
.flex-more{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position:absolute;
    bottom:0px;
    width:100%; 
    
}
.flex-more .flex-item:nth-child(1) {
    order: 1;
    flex: 1 0 auto;
    align-self: top;s
    margin:0 auto;
    }
.flex-more .flex-item:nth-child(3) {
    order: 3;
    flex: 1 0 auto;
    align-self: top;s
    margin:0 auto;
    display:none;
    background:#019ADE;
    width:100%;
	padding-bottom:1em;
    }
.flex-more .flex-item:nth-child(2){
	order: 2;
    flex: 1 0 auto;
	display:none;
	padding-bottom:1em;
	width:100%;
	background:#019ADE;
}
.flex-more .flex-item:nth-child(2).more-info-panel p{
	max-width:750px;
	margin:0 auto;
}
.question{
	max-width:750px;
	margin:0 auto;
}
   
.answer-left{
	width:45%;
	float:left;
	text-align:right;
	padding-top:2em;
}
.answer-right{
	width:45%;
	float:left;
	text-align:left;
	padding-top:2em;
}
.answer-spacer{
	width:10%;
	float:left;
	background: url("../img/line-center.png") center top repeat-x;
}
.answer-spacer-empty{
	width:10%;
	float:left;
}
.answer-spacer-merge{
	width:10%;
	float:left;
	background: url("../img/line-center-merge.png") center top repeat-x;
}
.answer-left-up{
	width:45%;
	float:left;
	text-align:right;

}
.answer-right-up{
	width:45%;
	float:left;
	text-align:left;

}
.answer-gap{
	width:10%;
	float:left;
	}

.merge-left{
	width:45%;
	float:left;
	text-align:right;
	height:100%;
	display:inline-block;
	background: url("../img/Line-merge-left.png") right top no-repeat;
}
.merge-left-empty{
	width:45%;
	float:left;
	text-align:right;
	height:100%;
	display:inline-block;
}
.merge-center-empty-right{
	width:10%;
	height:100%;
	display:inline-block;
	float:left;
	background: url("../img/line-merge-right-only.png") center top no-repeat;
}
.merge-center-empty-left{
	width:10%;
	height:100%;
	display:inline-block;
	float:left;
	background: url("../img/line-merge-left-only.png") center top no-repeat;
}



.merge-right{
	width:45%;
	float:left;
	text-align:left;
	height:100%;
	display:inline-block;
	background: url("../img/Line-merge-right.png") left top no-repeat;
}
.merge-center{
	width:10%;
	height:100%;
	display:inline-block;
	float:left;
	background: url("../img/Line-merge.png") center top no-repeat;
}

.header {
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
background:#019ADE;
border-bottom: 1px solid #fff;	
}
.header-back{
float:left;
width:80px;
text-align:left;
display: inline-block;
}
.header-about{
float:right;
width:80px;
text-align:right;
display: inline-block;
}
.header-middle{
	width:160px;
	display: inline-block;
}
.header-back a, .header-about a{
display: inline-block;
padding:0px 15px;
background:#019ADE;
width:80px;
}
.header-middle a{
display: inline-block;
text-align:center;
background:#019ADE;

}
.header a h6{
color:#fff;
}
.header a:hover {
background:#fff;
}
.header a:hover h6{
color:#019ADE;
}

.header h6 a{
	color:#fff;
}

    
.footer{
	height:5px;
	background:#019ADE;
	position:fixed;
	bottom:0;
	width:100%;
	
}
.line-top{
	background: url("../img/line-top.png") center bottom no-repeat;
	background-size:initial;
}
.line-bottom{
	background: url("../img/line-bottom.png") center 30px no-repeat;
	background-size:initial;
}
.line-connect{
	background: url("../img/line-connect.png") center repeat-y;
	background-size:initial;

}
.line-left{
	background: url("../img/line-left.png") right top no-repeat;
	background-size:initial;
}

.line-right{
	background: url("../img/line-right.png") left top no-repeat;
	background-size:initial;
}
.line-center {
	background: url("../img/line-center-new.png") center top repeat-x;
	background-size:initial;
}

.line-center-left{
	background: url("../img/line-center-left.png") center top no-repeat;
	background-size:initial;
}
.line-center-right{
	background: url("../img/line-center-right.png") center top no-repeat;
	background-size:initial;
}

.line-left-half{
	background: url("../img/line-left-half.png") right top no-repeat;
	background-size:initial;
}
.line-right-half{
	background: url("../img/line-right-half.png") 20px top no-repeat;
	background-size:initial;
}

/* ==========================================================================
   Social Icons
   ========================================================================== */

.social{
	position:fixed;
	right:30px;
	top:70px;
	width:30px;
	z-index:100;
}	

.icon{
	width:30px;
	height:30px;
	color:white;
	font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    }

.icon-twitter-circled{
	font-family: 'social';
	font-size:30px;
}
.icon-facebook-circled{
	font-family: 'social';
	font-size:30px;
	margin-top:15px;
}

.icon-twitter-circled:hover, .icon-facebook-circled:hover {
	color:#019ADE;
}


@font-face {
      font-family: 'social';
      src: url('../fonts/social.eot?16527549');
      src: url('../fonts/social.eot?16527549#iefix') format('embedded-opentype'),
           url('../fonts/social.woff?16527549') format('woff'),
           url('../fonts/social.ttf?16527549') format('truetype'),
           url('../fonts/social.svg?16527549#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
.prevSpan{
	width:100px;
	float:left;
	display:inline-block;
}
.nextSpan{
	width:100px;
	float: right;
	display:inline-block;
}
.closeSpan{
	width:120px;
	display:inline-block;
}
.noShow{
	display:none;
}
.pageBtns{
	max-width: 750px;
    margin: 0 auto;
    display:block;
}

/* ==========================================================================
   Typography
   ========================================================================== */



h1 {
font-weight:500;
font-size: 4em;
color: #FFFFFF;
letter-spacing: 2px;
line-height: .4em;
text-transform:uppercase;
margin-top:0px;
margin-bottom:.2em;
}

h2{
font-weight: 300;
font-size: 2.3em;
color: #019ADE;
letter-spacing: 1px;
line-height: 2.4em;
text-transform:uppercase;
margin-top:0px;
margin-bottom:10px;
}

h3{
font-weight: 600;
font-size: 2.2em;
color: #019ADE;
letter-spacing: 1px;
line-height: 36px;
text-transform:uppercase;
padding:0 .6em;
margin: 0 0 1em 0;
}
h3.long-word {
font-size: 1.6em;
}
h3.start-over{
margin: 1em 0 1em 0;
}
h3 .explain{
	display:block;
	font-size:16px;
	font-weight: 300;
	line-height:22px;
	margin:10px 0px 10px 50px;
}
.answer-right h3 .explain{
	text-align:left;
	margin:10px 0px 10px 0px;
}
h4{
font-weight: 600;
font-size: 2em;
color: #ffffff;
letter-spacing: 1px;
line-height: 36px;
padding:1.2em .6em;
margin:0;

}

h5{
font-weight: 300;
font-size: 1.4em;
color: #ffffff;
letter-spacing: 1px;
line-height: 32px;
padding:0 1.6em;
margin: 1.6em 0  1.6em  0;
}

h6{
font-weight: 500;
font-size: 1.2em;
color: #019ADE;
letter-spacing: 1px;
line-height: 25px;
text-transform:uppercase;
}
p{
    font-size: 1.4em;
    font-weight: 300;
    margin-top: 40px;
    letter-spacing: 1px;
    line-height: 150%;
}
.about p{
    font-size: 1.4em;
    font-weight: 300;
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 150%;
}
.flex-more h4{
	padding:0.6em 0.6em 0.4em 0.6em
}
.more-info-panel.meta a, .more-info-panel a {
 color:#fff;
 text-decoration:underline;
}
.more-info-panel a:hover {
	color:#019ADE;
	background:#fff;
	text-decoration:none;
}
h4.more-btn a {
	color:#FFF;
	background:#019ADE;
	padding:15px;
}
h4.more-btn a:hover {
	color:#019ADE;
	background:#FFF;;
}

.flex-more h6 a.show-more:hover, .flex-more h6 a.show-more, .flex-more h6 a.show-more-long{
	color:#fff;
	}

.more-info-panel p{
font-weight: 300;
font-size: 1.4em;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 150%;
padding:5px 20px;
text-align:left;
	
}
.more-info-panel.meta p{
font-size: 1em;
line-height: 150%;
}
.more-info-panel.meta li{
font-size: 1em;
line-height: 150%;
list-style-type:square;
}
.more-info-panel ul {
	margin-top:10px;
	text-align:left;
	max-width: 750px;
    margin: 0 auto;
}
.question ul {
	margin-top:10px;
	text-align:left;
	max-width: 750px;
    margin: 2.5em auto;
} 
.more-info-panel li{
font-weight: 300;
font-size: 1.2em;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 140%
padding:0px 8px;
list-style-type:square;
}
.question li {
    line-height: 120%;
	font-weight: 300;
	font-size: 1.4em;
	margin-bottom:0px;
color: #FFFFFF;
letter-spacing: 1px;
padding:0px 8px;
list-style-type:square;
}


.glyphicon{
	font-size:25px;
	display:block;
	margin-top:10px;
}
.glyphicon.inline{
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
}
.start-over .glyphicon {
margin-bottom: 10px; 
}

.blue {
color: #019ADE !important;
}
.nolink{
color: #FFFFFF !important;
}
.caps{
	text-transform:uppercase;
}
.underline{
	border-bottom:3px solid #fff;
}
.no-marg{
Margin:0;
}
.hide-me{
	visibility:hidden;
}

/* ==========================================================================
   TABLET
   ========================================================================== */
   
   
@media screen and (max-width: 1023px) {

.question{
	max-width:450px;
}
.about .question{
	max-width:580px;
}

.flex-more .flex-item:nth-child(2).more-info-panel p {

}

p{
	font-size: 1.3em;
	line-height: 150%;
}
.about p{
	font-size: 1.3em;
	line-height: 150%;
	margin-top:0;
}

.more-info-panel p, .more-info-panel li{
    font-size: 1.1em;
    line-height: 140%;
}

}


/* ==========================================================================
   MOBILE
   ========================================================================== */


@media screen and (max-width: 767px) {

.no-mobile{
	display:none;
}


h1 {
	font-size: 55px;
	letter-spacing: 1px;
	line-height: 90%;
}

h2{
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 100%;
	margin-bottom:5px;
}

h3{
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 120%;
	padding:0.3em;
	margin: 0.5em 0 0.5em 0;
}
.answer-left, .answer-right{
	padding-top:1em;
}
h3.long-word {
	font-size: 20px;
	line-height:120%;
}
.answer-right h3 .explain{
	text-align:left;
	margin: 0px 0px 5px 0px;
}
h3 .explain{
    font-size: 9px;
    line-height: 130%;
    margin: 0px 0px 5px 10px;
}
h3.start-over {
	margin: 15px 0 10px 0;
}

h4{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 140%;
	padding:0.6em .3em;
}

.flex-more h4.more-btn{
	font-size: 13px;
}

.flex-more h4.more-btn a {
    padding: 15px 5px 15px 0px;
}

.show-more .glyphicon.inline {
    margin-right: 5px;
    margin-left: 5px;
}

.flex-more h4 {
	font-size: 15px;
	padding:10px 0;
}

h5{
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	padding:0 0.8em;
	margin: 0.8em 0  0.8em  0;
}

h6{
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 180%;
}
.about p{
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight:400;
}
p, li, .question li{
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 1px;
	font-weight:400;
}
.question ul, p {
	margin-top:10px;
	margin-bottom:10px;
}
p {
	margin-top:10px;
	margin-bottom:0px;
}
.more-info-panel.meta p, .more-info-panel p {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    padding: 0px 10px 0px 10px;
    font-weight:400;
}
.more-info-panel.meta li, .more-info-panel li{
    font-size: 12px;
    line-height: 150%;
    font-weight:400;
}



.glyphicon{
	font-size:15px;
	margin-top:5px;
}
.question{
	max-width:300px;
}
.social{
	position:fixed;
	right:15px;
	top:55px;
	width:30px;
	z-index:0;
}	
.icon-facebook-circled{
	margin-top:10px;
}
}
