/* Sections
---------------------------------------------------------------------- */
.section 
{
	padding: 50px 0px 50px 0px;
	text-align: center;
}
.section_heading
{
	text-align: left;
	color: #221e1f;
	font-size: 64px;
	line-height: 76px;
	font-weight: 700;
}
.section_description 
{
	color: #221e1f;
	text-align: left;
	margin: 10px 0px 10px 0px;
}
h1.section_heading 
{
	font-size: 50px;
	line-height: 76px;
	font-weight: 700;
}
h2.section_heading 
{
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
}
h3.section_heading 
{
    color: #ff9900;
    font-size: 40px;
	line-height: 42px;
	letter-spacing: 2px;
	font-weight: 700;
}
h4.section_heading 
{
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
}
h5.section_heading 
{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
}
h6.section_heading 
{
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 0px;
    margin: 20px 0px 7px 0px;
    border-bottom: 1px solid #ff9900;
}
/* Up to 550px */
@media only screen and (max-width: 550px) {
	h1.section_heading 
	{
		text-align: center;
	}
}
span.bold
{
    font-weight: 700;
}
span.italic
{
    font-style: italic;
}

.top_section
{
	margin-top: 146px;
}

.section a
{
    border-bottom: 1px dashed #ff9900;
}
.section a:hover
{
    text-decoration: none;
    color: #ff9900;
}
.section a.dashed
{
    border-bottom: 1px dashed #ff9900 !important;
}
.section a.dashed:hover
{
    text-decoration: none;
    color: #ff9900;
}
.section .dashed_text
{
    border-bottom: 1px dashed #ff9900 !important;
}
.section .dashed_text:hover
{
    color: #ff9900;
}


/* Section - Header
---------------------------------------------------------------------- */
.section.header 
{
	position: fixed;
	background-color: #ffffff;
	width: 100%;
	top: 0px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align: left;
	height: auto;
	transition: padding .4s ease, opacity .3s ease;
    box-shadow: 0px 2px 5px grey;    
}
.section.header .navbar_logo
{
	float: left;
	text-align: left;
	top: 0px;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	width: 270px;
	z-index: 502;
	transition: height .4s ease, opacity .3s ease;
	transition: width .4s ease, opacity .3s ease;
}
.section.header .navbar_logo a
{
    border-bottom: 0px;
}
.section.header .navbar_logo img
{
	max-width: 100%;
}
/* Reduce logo size where too large for nav to fit */
@media only screen and (max-width: 1000px) {
	.section.header .navbar_logo
	{
		width: 200px;
	}
}
/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.section.header 
	{
		height: 44px;
		transition: height .4s ease, opacity .3s ease;
	}
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.section.header 
	{
		height: 42px;
		transition: height .4s ease, opacity .3s ease;
	}
	.section.header .navbar_logo
	{
		overflow: hidden;
		margin: 5px auto;
		width: 200px;
		height: 46px;
	}
}


/* Menu
---------------------------------------------------------------------- */
.menu
{
	float: right;
	height: 34px;
	margin: 14px 0px 0px 0px;	
	transition: margin-top .4s ease, opacity .3s ease;
}
.menu ul
{
	transition: height .4s ease, opacity .3s ease;
}
.menu ul li
{
	float: left;
	list-style: none;
	margin: 22px 0px 0px 20px;
}
.menu ul li:first-child
{
	margin-left: 0px;
}
.menu ul li a
{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #000000;
	text-decoration: none;
    border-bottom: 0px;
}
.menu ul li a:hover
{
	color: #ff9900;
	text-decoration: none;
}
.menu ul li a.active
{
	color: #ff9900;
	border-bottom: none;
	text-decoration: none;
}

/* Screens not wide enough for nav ----------------------------------- */
@media only screen and (max-width: 1023px) {
}

