/*
Theme Name: RIAS Regulations - Public Site
Theme URI: http://rias-regs.co.uk
Author: Dynamic Array
Author URI: http://dynamicarray.co.uk/
Description: The 2015 theme for public pages of the RIAS Regulations website
Version: 2.5h
Text Domain: rias-regs
*/

body {
	font-family: 'Roboto', sans-serif;
}

.h6 {
	font-weight: 900;
}
.form-control {
	border: 1px solid #e4e4e4;
}
.form-control:focus {
	border-color: #d0d0d0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 208, 208, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(208, 208, 208, 0.6);
}
.btn-link {
	color: #2babcf;
}
.btn-link:focus {
	color: #2babcf;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #333;
	background-color: #f6f6f6;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #333;
	background-color: #fff;
}
.input-group-addon {
	border: 1px solid #e4e4e4;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	border-color: #2babcf;
}
.navbar-brand {
	padding: 5px;
	height: 65px;
	font-weight: 400;
	font-size: 22px;	
}
.navbar-brand > img {
	height: 68px;
}
.navbar-toggle {
	margin: 15px;
}
.navbar-nav {
	margin: 20px 15px 15px 0;
}
.navbar-form {
	margin-left: -15px;
}
.navbar:before {
  background-image: url('assets/img/rias-logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 800px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.025;
}

.featured-image {
	height: 300px;
	background: gray url() no-repeat center center fixed;
	background-size: cover;
	margin-top: -10px;
}
.browser {
	position: relative;
	border: 1px solid #b8b8b8;
	border-radius: 0 0 2px 2px;
	background: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.browser:before {
	content: "";
	position: absolute;
	top: -29px;
	height: 28px;
	left: -1px;
	right: -1px;
	border: 1px solid #b8b8b8;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	background-image: -webkit-linear-gradient(top, #ededed 0%, #d1d1d1 100%);
	background-image: -o-linear-gradient(top, #ededed 0%, #d1d1d1 100%);
	background-image: linear-gradient(to bottom, #ededed 0%, #d1d1d1 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffd1d1d1', GradientType=0);
	text-align: center;
	line-height: 28px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
/* ===== Scaffolding ===== */
/* ===== Typography ====== */
/* ===== Tables ===== */
.table > thead > tr > td.yellow,
.table > tbody > tr > td.yellow,
.table > tfoot > tr > td.yellow,
.table > thead > tr > th.yellow,
.table > tbody > tr > th.yellow,
.table > tfoot > tr > th.yellow,
.table > thead > tr.yellow > td,
.table > tbody > tr.yellow > td,
.table > tfoot > tr.yellow > td,
.table > thead > tr.yellow > th,
.table > tbody > tr.yellow > th,
.table > tfoot > tr.yellow > th {
	background-color: #fbfbcb;
}
.table-hover > tbody > tr > td.yellow:hover,
.table-hover > tbody > tr > th.yellow:hover,
.table-hover > tbody > tr.yellow:hover > td,
.table-hover > tbody > tr.yellow:hover > th {
	background-color: #f8f79b;
}
/* ===== Buttons ===== */
.btn-lg,
.btn-group-lg > .btn {
	font-size: 14px;
	border-radius: 4px;
}
/*** Button Colors ***/
.btn-theme-primary {
	background: #5C7CC4;
	background-image: -webkit-linear-gradient(top, #7b97d6 0%, #5C7CC4 100%);
	background-image: -o-linear-gradient(top, #7b97d6 0%, #5C7CC4 100%);
	background-image: linear-gradient(to bottom, #7b97d6 0%, #5C7CC4 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff05f68', endColorstr='#ffed3e49', GradientType=0);
	border-color: #5572b1;
	color: white;
}
.btn-theme-primary:hover,
.btn-theme-primaryfocus,
.btn-theme-primary:active {
	border-color: #47629b;
	background: #5C7CC4;
	background-image: none;
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-theme-secondary {
	background: #2babcf;
	background-image: -webkit-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
	background-image: -o-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
	background-image: linear-gradient(to bottom, #45b8d8 0%, #2babcf 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff45b8d8', endColorstr='#ff2babcf', GradientType=0);
	border-color: #2288a5;
	color: white;
}
.btn-theme-secondary:hover,
.btn-theme-secondaryfocus,
.btn-theme-secondary:active {
	border-color: #1e7790;
	background: #2babcf;
	background-image: none;
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* ===== Forms ===== */
.form-control,
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* ===== Dropdowns ===== */
.dropdown-menu {
	padding: 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
@media (min-width: 992px) {
	.navbar-nav > li > .dropdown-menu,
	.dropdown-submenu > .dropdown-menu {
	margin-top: 3px;
	}
	.navbar-nav > li > .dropdown-menu:before,
	.dropdown-submenu > .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -3px;
	height: 0;
	left: 0;
	width: 100%;
	border-top: 3px solid #5C7CC4;
	}
	.navbar-nav > li > .dropdown-menu > li > a,
	.dropdown-submenu > .dropdown-menu > li > a {
	padding: 7px 30px 7px 10px;
	border-bottom: 1px solid #eee;
	-webkit-transition: padding 300ms;
	-o-transition: padding 300ms;
	transition: padding 300ms;
	}
	.navbar-nav > li > .dropdown-menu > li > a:hover,
	.dropdown-submenu > .dropdown-menu > li > a:hover {
	padding: 7px 20px 7px 20px;
	}
	.navbar-nav > li > .dropdown-menu > li:last-child > a,
	.dropdown-submenu > .dropdown-menu > li:last-child > a {
	border-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	}
}
/*** Dropdown Sub Menu ***/
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: -1px;
	left: 100%;
	margin: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
@media (max-width: 991px) {
	.dropdown-submenu > .dropdown-menu {
	display: block;
	margin-left: 10px;
	font-size: 13px;
	}
}
@media (min-width: 992px) {
	.dropdown-submenu > a:after {
	position: absolute;
	right: 10px;
	content: "\f105";
	font-family: FontAwesome;
	}
}
.dropdown-submenu.pull-left {
	float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	right: 100%;
}
/* ===== Container Sizes ===== */
/* ===== Navbar ===== */
.navbar-default {
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.175);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.175);
}

/*** Navbar Links ***/
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
}

.navbar-btn {
	margin-top: 25px;
	margin-left: 5px;
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a:before {
	content: "";
	position: absolute;
	top: -23px;
	height: 0;
	left: 0;
	width: 100%;
	border-top: 3px solid #5C7CC4;
	-webkit-transition: top 100ms;
	-o-transition: top 100ms;
	transition: top 100ms;
	}
	.navbar-default .navbar-nav > li > a:hover:before,
	.navbar-default .navbar-nav > li > a:focus:before {
	top: 0;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	padding-top: 19.5px;
	border-top: 3px solid #5C7CC4;
	}
	.navbar-default .navbar-nav > .active > a:before,
	.navbar-default .navbar-nav > .active > a:hover:before,
	.navbar-default .navbar-nav > .active > a:focus:before {
	top: -3px;
	}
}
/*** Navbar Toggle ***/
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border-color: #bbb;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #aaa;
}
/*** Navbar Search ***/
.navbar-nav > li #navbar-search-box {
	position: absolute;
	right: 0;
	bottom: -69px;
	width: 250px;
	padding: 15px;
	background: white;
	border: 1px solid #ddd;
	border-top: 3px solid #2babcf;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
.navbar-nav > #navbar-search > a > i.fa-times {
	margin: 0 1px;
}
/* ===== Navs ===== */
/*** Tabs ***/
.nav-tabs {
	border-bottom: 3px solid #2babcf;
	margin-bottom: 15px;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	border: 1px solid transparent;
	border-bottom: 0;
}
.nav-tabs > li > a:hover {
	border-color: #f6f6f6;
	background: #f6f6f6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background: #2babcf;
	background-image: -webkit-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
	background-image: -o-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
	background-image: linear-gradient(to bottom, #3db5d7 0%, #2babcf 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3db5d7', endColorstr='#ff2babcf', GradientType=0);
	color: white;
	border: 1px solid transparent;
	border-bottom: 0;
}
/*** Tabs Justified ***/
.nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	background: #2babcf;
	background-image: -webkit-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
	background-image: -o-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
	background-image: linear-gradient(to bottom, #3db5d7 0%, #2babcf 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3db5d7', endColorstr='#ff2babcf', GradientType=0);
	color: white;
	border: 0;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified {
	border-bottom: 3px solid #2babcf;
	}
	.nav-tabs.nav-justified > li > a {
	border-bottom: 0;
	}
}
/*** Pills ***/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-image: -webkit-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
	background-image: -o-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
	background-image: linear-gradient(to bottom, #45b8d8 0%, #2babcf 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff45b8d8', endColorstr='#ff2babcf', GradientType=0);
}
/* ===== Pagination ===== */
.pagination > li > a,
.pagination > li > span {
	margin: 0 1px;
	border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #2babcf;
	background-image: -webkit-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
	background-image: -o-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
	background-image: linear-gradient(to bottom, #45b8d8 0%, #2babcf 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff45b8d8', endColorstr='#ff2babcf', GradientType=0);
}
/* ===== Tooltips ===== */
.tooltip-inner {
	padding: 7px;
	border-radius: 2px;
}
/* ===== Popovers ===== */
.popover {
	padding: 0;
	border-width: 3px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popover-title {
	border-bottom: 1px solid #e9e9e9;
	border-radius: 4px 4px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 600;
}
/* ===== Progress Bars ===== */
.progress {
	height: 30px;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
}
.progress-bar {
	line-height: 30px;
}
.progress-bar-theme-primary {
	background-color: #5C7CC4;
}
.progress-bar-theme-secondary {
	background-color: #2babcf;
}
/* ===== Panels ===== */
.panel-heading {
	text-transform: uppercase;
}
/*** Panel Colors ***/
.panel-theme-primary {
	border-color: #5C7CC4;
}
.panel-theme-primary > .panel-heading {
	color: white;
	background-color: #ef555f;
	border-color: #ef555f;
}
.panel-theme-primary > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ef555f;
}
.panel-theme-primary > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ef555f;
}
.panel-theme-primary > .panel-footer {
	background-color: #ef555f;
	border-top: 1px solid #ef555f;
	color: white;
}
.panel-theme-secondary {
	border-color: #2babcf;
}
.panel-theme-secondary > .panel-heading {
	color: white;
	background-color: #3db5d7;
	border-color: #3db5d7;
}
.panel-theme-secondary > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #3db5d7;
}
.panel-theme-secondary > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #3db5d7;
}
.panel-theme-secondary > .panel-footer {
	background-color: #3db5d7;
	border-top: 1px solid #3db5d7;
	color: white;
}
/*** Accordion ***/
.panel-group .panel-heading {
	position: relative;
	padding: 0;
}
.panel-group .panel-heading > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}
.panel-group .panel-heading > a:after {
	position: absolute;
	right: 10px;
	height: 20px;
	width: 20px;
	content: "\f107";
	background: #e4e4e4;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	font-family: FontAwesome;
	color: white;
}
.panel-group .panel-heading > .collapsed:after {
	content: "\f105" !important;
}
/* ===== Wells ===== */
.well {
	-webkit-box-shadow: none;
	box-shadow: none;
}



/* ===== Topic Header ===== */
.topic {
	margin-top: -8px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	background: #f6f6f6;
}
.topic h3 {
	display: inline-block;
	margin: 0;
	padding: 23px 0;
	font-size: 16px;
}
.topic .breadcrumb {
	margin-bottom: 0;
	padding: 21px 0;
	background: transparent;
}
/* ===== Headline ===== */
.headline {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.headline:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border: 0;
	border-top: 1px solid #e9e9e9;
	z-index: -1;
}
.headline > span {
	display: inline-block;
	position: relative;
	background: white;
	padding-right: 15px;
}
/*** Headline: Large ***/
.headline-lg {
	margin: 30px auto;
	text-align: center;
}
.headline-lg + h4 {
	margin: -20px auto 30px;
	text-align: center;
}
.headline-lg_left {
	text-align: left;
}
.headline-lg_left + h4 {
	text-align: left;
}
.headline-lg_right {
	text-align: right;
}
.headline-lg_right + h4 {
	text-align: right;
}
/*** Headline: Alt ***/
.headline-alt {
	padding: 8px 10px;
	background: #f6f6f6;
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}


/* ===== Back to Top link ===== */
.backtotop {
	background: #d0d0d0;
	padding: 10px 15px;
	font-size: 18px;
	color: #FFF;
	border-radius: 3px;
	-webkit-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}
.backtotop:hover {
	background: #c3c3c3;
}
/* =====	Rating ===== */
.rating {
	display: inline-block;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;	
}
.rating li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #F7C41F;
}

/*** Social Large ***/
.social-lg li > a {
	height: 45px;
	width: 45px;
	border-radius: 45px;
	line-height: 45px;
	text-align: center;
}
/*** Social Small ***/
.social-sm li > a {
	height: 30px;
	width: 30px;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
}



/* ===== General ===== */
html,
body {
	height: 100%;
}
/* ===== Wrapper ===== */
.wrapper {
	min-height: 100%;
	height: auto !important;
	/* for older versions of IE */
	height: 100%;
	padding-top: 95px;
	/* navbar height + margin */
	margin-bottom: -379px;
	/* footer height + margin */
	padding-bottom: 379px;
	/* footer height + margin */
}
/* ===== Homepage Fullscreen ===== */
.fullscreen {
	position: relative;
	min-height: 100%;
	height: auto !important;
	/* for older versions of IE */
	height: 100%;
	padding-top: 175px;
	/* navbar height + margin */
	margin-bottom: 0;
	padding-bottom: 50px;
	background: #f6f6f6 url(../img/image-2.png) no-repeat center bottom;
	background-size: cover;
}
.fullscreen h3 {
	color: #5C7CC4;
}
.fullscreen p {
	margin: 35px 0;
	line-height: 1.5;
}
.fullscreen .bg-img {
	position: absolute;
	top: 65px;
	bottom: 0;
	width: 50%;
	left: 50%;
}
.fullscreen .bg-img > img {
	position: absolute;
	top: 10%;
	height: 80%;
	left: 20%;
	width: auto;
}
@media (max-width: 1199px) {
	.fullscreen {
	padding-top: 145px;
	}
}


/* ===== Recent Blogs ===== */
.blog > img {
	height: 70px;
	width: 70px;
	float: left;
	margin-right: 20px;
	border-radius: 70px;
}
@media (max-width: 767px) {
	.blog > img {
	display: none;
	}
}


/* ===== Help Center ===== */
.panel-body > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.panel-body > ul > li {
	border-bottom: 1px solid #e9e9e9;
}
.panel-body > ul > li:last-child {
	border-bottom: 0;
}
.panel-body > ul > li > a {
	display: block;
	padding: 7px 0;
	font-weight: 600;
	font-size: 12px;
	color: #777777;
	text-transform: uppercase;
	text-decoration: none;
}
.panel-body > ul > li > a:hover {
	color: #333333;
}
.help-questions {
	padding-left: 0;
	margin-left: 20px;
}
.help-questions > li {
	padding: 5px 0;
}
.help-questions > li > a {
	color: #333333;
}
.resources > li {
	padding: 5px 0;
}



/* ===== Sign In & Sign Up ===== */
.sign-form {
	border: 15px solid #f6f6f6;
}
.sign-form .popover {
	min-width: 200px;
}
.sign-inner {
	padding: 30px;
	border: 1px solid #e9e9e9;
}

/* ===== 404 Not Found ===== */
.not-found {
	height: 38px;
	background: #f6f6f6;
	margin-bottom: 5px;
}
.not-found > span {
	display: inline-block;
	padding-right: 10px;
	background: white;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
.error-page p {
	margin-bottom: 30px;
}
.error-page > .text-muted {
	text-transform: uppercase;
}
.error-page > a {
	font-weight: 600;
	font-size: 16px;
}
.error-page .divider {
	margin: 0 10px;
	color: #999;
}

/* Alert Message */
#form_message {
	display: none;
}
#form_message.alert-success {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	text-align: center;
	z-index: 999999;
}

/*
.rating > i {
	cursor: pointer;
	display: inline-block;
	padding: 3px;
	color: #555555;
}
.rating .up {
	color: green;
}
.rating .up:before {
	content: "+";
}
.rating .down {
	color: #5C7CC4;
}
.rating .down:before {
	content: "-";
} */
/* ===== Footer & Copyright ===== */
footer {
	margin-top: 50px;
	padding: 30px 0;
	background: #e9e9e9;
}
footer h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
footer .form-control {
	border-color: #ccc;
}
footer .tweet > i {
	float: left;
	margin-right: 15px;
	color: #2babcf;
}
footer .tweet > p {
	overflow: hidden;
}
footer .tweet > p > a {
	display: block;
}
.copyright {
	padding: 20px 0;
}
@media (max-width: 767px) {
	footer {
		padding-top: 20px;
	}
	footer h4 {
		margin-top: 20px;
	}
}

#contact-us td { padding: 12px; }

.post-edit-link {
	background-color: #D3D3D3;
	display: inline-block;
	padding: 10px 10px 10px 20px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 3px 3px 5px #AAA;
	margin-left: -10px;
	position: fixed;
	left: 0;
	top: 15%;	
}
.pdf-link {
	background-image: url('assets/img/pdf-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100px;
	padding-top: 100px;
	margin-right: 20px;
	display: inline-table;
	text-align: center;
}
form.rias-form {
	background-color: #F0F8FF;
	padding: 5% 10%;
	border-radius: 5px;
}	
form.rias-form h2 {
  font-size: 1.4em;
}
.form-horizontal .has-feedback .form-control-feedback {
	margin-top: 10px;
}
.animated-panel.zoomIn {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
span.subscription-description {
	font-size: 0.9em;
	font-style: italic;
	display: none;
}

#design-certifiers h3 {
    font-weight: 200;
    font-size: 1.9em;
    margin: 0;
}
.certifier {
	margin-bottom: 3em;
}

#edit-cerficate div.para p { padding-top: 7px; }

#membership-logos img {
	width: 100%;
	margin: 1.5rem 0 1.5rem 0;
}

ul.rias-doc-links {
	list-style: none;
	display: table;
	margin-right: auto;
	margin-left: auto;	
}

ul.rias-doc-links::after {
	content: '';
	clear: both;
	display: block;
}

ul.rias-doc-links li {
	display: -webkit-inline-box;
	padding: 2rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	ul.rias-doc-links li {
		float: left;
	}
}

@media print {
	*, *:before, *:after, *:first-letter, p:first-line,	div:first-line,	blockquote:first-line,	li:first-line {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	@page {
        margin: 1.5cm;
	}
	
    body {
		font-size: 12pt;
	}
	footer {
		display: none;
	}
	p {
		widows: 4;
		orphans: 3;
	}
	.post-edit-link {
		display: none;
	}
	#membership-logos {
		max-width: 30%;
	}
}