/** Shopify CDN: Minification failed

Line 182:14 Unexpected "/"

**/
.btn {
color: #fff;
border-radius: 50px!important;
background: #F58232;
text-transform: none;
}

.btn:hover {
color: #2F4154;;
}


/*-- DARK CTA --*/

.dark_cta {
    padding: 50px;
    background: #2F4154;
    color: #fff;
}


.dark_cta h3 {
    color: #fff;
    font-size: 20px
    font-weight: bold;
  	text-transform: uppercase;
}

/*-- Headings --*/

.main h1 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 2px;
}

.main h2 {
font-size: 20px;
font-weight: bold;
line-height: 1em;
}

.main h3 {

}

.main .intro {
	font-size: 20px;
	line-height: 1.2em;
}

/*-- HISTORY PAGE --*/

.timeline {
	width: 100%;
	max-width: 800px;
	background: #fff;
	padding: 100px 50px;
	position: relative;
	box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.timeline:before {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(33% + 15px);
	bottom: 0px;
	width: 4px;
	background: #2f4154;
	; } .timeline:after {
	content: "";
	display: table;
	clear: both;
}
.entry {
	clear: both;
	text-align: left;
	position: relative;
}
.entry .title {
	margin-bottom: .5em;
	float: left;
	width: 33%;
	padding-right: 30px;
	text-align: right;
	position: relative;
}
.entry .title:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 8px solid #f58232;
	background-color: #fff;
	border-radius: 100%;
	top: 15%;
	right: -8px;
	z-index: 99;
}
.entry .title h3 {
	margin: 0;
	font-size: 120%;
}
.entry .title p {
	margin: 0;
	font-size: 100%;
}
.entry .body {
	margin: 0 0 3em;
	float: right;
	width: 66%;
	padding-left: 30px;
}
.entry .body p {
	line-height: 1.4em;
}
.entry .body p:first-child {
	margin-top: 0;
}
.entry .body ul {
	color: #aaa;
	padding-left: 0;
	list-style-type: none;
}
.entry .body ul li:before {
	content: "–";
	margin-right: .5em;
}

/*-- FLEX --*/

.flexbot {
 display: flex;
 align-items: flex-end;
 justify-content: center;
}

.myflex {
 display: flex;
 align-items: center;
 justify-content: center;
}

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

.myflex, .flexbot {
 display: inherit !important;
 align-items: unset!important;
 justify-content: unset!important;
padding: 0 15px!important;
}
	
}


/*-- SCHOOL BTN --*/

.school {
color: #000;
  border: 2px solid #000;
  padding: 5px 8px;
  line-height: 3em;
}

span.school:hover {
cursor: not-allowed; 
color: #dedede!important;
    border: 2px solid #dedede;
}





*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}