/* Responsive Menu
---------------------------------------------------------------------- */
#responsive_menu_buttons
{
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
	z-index: 50;
	width: 36px;
	height: 32px;
	border: 1px solid #eee;
	background: #f5f5f5;
	color: #001b37;
	padding: 5px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
}
#responsive_menu_buttons a
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #001b37;
    cursor: pointer;
}
#responsive_menu_buttons a:hover
{
	text-decoration: none;
}
#responsive_menu_open_button
{
	display: block;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}
#responsive_menu_close_button
{
	display: none;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}

#responsive_menu 
{
	position: fixed;
	display: none;
	width: 100%;
	z-index: 50;
	background-color: #567b69;
	padding-top: 120px;
	padding-bottom: 40px;
}

#responsive_menu select
{
	-moz-appearance: none;
}
#responsive_menu ul
{
	width: 80%;
	margin: 0px 0px 0px 0px;
	padding-left: 10%;
	padding-right: 10%;
	list-style: none;
}
#responsive_menu li
{
	display: inline;
	float: left;
	width: 100%;
	border-top: 2px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#responsive_menu ul li:first-child
{
	border-top: 3px solid #ffffff;
}
#responsive_menu ul li:last-child
{
	border-bottom: 4px solid #ffffff;
}
#responsive_menu li.top
{
	border-top: 3px solid #ffffff;
}
#responsive_menu li span
{
	float: left;
	width: 40px;
}
#responsive_menu li a
{
	float: left;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
}
#responsive_menu li a#active_page
{
	font-weight: bold;
}
#responsive_menu li a:hover
{
	color: #555555;
}
/* Menu - Responsive  ---------------------------------- */
@media only screen and (max-width: 1100px) {
	#responsive_menu_buttons
	{
		display: inline;
	}
	#responsive_menu 
	{
		display: none;
		visibility: visible;
	}
	.menu
	{
		visibility: hidden;
		height: 0;
		display: none;
	}
}


/* Section - Header Padding (to push down content below the floating nav bar)
---------------------------------------------------------------------- */
.section.header_padding 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 104px;
	/*transition: height .4s ease, opacity .3s ease;*/
	background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1245px) {
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}


/* Section - Hero 
---------------------------------------------------------------------- */
.section.hero
{
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) ), url(../images/heroes/pcb_3d_8l_v1_open_25.png);
    background-size: cover;
    background-position: center center;
    padding: 100px 0px 100px 0px;
}
.section.hero.advanced_routing_course
{
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2) ), url(../images/heroes/advanced_routing_course.png);
}
.section.hero.contact
{
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) ), url(../images/heroes/circuit_trees.jpg);
}
.section.hero.courses
{
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) ), url(../images/heroes/pcb_3d_8l_v1_open_8.png);
}
.section.hero.foundation_course
{
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) ), url(../images/heroes/foundation_course.png);
}
.section.hero.home
{
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) ), url(../images/heroes/pcb_3d_8l_v1_open_14.png);
}
.section.hero.map
{
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) ), url(../images/heroes/map.jpg);
}
.section.hero.power_design_course
{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url(../images/heroes/power_design_course.png);
}
.section.hero.van
{
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) ), url(../images/heroes/pcb_design_school_knowledge_gateway.jpg);
     background-position: center center;
}
.section.hero h1.section_heading,
.section.hero h2.section_heading
{
    color: #ffffff;
    text-align: center;
}
.section.hero h2.section_heading
{
    margin-bottom: 0px;
}


/* Section - Slideboard
---------------------------------------------------------------------- */
.section.slideboard
{
	background-color: #6d9b85;
	overflow-x: hidden;
	overflow-y: hidden;
}
.section.slideboard h3.section_heading
{
	text-align: left;
}
.section.slideboard h4.section_heading
{
	color: #ffffff;
    margin: 10px 0px 10px 0px;
}
.section.slideboard p.section_description
{
	color: #ffffff;
    margin: 10px 0px 10px 0px;
    padding-right: 15%;
}
.section.slideboard img
{
	position: absolute;
	top: -150px;
    left: 0px;
}
.section.slideboard ul
{
	list-style: none;
	text-align: left;
	margin-top: 25px;
	z-index: 2;
}
.section.slideboard ul li
{
	display: inline;
	margin-right: 20px;
}
.section.slideboard p.section_description a
{
	color: #ffffff;
}
.section.slideboard p.section_description a:hover
{
	color: #ff9900;
}
.section.slideboard a.button
{
	border: 1px solid #ffffff;
}
@media only screen and (max-width: 600px) {
    .section.slideboard img
    {
        display: none;
    }
    .section.slideboard p.section_description
    {
        padding-right: 0%;
    }
    /* Break Early */
    .section.slideboard .container 
    {
        width: 80%;
    }
    .section.slideboard .column,
    .section.slideboard .columns 
    {
        width: 100%;
        margin-left: 0px;
    }
}

