.clearfloat:before,
.clearfloat:after {
	content: '';
	display: table;
}

.clearfloat:after {
	clear: both;
}

.rd-container,
.rd-cols {
	clear: both;
	position: relative;
}

.rd-container:before,
.rd-container:after,
.rd-cols:before,
.rd-cols:after {
	content: '';
	display: table;
}

.rd-container:after,
.rd-cols:after {
	clear: both;
}

.flexible-box {
	display: inline-block;
	max-width: 100%;
}

.rd-container {
	width: 90%;
	max-width: 1260px;
	position: relative;
	margin: auto;
	letter-spacing: -0.28em;
	padding-left: 0;
}

.rd-container > * {
	letter-spacing: normal;
}

section .rd-container {
	padding-bottom: 2rem;
}
.pg-tab section:first-child .rd-container {
	padding-top: 3rem;
}

.rd-grid {
	height: auto;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.rd-grid > [class*="col-"] {
	height: 100%;
}

[class*="rd-col-"],
[class*="rd-row-"] {
	position: relative;
}

[class*="rd-col-"] {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	float: left;
}

img[class*="rd-col-"] {
	float: left;
}

.rd-has-default-margins {
	width: 94%;
	max-width: calc(1260px + 4%);
	padding-left: 2% !important;
}

.rd-has-default-margins:before,
.rd-has-default-margins:after {
	content: '';
	display: table;
}

.rd-has-default-margins:after {
	clear: both;
}

.rd-has-default-margins [class*="col-"] {
	margin: 0  2% 2% 0;
}

.rd-container .rd-has-default-margins {
	width: 102.5%;
	max-width: 102.5%;
	padding-left: 0% !important;
}

.rd-has-default-margins .rd-col-1-1 {
	width: 97.5% !important;
}

.rd-has-default-margins .rd-col-2-3 {
	width: 64.332% !important;
}

.rd-has-default-margins .rd-col-3-4 {
	width: 72.625% !important;
}

/*
.has-default-margins .col-1-2 { @include FLOW-at($tablet){width: 45.9%;} }   // 46%
.has-default-margins .col-1-3 { @include FLOW-at($tablet){width: 29.265%;} } // 29.3334%
.has-default-margins .col-2-3 { @include FLOW-at($tablet){width: 62.5%;} }   // 62.6668%
.has-default-margins .col-1-4 { @include FLOW-at($tablet){width: 45.9%;} @include FLOW-at($desktop){width: 20.95%;} }  // 21%
.has-default-margins .col-3-4 { @include FLOW-at($tablet){width: 45.9%;} @include FLOW-at($desktop){width: 70.85%;} }  // 71%
*/

.rd-row-1-1 {
	height: 100%;
}

.rd-row-1-2 {
	height: 50%;
}

.rd-row-1-3 {
	height: 33.33%;
}

.rd-row-2-3 {
	height: 66.66%;
}

.rd-row-1-4 {
	height: 25%;
}

.rd-row-3-4 {
	height: 75%;
}

.rd-is-hidden {
	width: 1px !important;
	height: 1px !important;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	position: absolute;
	overflow: hidden;
}

.rd-scrollable {
	overflow-y: scroll;
}

.rd-right {
	float: right;
}

.rd-is-hidden-on-mobile {
	display: none;
}

.rd-v-center-outer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.rd-v-center-outer .rd-v-center {
	display: table;
	height: 100%;
	width: 100%;
}

.rd-v-center-outer .rd-v-center .rd-v-center-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

@font-face {
	font-family: "icons_83";
	src: url("../../fonts/icon-font/icons_83.eot?#iefix") format("embedded-opentype"), url("../../fonts/icon-font/icons_83.woff") format("woff"), url("../../fonts/icon-font/icons_83.ttf") format("truetype"), url("../../fonts/icon-font/icons_83.svg#icon") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-checkmark:before,
.icon-full-arrow-left:before,
.icon-full-arrow-right:before,
.icon-hamburger:before,
.icon-international:before,
.icon-research:before,
.icon-search:before,
.icon-social-facebook:before,
.icon-social-instagram:before,
.icon-social-linkedin:before,
.icon-social-twitter:before,
.icon-social-youtube:before,
.icon-study:before,
.icon-support:before {
	font-family: "icons_83";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-down:before {
	content: '\e001';
}

.icon-arrow-left:before {
	content: '\e002';
}

.icon-arrow-right:before {
	content: '\e003';
}

.icon-arrow-up:before {
	content: '\e004';
}

.icon-checkmark:before {
	content: '\e005';
}

.icon-full-arrow-left:before {
	content: '\e006';
}

.icon-full-arrow-right:before {
	content: '\e007';
}

.icon-hamburger:before {
	content: '\e008';
}

.icon-international:before {
	content: '\e009';
}

.icon-research:before {
	content: '\e00a';
}

.icon-search:before {
	content: '\e00b';
}

.icon-social-facebook:before {
	content: '\e00c';
}

.icon-social-instagram:before {
	content: '\e00d';
}

.icon-social-linkedin:before {
	content: '\e00e';
}

.icon-social-twitter:before {
	content: '\e00f';
}

.icon-social-youtube:before {
	content: '\e010';
}

.icon-study:before {
	content: '\e011';
}

.icon-support:before {
	content: '\e012';
}

.clearfloat:before,
.clearfloat:after {
	content: '';
	display: table;
}

.clearfloat:after {
	clear: both;
}

.rd-container,
.rd-cols {
	clear: both;
	position: relative;
}

.rd-container:before,
.rd-container:after,
.rd-cols:before,
.rd-cols:after {
	content: '';
	display: table;
}

.rd-container:after,
.rd-cols:after {
	clear: both;
}

.flexible-box {
	display: inline-block;
	max-width: 100%;
}

footer {
	background-color: #1e1e1e;
	color: #fff;
}

footer .rd-container {
	font-size: 1rem;
	padding: 3em 0 2em;
}

footer .rd-container h1 {
	font-size: 2.8125rem;
	line-height: 1.025;
	letter-spacing: 2px;
}

footer .rd-container h2 {
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.025;
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

footer .rd-container h3 {
	font-size: 1.625rem;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.45;
}

footer .rd-container h4 {
	font-size: 1.375rem;
	line-height: 1.45;
}

footer .rd-container h5 {
	font-size: 1rem;
	line-height: 1.55;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

footer .rd-container h6 {
	line-height: 1.55;
	font-size: 0.875rem;
	font-weight: 200;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	letter-spacing: 1px;
}

footer .rd-container h6 sup {
	font-size: 9px;
}

footer .rd-container h5 {
	margin-bottom: 1em;
}

footer .rd-container p,
footer .rd-container a {
	font-size: 14px;
}

footer .rd-contact-info {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

footer .rd-contact-info h4 {
	font-size: 20px;
	font-weight: normal;
}

footer .rd-contact-info hr {
	width: 30%;
	opacity: 0.2;
	border-width: 1px;
	margin: 2em auto;
}

footer .rd-contact-info a {
	color: #fff;
	text-decoration: none;
}

footer .rd-contact-info [class*="icon"] {
	color: #fff;
	transition: all 0.2s ease-in;
	font-size: 16px;
	padding: 0 0.5em;
}

footer .rd-contact-info [class*="icon"]:hover {
	color: #e1e1e1;
}

footer .rd-creator {
	font-size: 12px;
	text-align: center;
}

footer .rd-creator span {
	margin: 0 3px;
}

footer .rd-creator a {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}

footer .rd-footer-navigation {
	/*display: none;*/
	padding: 3em 0;
	text-align: center;
}

footer .rd-footer-navigation a {
	padding-bottom: 0.2em;
	text-transform: capitalize;
}

footer .rd-footer-navigation > .rd-col-1-3 {
	margin-bottom: 1em;
}

