/*--------------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. 
----------------------------------------------------------------*/

.home .breakout {
	border-top: 10px solid #0a337f;
}

label {
	color: #fff;
}

.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: #0A337F;
}

.og p, .og a, .og h1, .og h2, .og h3, .og h4, .og h5, .og h6 {
	color: #fff !important;
	font-size: 1.5em;
}

.page-id-22 .og p, .page-id-22 .og a {
	font-size: 15px;
}

.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: #222222;
}
.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;
}

.aiosrs-rating-wrap {
	display: none;
}