/* Section - Home Courses
---------------------------------------------------------------------- */
.section.home_courses
{
	overflow-x: hidden;
    background-color: #f4f4f4;
}
.section.home_courses h2.section_heading
{
	text-align: center;
    font-size: 22px;
    color: #000000;
}
.section.home_courses ul
{
    list-style: square;
    margin-left: 20px;
}
.section.home_courses ul li
{
    text-align: left;
}
.section.home_courses img
{
    display: block;
    border-bottom: 5px solid #ff9900;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.section.home_courses .middle 
{
  transition: .5s ease;
  /*opacity: 0;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.section.home_courses .image_container 
{
    position: relative;
}

.section.home_courses a:hover .image {
  opacity: 0.3;
}

.section.home_courses a:hover .middle .text 
{
    background-color: #ff9900;
}

.section.home_courses .text 
{
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    padding: 16px 32px;
}
.section.home_courses a  
{
    border-bottom: none;
}
.section.home_courses a i 
{
    font-size: 22px;
    border-bottom: none;
}
.section.home_courses a:hover i.far.fa-edit
{
    border-bottom: none;
    color: #000000 !important;
    text-decoration: none;
}
.section.home_courses a:hover ul li
{
    color: #000000 !important;
}
.section.home_courses a:hover 
{
    text-decoration: none;
}
.section.home_courses a:hover h2
{
    text-decoration: underline;
    color: #ff9900;
}
.section.home_courses .button
{
	display: inline-block;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: .1rem;
	text-decoration: none;
	white-space: nowrap;
	background-color: #ff9900;
	border-radius: 15px;
	border: 2px solid #eb8d00;
	cursor: pointer;
	box-sizing: border-box; 
	width: 80%;
}
.section.home_courses .button:hover
{
	color: #ffffff;
	background-color: #6d9b85;
	border: 2px solid #5b8470;
}

/* Section - Home Page - Testimonials
---------------------------------------------------------------------- */
.section.testimonials
{
	background-color: #ff9900;
}	
.section.testimonials .centre_vertically_container
{
	/* height: 200px; */
	height: 240px;
}	

#testimonial_container .testimonial-with-quotes blockquote
{
	border-right: none;
}
.section.testimonials .testimonial-with-quotes blockquote,
.section.testimonials .testimonial-with-quotes blockquote p
{
	color: #ffffff;
	font-style: normal;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px 40px 0px 40px;
}

.section.testimonials .testimonial-with-quotes blockquote:before {
	color: #ffffff;
	display: block !important;
	left: 10px;
	top: 0;
	/*content: """;*/
	content: "\201c";
	font-family: 'Times New Roman', serif;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.section.testimonials .testimonial-with-quotes blockquote:after {
	color: #ffffff;
	display: block !important;
	right: 10px;
	font-family: 'Times New Roman', serif;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	content: "\201d";
}
.section.testimonials .testimonial-author
{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	padding-top: 20px;
    color: #ffffff;
}
.section.testimonials button
{
    width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
    .section.testimonials .centre_vertically_container
    {
        height: 260px;
    }	
    .section.testimonials .testimonial-with-quotes blockquote,
    .section.testimonials .testimonial-with-quotes blockquote p
    {
        margin: 0px 0px 0px 0px;
    }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
    .section.testimonials .centre_vertically_container
    {
        height: 180px;
    }	
    .section.testimonials .testimonial-with-quotes blockquote,
    .section.testimonials .testimonial-with-quotes blockquote p
    {
        font-size: 18px;
        line-height: 20px;
        padding: 0px 10px 0px 10px;
    }
    .section.testimonials .testimonial-author
    {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
    }
}
/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 549px) {
    .section.testimonials .centre_vertically_container
    {
        height: 150px;
    }	
    .section.testimonials .testimonial-with-quotes blockquote,
    .section.testimonials .testimonial-with-quotes blockquote p
    {
        font-size: 14px;
        line-height: 16px;
        padding: 0px 10px 0px 10px;
        margin: 0px 0px 0px 0px;
    }
    .section.testimonials .testimonial-author
    {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }
    .section.testimonials .testimonial-with-quotes blockquote:before {
        content: "";
        display: none !important;
    }

    .section.testimonials .testimonial-with-quotes blockquote:after {
        content: "";
        display: none !important;
    }
}


/* Section - Introduction
---------------------------------------------------------------------- */
.section.introduction
{
	background-color: #221e1f;
}
.section.introduction i
{
    font-size: 32px;
    color: #ffffff;
}

.section.introduction h2.section_heading
{
    color: #ffffff;
    text-align: center;
}
.section.introduction h5.section_heading
{
    color: #ffffff;
    text-align: center;
    margin: 20px 0px 0px 0px;
}
.section.introduction a     
{
    color: #ffffff;
    border-bottom: none;
}


/* Section - Course Details
---------------------------------------------------------------------- */
.section.course_details
{
	overflow-x: hidden;
    background-color: #f4f4f4;
}
.section.course_details ul
{
    list-style: square;
    margin-left: 20px;
}
.section.course_details ul li
{
    text-align: left;
}
.section.course_details ul.buttons
{
	list-style: none;
	margin-left: 0px;
}
.section.course_details ul.buttons li a
{
	border-bottom: 2px solid #ffffff;
	background-color: #555555;
	color: #ffffff;
}
.section.course_details ul.buttons li a:visited
{
	color: #ffffff;
}
.section.course_details ul.buttons li a:focus
{
	color: #ffffff;
}
.section.course_details ul.buttons li a:hover
{
	color: #ff9900;
}

.section.course_details h3.section_heading span
{
    font-size: 18px;
    line-height: 20px;
    letter-spacing: normal;
    color: #000000;
}
.section.course_details h5.section_heading 
{
    line-height: 24px;
}
.section.course_details ul.course_menu
{
    list-style: none;
    text-align: center;
    background-color: #ff9900;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
}
.section.course_details ul.course_menu li
{
    display: inline-block;
    border-left: 1px solid #ffffff;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 7px;
}
.section.course_details ul.course_menu li:first-child
{
    border-left: none;
}
.section.course_details ul.course_menu li a
{
    color: #ffffff;
}
.section.course_details ul.course_menu li a:hover
{
    color: #000000;
}
.section.course_details h4.section_heading
{
    text-align: center;
    font-style: normal;
    font-weight: 700;
    background-color: #ff9900;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
}
.section.course_details br.mobile_only
{
    display: none;
}
.section.course_details table.courses
{
	margin-top: 20px;
}
.section.course_details table.courses th,
.section.course_details table.courses td
{
	margin: 0px 0px 0px 0px;
	padding: 4px 6px 4px 6px;
}
.section.course_details .price_heading
{
	display: inline-block; 
	width: 60px; 
	margin-right: 0px; 
	padding-right: 0px;
}
.section.course_details h5.section_heading .price_amount
{
	display: inline-block; 
	margin-left: 0px; 
	padding-left: 0px;
}
.section.course_details h5.section_heading .price_amount:last-of-type
{
	display: block;
	margin-left: 64px; 
}

/* Break Early */
@media only screen and (max-width: 950px) {
    .section.course_details h2.section_heading
	{
		margin-top: 20px;
	}
}
@media only screen and (min-width: 550px) and (max-width: 950px) {
    .section.course_details .container 
    {
        width: 80%;
    }
    .section.course_details .column,
    .section.course_details .columns 
    {
        width: 100%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 425px) {
    .section.course_details .price_heading
    {
        display: block;
		width: auto;
    }
	.section.course_details h5.section_heading .price_amount,
	.section.course_details h5.section_heading .price_amount:last-of-type
	{
		display: block; 
		margin-left: 0px;
	}
}
@media only screen and (max-width: 750px) {
    .section.course_details br.mobile_only
    {
        display: block;
    }
}
@media only screen and (max-width: 650px) {
    .section.course_details ul.course_menu li
    {
        display: block;
        border-left: none;
        text-align: center;
        margin: 12px 0px 12px 0px;
        padding: 0px 0px 0px 7px;
    }
}
@media only screen and (max-width: 500px) {
	.section.course_details table.courses th,
	.section.course_details table.courses td
	{
		/* font-family: 'Roboto Mono', monospace; */
		font-size: 10px;
		margin: 0px 0px 0px 0px;
		padding: 4px 2px 4px 2px;
	}
}

/* Section - About Page
---------------------------------------------------------------------- */
.section.about
{
	overflow-x: hidden;
    background-color: #f4f4f4;
}


/* Section - Contact Us 
---------------------------------------------------------------------- */
.section.contact_us
{
	padding: 20px 0px 20px 0px;
	background-color: #cdcdcd;
	text-align: left;
}
.section.contact_us a
{
    border-bottom: none;
}
.section.contact_us .label
{
	margin: 2px 0;
}
.section.contact_us .field
{
	margin: 0px 0px 5px 0px;
}
.section.contact_us input, 
.section.contact_us textarea
{
	width: 100%;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	border: 1px solid #A1A1A1;
}
.section.contact_us button
{
	float: left;
	width: auto;
	height: auto;
	padding: 10px 10px 10px 10px;
	background: #62bf44;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 1em;
	cursor: pointer;
	line-height: 100%;
}
.section.contact_us #message
{
	padding: 0px 0px 0px 0px;
}
.section.contact_us #mail-status
{
	box-sizing: border-box;
    padding: 12px 20px;
	width: 100%;
	display:none; 
	font-size: 1em;
}
.section.contact_us .error
{
	background-color: #F7902D;
	color: #000000;
    margin-bottom: 20px;
}
.section.contact_us .success
{
	background-color: #62bf44;
    color: #ffffff;
	margin-bottom: 20px;
}
.section.contact_us .recaptcha_container
{
	text-align: left;
}
.section.contact_us .g-recaptcha
{
	display: inline-block;
	margin: 0px 0px 25px 0px;
}	  
/* Break Early */
@media only screen and (min-width: 550px) and (max-width: 950px) {
    .section.contact_us .container 
    {
        width: 80%;
    }
    .section.contact_us .column,
    .section.contact_us .columns 
    {
        width: 100%;
        margin-left: 0px;
    }
}
@media (max-width: 450px) {
	.section.contact_us .recaptcha_container
	{
		overflow-x: hidden;
	    text-align: left;
	}
	.section.contact_us .recaptcha_container .g-recaptcha {
		transform:scale(0.77);
		transform-origin:0 0;
	}
    .section.contact_us button
    {
        float: left;
    }
}


/* Section - Policy Pages 
---------------------------------------------------------------------- */
.section.policy
{
	background-color: #f4f4f4;
}
.section.policy h5.section_heading
{
	margin: 20px 0px 8px 0px;
}
.section.policy ul
{
    list-style: square;
    margin: 0px 0px 0px 20px;
}
.section.policy ul li
{
    text-align: left;
}


/* Section - Footer PCB Libraries
---------------------------------------------------------------------- */
.section.footer_pcb_libraries
{
	background-color: #e8e8e8;
}
.section.footer_pcb_libraries a
{
    border-bottom: none;
}
.section.footer_pcb_libraries img
{
	max-height: 70px;
	box-sizing: border-box; 
	max-width: 100%;
}

@media (max-width: 550px) {
	.section.footer_pcb_libraries .columns
	{
		margin: 20px 0px 0px 0px;
	}
	.section.footer_pcb_libraries .columns:first-of-type
	{
		margin: 0px 0px 0px 0px;
	}
}


/* Section - Footer 
---------------------------------------------------------------------- */
.section.footer
{
	position: relative;
	padding: 50px 0px 20px 0px;
	background-color: #000000;
}
.section.footer a
{
	font-weight: 700;
    border-bottom: 0px;
}
.section.footer a:hover
{
    color: #ff9900;
}
.section.footer h2.section_heading, .section.footer h3.section_heading
{
	color: #ffffff;
}
.section.footer .section_description
{
	margin-bottom: 30px;
}
.section.footer ul
{
	text-align: left;
	list-style: none;
}
.section.footer ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
}
.section.footer li a
{
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
}
#footer_divider
{
	border-top: 2px solid #ffffff;
	margin: 20px 0px 40px 0px;
}
.footer_logo
{
	float: left;
	text-align: left;
	margin: 0px 0px 20px 0px;
	width: 90%;
}
.footer_logo img
{
	max-width: 100%;
	max-height: 62px;
}
.section.footer .footer_copyright
{
	margin-top: 18px;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
}
.section.footer .footer_copyright ul
{
    list-style: none;
}
.section.footer .footer_copyright ul li 
{
    display: inline;
    border-right: 1px solid #ffffff;
    padding: 0px 5px 0px 0px;
    margin: 0px 2px 0px 0px;
}
.section.footer .footer_copyright ul li:last-child 
{
    border: none;
}
.section.footer .footer_copyright a
{
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	color: #ffffff;
}
.section.footer .footer_copyright a:hover
{
    color: #ff9900;
}
.footer_social_media
{
	text-align: right;
}
.section.footer .footer_social_media a
{
	font-size: 48px;	
	line-height: 48px;
	font-weight: 400;
	color: #ffffff;
}
.section.footer .footer_social_media a:hover
{
    color: #ff9900;
}
.section.footer .footer_social_media a .fa-facebook-square
{
    display: inline-block;
    color: #3b5998;
    background-color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 6px;
}
.section.footer .footer_social_media a .fa-linkedin
{
    color: #0e76a8;
    background-color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 6px;
}
.section.footer .footer_social_media a .fa-twitter-square
{
    color: #1DA1F2;
    background-color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 6px;
}
.section.footer .footer_social_media a .fa-instagram-square
{
    color: #3f729b;
    background-color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 6px;
}
.section.footer .mobile_only
{
    display: none;
}
/* Break to full width columns early */
@media only screen and (max-width: 760px) {
    .section.footer .mobile_only
    {
        display: block;
    }
    .section.footer .container 
    {
        position: relative;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box; 
    }
    .section.footer .column,
    .section.footer .columns 
    {
        width: 100%;
        float: left;
        box-sizing: border-box; 
        margin-left: 0px;
    }
    .section.footer h2.section_heading, 
    .section.footer h3.section_heading,
    .section.footer .footer_logo,
    .section.footer .footer_copyright,
	.section.footer .footer_social_media
	{
		text-align: center;
        width: 100%;
	}
	.section.footer .footer_social_media
    {
		margin-top: 10px;
    }
    .section.footer ul
    {
        list-style: none;
        text-align: center;
    }

}

.section.footer_cic
{
	padding: 10px 0px 10px 0px;
	background-color: #3e3e3e;
    color: #eaeaea;
    text-align: center;
    font-size: 9px;
}
.section.footer_cic a
{
    color: #eaeaea;
    border-bottom: 0px;
}


















/* #Misc
=================================================================================================================== */
.centered
{
	text-align: center;
}

/* #Media Queries
=================================================================================================================== */

/* Bigger than 1000 */
@media (min-width: 1000px) {

}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
