body {
	font-family: 'Source Sans Pro',"Helvetica",Arial sans-serif;
	font-size: 16px;
}

.tagline_header {
	background-color: #bed1e7;
	color: #8d3f04;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	line-height: 70px;
}

.tagline_header .fa {
	color: white;
	font-size: 30px;
}

.blue_line {
	height: 130px;
	background-color: #bed1e7;
	overflow: visible;
	margin-bottom: 40px;
}


.logo_contact {
	width: 40px;
	text-align: center;
	font-size: 30px;
	color: #5b005e;
	position: absolute;
	
	top: 50%;
	right: 40px;
	 -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}

.logo_contact.first {
	left: 40px;
	z-index: 1000;
}

.mobile_blue_line {
	background-color: #bed1e7;
	margin-bottom: 20px;
	padding: 10px 0;
}

.footer {
	height: 80px;
	background-color: #bed1e7;
	overflow: visible;
	margin-bottom: 0px;
}

.footer_text {
	padding: 10px 0;
	text-align: right;
}

.footer_text p {
	margin-bottom: 8px;
}

.footer_image {
	margin-bottom: -80px;
}

.divider_image {
	width: 100%;
	clear: both;
	background-size: cover !important;
	height: 300px;
}

.divider_image.image_1 {
	background: url("images/image003.jpg") center center no-repeat;
}

.divider_image.image_2 {
	background: url("images/bk_2.jpg") center center no-repeat;
}

.divider_image.image_3 {
	background: url("images/bk_3.jpg") center center no-repeat;
}

.divider_image.image_4 {
	background: url("images/bk_4.jpg") center center no-repeat;
}

.divider_image.image_5 {
	background: url("images/bk_5.jpg") center center no-repeat;
}

.divider_image.image_6 {
	background: url("images/bk_6.jpg") center center no-repeat;
}


.content_section {
	padding: 60px 0;
	clear: both;
}

.content_section.section_1 {
	padding-top: 10px;
}

h1 {
	text-align:  center;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #5b005e;
}

h2 {
	text-align:  center;
	font-size: 22px;
	color: #5b005e;
}

h3 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2px;
	margin-top: 0px;
}

.section_1 h3 {
	margin-top: 10px;
}

p {
	margin-bottom: 20px;
}

.side_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.side_list li {
	margin-bottom: 10px;
	display: block;
	color: white;
	text-align: center;
	line-height: 40px;
	background-color: #919190;
}

.side_list li:first-child {
	background-color: #886fa8;
	margin-bottom: 40px;
}

.content-list {
	padding-left: 0px;
}
/*
.content-list li {
	margin-bottom: 20px;
	display: block;
	list-style: disc;
	float: left;
	width: 100%;
}

.content-list li i {
	display: block;
	height: 50px;
	width: 60px;
	float: left;
	color: #886fa8;
}
*/

.content-list li i {
	display: block;
	height: auto;
	width: auto;
	float: left;
	position: absolute;
	left: 0px;
	top: 5px;
	color: #886fa8;
}

.content-list li {
	margin-bottom: 20px;
	display: block;
	list-style: disc;
	float: left;
	width: 100%;
	padding-left: 50px;
	position: relative;
}

.contact_row {
	width: 100%; 
	padding: 20px 0;
	font-size: 20px;
}

.contact_row i {
	color: #ccc;
	font-size: 40px;
	padding-right: 10px;
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%);
}

.contact_row:last-child {
	margin-bottom: 20px;
}

.contact_row span {
	
}

.nick-image {
	margin-top: 50px;
}


 /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	    .tagline_header {
		    line-height: 30px;
		    padding: 10px 0;
	    }
		.content-list li i {
			display: block;
			height: auto;
			width: auto;
			float: left;
			position: absolute;
			left: 0px;
			top: 5px;
		}
		
		.content-list li {
			margin-bottom: 20px;
			display: block;
			list-style: disc;
			float: left;
			width: 100%;
			padding-left: 30px;
			position: relative;
		}
		
		.footer {
			height: auto;
			padding: 10px 5px;
			overflow: visible;
			margin-bottom: 0px;
		}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }