.template:after, .template:before {
	content:"";
	display:table
}
.template:after {
	clear:both
}
.lte-ie7 .template {
	zoom:1
}
.template__columns {
	margin:0 -1em
}
.template__columns__span {
	width:100%;
	float:left;
	padding:0 1em
}
@media (min-width:769px) {
.template__columns__span--1 {
	width:8.3333333333%
}
.template__columns__span--2 {
	width:16.6666666667%
}
.template__columns__span--3 {
	width:25%
}
.template__columns__span--4 {
	width:33.3333333333%
}
.template__columns__span--5 {
	width:41.6666666667%
}
.template__columns__span--6 {
	width:50%
}
.template__columns__span--7 {
	width:58.3333333333%
}
.template__columns__span--8 {
	width:66.6666666667%
}
.template__columns__span--9 {
	width:75%
}
.template__columns__span--10 {
	width:83.3333333333%
}
.template__columns__span--11 {
	width:91.6666666667%
}
.template__columns__span--12 {
	width:100%
}
}
.lte-ie8 .template__columns__span--1 {
	width:8.3333333333%
}
.lte-ie8 .template__columns__span--2 {
	width:16.6666666667%
}
.lte-ie8 .template__columns__span--3 {
	width:25%
}
.lte-ie8 .template__columns__span--4 {
	width:33.3333333333%
}
.lte-ie8 .template__columns__span--5 {
	width:41.6666666667%
}
.lte-ie8 .template__columns__span--6 {
	width:50%
}
.lte-ie8 .template__columns__span--7 {
	width:58.3333333333%
}
.lte-ie8 .template__columns__span--8 {
	width:66.6666666667%
}
.lte-ie8 .template__columns__span--9 {
	width:75%
}
.lte-ie8 .template__columns__span--10 {
	width:83.3333333333%
}
.lte-ie8 .template__columns__span--11 {
	width:91.6666666667%
}
.lte-ie8 .template__columns__span--12 {
	width:100%
}
.template--accordion h2.template--accordion__title {
	padding:.5em 4rem .5em 1.5rem;
	border:1px solid #00214f;
	margin-bottom:0.25em;
	font-size:1.125em;
	position:relative;
	background:#00214f;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#FFFFFF;
	-webkit-transition:background 350ms, color 350ms;
	-o-transition:background 350ms, color 350ms;
	transition:background 350ms, color 350ms
}
.template--accordion h2.template--accordion__title:after {
	content:'';
	position:absolute;
	right:1.5rem;
	top:50%;
	margin-top:-3px;
	border-top:6px solid #FFFFFF;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:-webkit-transform 350ms;
	transition:-webkit-transform 350ms;
	-o-transition:transform 350ms;
	transition:transform 350ms;
	transition:transform 350ms, -webkit-transform 350ms
}
.template--accordion div.template--accordion__container {
	display:none;
	padding:1px 1.5rem;
	line-height:1.5em;
	background-color:#f2f2f2
}
.template--accordion.active>h2.template--accordion__title {
	background:#001636;
	color:#f2f2f2
}
.template--accordion.active>h2.template--accordion__title:after {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.no-js .template--accordion h2.template--accordion__title:after {
	display:none
}
.no-js .template--accordion div.template--accordion__container {
	display:block
}
.mason--admin .template--accordion div.template--accordion__container, .mason--admin .template--accordion h2.template--accordion__title {
	cursor:text;
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto;
	position:relative;
	border:3px solid #EF5B25
}
.mason--admin .template--accordion div.template--accordion__container:before, .mason--admin .template--accordion h2.template--accordion__title:before {
	position:absolute;
	top:0;
	right:0;
	background:#EF5B25;
	text-transform:none;
	font-size:12px;
	color:#FFF;
	padding:6px 10px;
	line-height:1.5em;
	z-index:2
}
.mason--admin .template--accordion h2.template--accordion__title:before {
	content:'Accordion Title'
}
.mason--admin .template--accordion div.template--accordion__container {
	display:block
}
.mason--admin .template--accordion div.template--accordion__container:before {
	content:'Accordion Content'
}
.template__columns__span img {
	max-width:100%;
	height:auto!important
}
@media (min-width:600px) {
.template__columns__span--4 {
	width:50%
}
}
@media (min-width:1025px) {
.template__columns__span--4 {
	width:33.333%
}
}
.intro {
	margin-bottom:1.25em;
	font-size:1.5em;
	font-family:"Nunito Sans", sans-serif;
	letter-spacing:0.01em
}
@media (max-width:768px) {
.intro {
	font-size:1.2em!important
}
}
.intro .lte-ie8 {
	font-size:1.2em!important
}
.accordion__template {
	margin-bottom:10px
}
.accordion__title {
	padding:1em 3em 1em 2em;
	font-size:1em;
	position:relative;
	background:#f0f0f0;
	cursor:pointer;
	margin:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-transition:background .4s, color .4s;
	-o-transition:background .4s, color .4s;
	transition:background .4s, color .4s
}
.accordion__title:after, .accordion__title:before {
	content:"";
	width:1px;
	height:21px;
	position:absolute;
	right:2em;
	top:0em;
	bottom:0;
	margin:auto;
	background:#d12f14;
	-webkit-transition:background .3s ease, -webkit-transform .3s ease;
	transition:background .3s ease, -webkit-transform .3s ease;
	-o-transition:transform .3s ease, background .3s ease;
	transition:transform .3s ease, background .3s ease;
	transition:transform .3s ease, background .3s ease, -webkit-transform .3s ease
}
.accordion__title:before {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.accordion__title.active {
	background:#d12f14;
	color:#FFF!important
}
.accordion__title.active:after, .accordion__title.active:before {
	background:#fff
}
.accordion__title.active:before {
	-webkit-transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	transform:rotate(-135deg)
}
.accordion__title.active:after {
	-webkit-transform:rotate(-220deg);
	-ms-transform:rotate(-220deg);
	transform:rotate(-220deg)
}
.accordion__container {
	overflow:hidden;
	display:none;
	padding:1em 2em;
	background:#f0f0f0
}
.mason--admin .accordion__container {
	height:auto;
	display:block
}
.mason--admin {
}
.mason--admin .accordion__container, .mason--admin .accordion__title {
	position:relative;
	border:3px solid #EF5B25
}
.mason--admin .accordion__container:after, .mason--admin .accordion__title:after {
	position:absolute;
	top:0;
	right:0;
	background:#EF5B25;
	text-transform:none;
	font-size:12px;
	color:#FFF
}
.mason--admin .accordion__title {
	cursor:default;
	-webkit-user-select:text;
	-moz-user-select:text;
	-ms-user-select:text;
	user-select:text
}
.mason--admin .accordion__title:after {
	padding:0 8px 0 10px;
	content:'Accordion Title';
	width:auto;
	height:auto;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	bottom:auto
}
.mason--admin .accordion__title:before {
	display:none
}
.mason--admin .accordion__container {
	margin-bottom:6px
}
.mason--admin .accordion__container:after {
	padding:0 8px 2px 10px;
	content:'Accordion Container'
}
@media (min-width:1025px) {
.accordion__title {
	padding:1.2em 4em 1.2em 2.5em
}
.accordion__title:after, .accordion__title:before {
	right:3em
}
.accordion__container {
	padding:1.2em 2.5em
}
}
.attention {
	display:block;
	width:100%;
	padding:1.4em 2em;
	color:#FFF;
	background:#7e7e7e!important;
	border:5px solid #8b8b8b;
	font-size:1em;
	border-radius:20px
}
@media (min-width:1025px) {
.attention {
	font-size:1.3em;
	margin:2em 0
}
}
.button__link {
	position:relative;
	display:inline-block;
	font-weight:700;
	font-size:15px
}
.button__link a {
	display:block;
	padding:1.3em 2.5em 1.3em 2.5em;
	background:#00214f;
	color:#FFF;
	text-decoration:none!important;
	-webkit-transition:background .3s ease, color .3s ease;
	-o-transition:background .3s ease, color .3s ease;
	transition:background .3s ease, color .3s ease
}
.button__link a:hover {
	background:#FFF;
	color:#00214f
}
.button__link a:hover .svg__custom__arrow {
	-webkit-transform:translateX(15px);
	-ms-transform:translateX(15px);
	transform:translateX(15px)
}
.button__link .svg__custom__arrow {
	width:12px;
	height:16px;
	margin-left:10px;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	-webkit-transition:-webkit-transform .3s ease;
	transition:-webkit-transform .3s ease;
	-o-transition:transform .3s ease;
	transition:transform .3s ease;
	transition:transform .3s ease, -webkit-transform .3s ease
}
.button__link--alt a {
	background:transparent;
	color:#00214f;
	padding-left:0;
	padding-right:3.5em
}
.button__link--alt a:hover {
	background:transparent
}
.button__link--alt .svg__custom__arrow {
	position:absolute;
	top:0;
	bottom:0;
	right:2em;
	margin:auto;
	fill:#00214f
}
.content .custom__rounded__button {
	display:table;
	color:#d12f14;
	min-height:3em
}
.content .custom__rounded__button:hover {
	color:#fff
}
.table__container {
	display:block;
	max-width:100%;
	overflow:auto;
	margin:20px 0
}
.table__container table {
	table-layout:fixed;
	border-collapse:collapse;
	text-align:center
}
.table__container table td, .table__container table th {
	border:2px #fff solid
}
.table__container table td:first-of-type, .table__container table th:first-of-type {
	border-left:none
}
.table__container table td:last-of-type, .table__container table th:last-of-type {
	border-right:none
}
.table__container table th {
	background-color:#00214f;
	color:#fff;
	border-top:none;
	padding:5px;
}
.table__container table td {
	background-color:#dfdfdf;
	color:#686868;
	font-weight:600
}
.table__container table tr:last-of-type td {
	border-bottom:none
}
.content__region blockquote {
	margin:2em 0 1em;
	font-style:italic;
	padding:0.6em 2em;
	color:#7e7e7e;
	background:#fbfbfb;
	line-height:1.45em;
	position:relative;
	color:#00214f;
	font-weight:300;
	border-left:5px solid #d12f14
}
.content__region blockquote p:first-child {
	margin-top:.2em
}
.content__region blockquote p:last-child {
	margin-bottom:.2em
}
@media (min-width:850px) {
.content__region blockquote {
	font-size:1.2em;
	margin:3em 0 2em;
	padding:1em 2em
}
.content__region blockquote:after {
	width:100px;
	height:100px;
	content:"";
	position:absolute;
	top:-20px;
	right:-20px;
	background:url("/_site/images/design/quotes.png") center no-repeat;
	background-size:contain
}
}
@media (min-width:1100px) {
.content__region blockquote {
	font-size:1.5em
}
.content__region blockquote:after {
	width:150px;
	height:110px;
	top:-40px;
	right:-30px
}
}
.content .custom__download__button {
	display:block;
	background:#00214f;
	position:relative;
	text-transform:uppercase;
	letter-spacing:0.02em;
	padding:1em 1em 3em;
	color:#fff;
	text-decoration:none
}
.content .custom__download__button:before {
	content:"";
	position:absolute;
	width:100%;
	height:2em;
	background:#d12f14;
	bottom:0;
	left:0
}
.content .custom__download__button:after {
	content:"";
	position:absolute;
	background:url("/_site/images/design/sub-arrow.png") no-repeat center;
	background-size:contain;
	width:17px;
	height:2em;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	-webkit-transition:-webkit-transform .3s ease;
	transition:-webkit-transform .3s ease;
	-o-transition:transform .3s ease;
	transition:transform .3s ease;
	transition:transform .3s ease, -webkit-transform .3s ease
}
@media (min-width:600px) {
.content .custom__download__button {
	background:#f8f9f9;
	color:#353535;
	padding:1.3em 2em 1.3em 6em;
	-webkit-transition:background .3s ease, color .3s ease;
	-o-transition:background .3s ease, color .3s ease;
	transition:background .3s ease, color .3s ease
}
.content .custom__download__button:before {
	width:4em;
	height:100%
}
.content .custom__download__button:after {
	height:17px;
	left:1.4em;
	bottom:0;
	top:0;
	right:auto
}
.content .custom__download__button:hover {
	background:#00214f;
	color:#fff;
	text-decoration:none
}
.content .custom__download__button:hover:after {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
}
.content__region .template--linkbox {
	position:relative;
	width:100%;
	overflow:hidden;
	min-height:280px;
	margin:1em 0 0
}
.mason--admin .content__region .template--linkbox {
	min-height:none
}
.content__region .template--linkbox a {
	display:block;
	width:100%;
	height:100%;
	font-size:0px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:5
}
.content__region .template--linkbox .link__box__bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1;
	background:#000
}
.content__region .template--linkbox .link__box__bg img {
	opacity:0;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition:opacity 1s ease, -webkit-transform 1s ease;
	transition:opacity 1s ease, -webkit-transform 1s ease;
	-o-transition:transform 1s ease, opacity 1s ease;
	transition:transform 1s ease, opacity 1s ease;
	transition:transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
	max-width:none
}
.content__region .template--linkbox .link__box__bg:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:rgba(0, 0, 0, 0.3);
	-webkit-transition:top .3s ease;
	-o-transition:top .3s ease;
	transition:top .3s ease
}
.mason--admin .content__region .template--linkbox .link__box__bg {
	position:relative;
	height:auto;
	display:block;
	border:1px solid orange;
	background:transparent
}
.mason--admin .content__region .template--linkbox .link__box__bg img {
	display:block;
	-webkit-transform:scale(1)!important;
	-ms-transform:scale(1)!important;
	transform:scale(1)!important
}
.content__region .template--linkbox .link__box__container {
	position:absolute;
	width:100%;
	height:auto;
	padding:0 20px 20px;
	z-index:3;
	color:#FFF;
	top:100%;
	left:0;
	text-align:center;
	-webkit-transition:top .5s ease;
	-o-transition:top .5s ease;
	transition:top .5s ease
}
.content__region .template--linkbox .link__box__container .link__box__container__header {
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	padding:10px 0;
	-webkit-transition:padding 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26), -webkit-transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26);
	transition:padding 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26), -webkit-transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26);
	-o-transition:transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26), padding 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26);
	transition:transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26), padding 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26);
	transition:transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26), padding 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26), -webkit-transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26)
}
.content__region .template--linkbox .link__box__container h3 {
	margin:0;
	color:#FFF;
	font-weight:700
}
.mason--admin .content__region .template--linkbox .link__box__container {
	position:static
}
.content__region .template--linkbox:hover .link__box__bg img {
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	opacity:0.4!important
}
.template--fiveboxes, .template--fourboxes, .template--threeboxes, .template--twoboxes {
	margin:1em -10px
}
.template--fiveboxes .template--linkbox, .template--fourboxes .template--linkbox, .template--threeboxes .template--linkbox, .template--twoboxes .template--linkbox {
	margin:0;
	border:10px solid #FFF
}
@media (min-width:1025px) {
.content__region .template--linkbox .link__box__container h3 {
	font-size:1.5em
}
}
.mason--admin .content__region .template--linkbox {
	height:auto!important;
	background:rgba(209, 47, 20, 0.5)
}
.mason--admin .content__region .template--linkbox a {
	position:relative;
	opacity:1;
	background:#ef5b25;
	color:#FFF!important;
	font-size:12px;
	font-style:italic;
	padding:10px 20px;
	height:40px
}
.mason--admin .content__region .template--linkbox .link__box__container {
	position:static;
	-webkit-transform:translate(0) scale(1);
	-ms-transform:translate(0) scale(1);
	transform:translate(0) scale(1);
	padding:30px
}
.mason--admin .content__region .template--linkbox .link__box__container .link__box__container__header {
	position:static;
	-webkit-transform:translate(0) scale(1);
	-ms-transform:translate(0) scale(1);
	transform:translate(0) scale(1);
	padding:0
}
.mason--admin .content__region .template--linkbox .link__box__bg {
	position:static;
	width:100%;
	height:auto;
	display:block
}
.mason--admin .content__region .template--linkbox .link__box__bg img {
	max-width:100%;
	height:auto;
	opacity:1!important
}
.mason--admin .content__region .template--linkbox .link__box__bg:after {
	display:none
}
@media (min-width:600px) {
.content__region .template--linkbox {
	height:380px;
	background:#1d252d
}
.content__region .template--linkbox .link__box__container {
	padding:0 30px 30px;
	height:auto;
	top:auto;
	bottom:0;
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26);
	transition:-webkit-transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26);
	-o-transition:transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26);
	transition:transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26);
	transition:transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26), -webkit-transform 0.5s cubic-bezier(0.69, 0.1, 0.32, 1.26)
}
.content__region .template--linkbox .link__box__container .link__box__container__header {
	padding:30px 0
}
.content__region .template--linkbox .link__box__bg {
	left:0%;
	right:0;
	width:auto
}
.content__region .template--linkbox .link__box__bg:after {
	background:rgba(0, 0, 0, 0.3)
}
.content__region .template--linkbox:hover .link__box__container {
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%)
}
.content__region .template--linkbox:hover .link__box__container .link__box__container__header {
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
	padding-bottom:15px
}
.mason--admin .content__region .template--linkbox:hover .link__box__container .link__box__container__header {
	padding-bottom:0
}
.content__region .template__columns .template--linkbox {
	width:100%
}
.content__region .template__columns .template--linkbox .link__box__container .link__box__text {
	width:100%;
	font-size:14px
}
}
@media (min-width:415px) {
.template--twoboxes .template--linkbox {
	width:50%;
	float:left
}
.template--threeboxes .template {
	margin:0
}
.template--threeboxes .template--linkbox {
	width:50%;
	float:left
}
.template--threeboxes .template--linkbox:first-child {
	width:100%;
	height:200px
}
.template--fourboxes .template--linkbox {
	width:50%;
	float:left
}
.template--fiveboxes .template--linkbox {
	width:50%;
	float:left
}
.template--fiveboxes .template--linkbox:first-child {
	width:100%;
	height:200px
}
}
.lte-ie8 .template--twoboxes .template--linkbox {
	width:50%;
	float:left
}
.lte-ie8 .template--threeboxes .template {
	margin:0
}
.lte-ie8 .template--threeboxes .template--linkbox {
	width:50%;
	float:left
}
.lte-ie8 .template--threeboxes .template--linkbox:first-child {
	width:100%;
	height:200px
}
.lte-ie8 .template--fourboxes .template--linkbox {
	width:50%;
	float:left
}
.lte-ie8 .template--fiveboxes .template--linkbox {
	width:50%;
	float:left
}
.lte-ie8 .template--fiveboxes .template--linkbox:first-child {
	width:100%;
	height:200px
}
@media (min-width:1025px) {
.template--threeboxes .template {
	margin:0
}
.template--threeboxes .template--linkbox {
	width:50%;
	float:left
}
.template--threeboxes .template--linkbox:first-child {
	width:100%;
	height:380px
}
.template--fourboxes .template--linkbox {
	height:200px
}
.template--fiveboxes .template--linkbox {
	width:33.333%;
	height:380px
}
.template--fiveboxes .template--linkbox:first-child {
	width:50%;
	height:300px
}
.template--fiveboxes .template--linkbox:first-child+div {
	width:50%;
	height:300px
}
}
.content__link__image {
	display:block
}
.content__link__image:after {
	display:none!important
}
.content__link__image p {
	margin:0
}
.content__link__image img {
	vertical-align:top
}
.tab__header:after, .tab__header:before {
	content:"";
	display:table
}
.tab__header:after {
	clear:both
}
.lte-ie7 .tab__header {
	zoom:1
}
.tab__btn {
	border-top:1px #fff solid;
	width:100%;
	color:#a1a1a1;
	background:#dfdfdf;
	float:left;
	text-align:center;
	cursor:pointer
}
@media (min-width:415px) {
.tab__btn {
	width:50%;
	border-right:1px #fff solid
}
.tab__btn:nth-of-type(2n-1) {
	border-right:1px #fff solid
}
}
.tab__btn .lte-ie8 {
	width:50%;
	border-right:1px #fff solid
}
.tab__btn .lte-ie8:nth-of-type(2n-1) {
	border-right:1px #fff solid
}
@media (min-width:769px) {
.tab__btn {
	width:25%
}
.tab__btn:nth-of-type(4n-2) {
	border-right:1px #fff solid
}
}
.tab__btn .lte-ie8 {
	width:25%
}
.tab__btn .lte-ie8:nth-of-type(4n-2) {
	border-right:1px #fff solid
}
@media (min-width:1025px) {
.tab__btn {
	width:50%
}
.tab__btn:nth-of-type(4n-2) {
	border-right:none
}
}
@media (min-width:1301px) {
.tab__btn {
	width:25%
}
.tab__btn:nth-of-type(4n-2) {
	border-right:1px #fff solid
}
}
.tab__btn p {
	padding:0 5%;
	font-size:1em;
	font-weight:600;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.tab__btn:last-child {
	border-right:none
}
.tab__btn.active {
	background-color:#00214f;
	color:#fff
}
.tab__area__item {
	display:none;
	padding:40px 5%;
	background:#f4f4f4
}
.mason--admin .tab__area__item {
	display:block;
	border-top:1px #fff solid
}
.tab__area__item.active {
	display:block
}
.tab__area__item p {
	line-height:1.4
}
.tab__area__item p:first-of-type {
	margin-top:0
}
.tab__area__item p:last-of-type {
	margin-bottom:0
}
.template--info {
	position:relative;
	overflow:hidden
}
.template--info .info__image {
	height:160px
}
.template--info .info__text {
	padding:2em;
	color:#fff
}
.template--info .info__text h2, .template--info .info__text h3, .template--info .info__text h4, .template--info .info__text h5 {
	margin:0;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.02em
}
.template--info-left {
	background:#001636
}
.template--info-left .custom__rounded__button {
	border-color:#fff;
	color:#fff
}
.template--info-left .custom__rounded__button:hover {
	color:#00214f;
	background:#fff
}
.template--info-right {
	background:#ba2a12
}
.template--info-right .custom__rounded__button {
	border-color:#fff;
	color:#fff
}
.template--info-right .custom__rounded__button:hover {
	color:#d12f14;
	background:#fff
}
@media (min-width:600px) {
.template--info .info__image {
	position:absolute;
	top:0;
	width:50%;
	height:100%
}
.template--info-left {
	padding-left:50%
}
.template--info-left .info__image {
	left:0
}
.template--info-right {
	padding-right:50%
}
.template--info-right .info__image {
	right:0
}
}
@media (min-width:1025px) {
.template--info .info__image {
	position:absolute;
	top:0;
	width:40%;
	height:100%
}
.template--info .info__text {
	padding:4em 2em;
	font-size:1.05em
}
.template--info-left {
	padding-left:40%
}
.template--info-right {
	padding-right:40%
}
}
.template__columns__span--10>p:first-child {
	margin-top:-8px
}
