/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section.

Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/

.breakout + .breakout {
  margin-top: -2em;
}
.breakout .large-wrapper, .breakout .medium-wrapper {
	padding: 0;
}
.triangle-down {
	padding-bottom: 3.5em;
}
.triangle-down:before {
    content: '';
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 25px solid #ffffff;
    height: 0;
    width: 0;
    position: absolute;
    top: auto;
    left: calc(50% - 40px);
    z-index: 6;
    bottom: 0;
}
.triangle-down.no-content .large-wrapper:before {
    top: -95px;
}
.og-text.icon img {
    vertical-align: bottom;
}
.og {
    background-color: #D9E800;
}
.white {
	background-color: #fff;
}
.yellow {
	background-color: #FDCF2E;
	color: #2e2e2e;
}
.home-ctas .wrap {
    text-align: center;
    border: 2px solid #888;
    padding: 1em;
    font-weight: 500;
    height: 100%;
}
.og-text {
    color: #D9E800;
}
.serv-row .wrap {
    height: 100%;
}

.serv-row .wrap h3 {
	color: #464646;
	background: #fcce2c;
	padding: 10px 15px;
}

.serv-row {
    margin-top: 2em;
}

.serv-row > div {
    margin-bottom: 1em;
}

.home-ctas .wrap  i {margin-bottom: 10px;}
h2 span {
    color: #E37100;
    display: block;
    font-size: 19px;
    text-transform: uppercase;
}
footer table tr td {
    padding-bottom: 10px;
	color: #fff;
}

#footer .btn {
	display: block;
	margin-bottom: 10px;
	color: #222;
}

.icon img {
	max-width: 40px;
}

.last-b h6 {
	font-size: 2em;
}