/*
Theme Name: Saturn PCB

Fonts Used: font-family: 'Ubuntu', sans-serif;
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
.clear {
	clear: both
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important
}
/*--------- BODY ELEMENTS --------- */

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.444em;
	background: url(images/background.jpg) no-repeat #265c4c;
	background-size: cover;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	transition: .5s;
}
b, strong {
	font-weight: 700;
}
nav, section, footer, div, li, a, input, select, textarea, img, td, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, select, textarea {
	-webkit-appearance: none;
}
p {
	margin: 0 0 1.5em 0;
}
p:last-child {
	margin: 0 !important;
}
a {
	text-decoration: none;
	transition: .5s;
}
em, i {
	font-style: italic;
}
img {
	height: auto;
}
/*--------- MENU ELEMENTS --------- */
#menu {
	display: table;
	width: 100%;
	border-radius: 0 0 0.556em 0.556em;
}
#mega-menu-wrap-main-menu {
	border-radius: 0 0 0.556em 0.556em !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	font-weight: 400 !important;
	padding: 0 0.70em !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:first-child a.mega-menu-link {
	border-radius: 0 0 0 0.556em !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-weight: 400 !important;
	padding: 0 0.70em !important;
}
/*--------- WRAPPER ELEMENTS --------- */
#wrapper {
	border-top: 0.556em solid #265c4c;
	background: url(images/wrapper-bg.png) repeat-x;
}
/*--------- HEADER ELEMENTS --------- */
#header {
	display: table;
	width: 100%;
}
#branding {
	display: table;
	width: 1248px;
	margin: 0 auto 1.778em auto;
	background: #fff;
	border-radius: 0 0 0.556em 0.556em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.tagline {
	display: table;
	margin: 0 auto;
	background: url(images/tagbg.png) bottom center no-repeat;
	background-size: 100%;
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 0.5em 2em;
	position: relative;
	top: -0.6em;
}
#logo {
	width: auto;
	display: table;
	float: left;
	margin: 0 0 0.5em 1em;
}
#logo img {
	display: table;
	margin: 0 auto;
	width: 23.667em;
}
#topright {
	float: right;
	margin: 0 1.25em 0 0;
}
#topright .phone {
	display: block;
	float: right;
	margin: 1.6em 0 0 0;
}
#topright .phone a {
	display: table;
	font-size: 2.25em;
	font-weight: 300;
	color: #000;
	line-height: 1em;
	background: url(images/phone-icon.png) left center no-repeat;
	background-size: 0.792em;
	padding: 0 0 0 1em;
}
#topright .phone a:hover {
	color: #265c4c;
}
#topright .addthis_inline_follow_toolbox {
	float: right;
	margin: 0.5em 0 0 2em;
}
#topright .addthis_inline_follow_toolbox p {
	margin: 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 600;
		
}
/*--------- FOOTER ELEMENTS ---------*/
#footer {
	display: table;
	width: 100%;
	margin: 1.75em 0 0 0;
	font-weight: 400;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 25px #000;
}
#address {
	display: table;
	width: 100%;
	margin: 1.75em 0;
}
#copyright {
	display: table;
	margin: 0 auto;
	background: url(images/copybg.png) top center no-repeat;
	background-size: 100%;
	font-size: 0.9em;
	font-weight: 300;
	color: #fff;
	padding: 0.5em 2em;
	position: relative;
	bottom: -1px;
}
#fmenu ul {
	display: table;
	margin: 0 auto;
}
#fmenu ul li {
	display: inline-block;
	list-style: none;
	line-height: 1em;
	padding: 0 1em;
	border-right: 1px solid #fff;
}
#fmenu ul li:last-child {
	border: none;
}
#footer a {
	color: #fff;
}
#footer img {
	display: table;
}
/*--------- HOME CONTENT ELEMENTS --------- */

.page-template-front-page #container #content {
	width: 100%;
	background: none;
	padding: 0;
	box-shadow: none;
	min-height: inherit;
}
.page-template-front-page #container #content .homeslider {
	display: table;
	width: 100%;
	margin: 0 0 1.75em 0;
	background: #fff;
	border-radius: 0.556em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.page-template-front-page #container #content .homecontent {
	display: table;
	width: 100%;
	margin: 1.75em 0;
	background: #fff;
	padding: 3em 6em;
	text-align: center;
	border-radius: 0.556em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.page-template-front-page #container #content .homehighlight {
	display: table;
	width: 100%;
	margin: 1.75em 0;
	background: #fff;
	padding: 2em 0 2em 0;
	text-align: center;
	border-radius: 0.556em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.page-template-front-page #container #content .homehighlight h3 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.35em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
.page-template-front-page #container #content .homehighlight img {
	display: table;
	max-width: 100%;
	float: none;
	margin: 0 auto;
}
.page-template-front-page #container #content .foursections {
	display: table;
	width: 100%;
	margin: 1.75em 0;
}

.page-template-front-page #container #content .foursections ul {
	display: table-row;
	margin: 0;
	padding: 0;
}
.page-template-front-page #container #content .foursections li {
	display: table-cell;
	list-style: none;
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
	padding: 1.5em;
	background: #fff;
	border-radius: 0.556em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.page-template-front-page #container #content .foursections li:last-child {
	margin: 0;
}
.page-template-front-page #container #content .foursections li h3 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #265c4c;
}
.page-template-front-page #container #content .foursections li ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.page-template-front-page #container #content .foursections li ul li {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0.25em 0;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #265c4c;
	font-size: 0.9em;
	line-height: 1.35em;
}
.page-template-front-page #container #content .foursections li ul li:last-child {
	border: none;
}
.page-template-front-page #container #content .foursections li ul li a {
	color: #000;
}
.page-template-front-page #container #content .foursections li ul li a:hover {
	color: #265c4c;
}
.page-template-front-page #container #content .foursections li img {
	width: 100%;
}
.page-template-front-page #container #content .aboutcompany {
	display: table;
	width: 100%;
	margin: 1.75em 0 0 0;
	background: #fff;
	padding: 3em;
	border-radius: 0.556em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.page-template-front-page #container #content .aboutcompany .collapsed {
	border-bottom: 1px solid #000 !important;
}
.page-template-front-page #container #content .aboutcompany h4 a {
	font-weight: 700;
}
.page-template-front-page #container #content .aboutcompany ul {
	margin: 0 0 0 1em;
}
.page-template-front-page #container #content .aboutcompany ul li {
	list-style: disc;
	padding: 0.25em 0;
}
.page-template-front-page #container #content .aboutcompany .ac_title_class {
	padding: 0.75em 0;
}
.page-template-front-page #container #content .aboutcompany .wpsm_panel-body {
	padding: 0 1em 1em 1em;
}
.page-template-front-page #container #content .aboutcompany .fa-plus::before {
	content: "\f105";
	font-size: 1.25em;
}
.page-template-front-page #container #content .aboutcompany .fa-minus::before {
	content: "\f107";
	font-size: 1.25em;
}
.page-template-front-page #container #content .aboutcompany .slidebtn {
	display: table;
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	background: #000;
	padding: 0.5em 1em;
	border-radius: 0.556em;
}
.page-template-front-page #container #content .aboutcompany .slidebtn:hover {
	background: #265c4c;
}
/* --------- META SLIDER ELEMENTS --------- */
.page-template-front-page #container #content .homeslider .metaslider .flexslider {
	margin: 0 !important;
}
.page-template-front-page #container #content .homeslider .metaslider .flexslider ul {
	margin: 0 !important;
	padding: 0 !important;
}
.page-template-front-page #container #content .homeslider .metaslider .flexslider ul li {
	list-style: none;
	padding: 0 !important;
	border-radius: 0.556em;
}
.page-template-front-page #container #content .homeslider .metaslider .flexslider ul li img {
	border-radius: 0.556em;
}
.page-template-front-page #container #content .homeslider .metaslider .caption-wrap {
	bottom: inherit !important;
	left: inherit !important;
	background: none !important;
	opacity: 1 !important;
	margin: 4em 2em !important;
	width: 33% !important;
	right: 0 !important;
	top: 0 !important;
}
.page-template-front-page #container #content .homeslider .metaslider .caption-wrap h3 {
	font-size: 2em;
}
.page-template-front-page #container #content .homeslider .metaslider .caption-wrap .slidecontent {
	font-size: 1.05em;
	line-height: 1.35em;
}
.page-template-front-page #container #content .homeslider .metaslider .caption-wrap .slidebtn {
	display: table;
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	background: #000;
	padding: 0.5em 1em;
	border-radius: 0.556em;
}
.page-template-front-page #container #content .homeslider .metaslider .caption-wrap .slidebtn:hover {
	background: #265c4c;
}
.page-template-front-page #container #content .homeslider .metaslider .flex-control-nav {
	float: left;
	width: auto;
	padding: 0 0 0 1em;
}
.page-template-front-page #container #content .homeslider .metaslider .flex-control-nav li a {
	margin: 0 3px !important;
}
.page-template-front-page #container #content .homeslider .flex-control-paging li a {
	width: 9px !important;
	height: 9px !important;
}
/* --------- PAGE ELEMENTS --------- */

#container #content a {
	color: #265c4c;
	font-weight: 400;
}
#container #content a:hover {
	color: #000;
}
#container {
	width: 1248px;
	display: table;
	margin: 0 auto;
	padding: 0;
}
#container #content {
	float: left;
	width: 74.5%;
	background: #fff;
	padding: 2em;
	border-radius: 0.556em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 15px 0 rgba(0, 0, 0, 0.3);
	min-height: 66.111em;
}
#container #sidebar {
	float: right;
	width: 23.5%;
}
#container #sidebar li {
	display: table-cell;
	list-style: none;
	float: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 1.5em;
	background: #fff;
	border-radius: 0.556em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
#container #sidebar li:last-child {
	margin: 0;
}
#container #sidebar li h3 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #265c4c;
	margin: 0 0 0.750em 0;
}
#container #sidebar li ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
#container #sidebar li ul li {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0.25em 0;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #265c4c;
	font-size: 0.9em;
	line-height: 1.35em;
}
#container #sidebar li ul li:last-child {
	border: none;
}
#container #sidebar li ul li a {
	color: #000;
}
#container #sidebar li ul li a:hover {
	color: #265c4c;
}
#container #sidebar li img {
	width: 100%;
}
#container #content h1 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.35em;
	margin: 0 0 0.75em 0;
}
#container #content h2 {
	font-size: 1.667em;
	font-weight: 300;
	line-height: 1.35em;
	margin: 0 0 0.600em 0;
}
#container #content h3 {
	font-size: 1.333em;
	font-weight: 300;
	line-height: 1.35em;
	margin: 0 0 0.750em 0;
}
#container #content h4 {
	font-size: 1.111em;
	font-weight: 300;
	line-height: 1.35em;
	margin: 0 0 0.900em 0;
}
#container #content ul {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#container #content ul li {
	padding: 0.1em 0 0.1em 0;
	list-style: disc;
}
#container #content ol {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 2em;
	list-style: decimal;
}
#container #content ol li {
	padding: 0.3em 0;
}
#container #content .imgright {
	width: 32%;
	float: right;
	margin: 0 0 0.5em 1.5em;
	clear: right;
}
#container #content .imgright img {
	width: 100%;
	height: auto;
	margin: 0;
}
.alignleft {
	float: left;
	margin: 0 1.5em 1.5em 0;
	border-radius: 0.556em;
	max-width: 100%;
	border: 2px solid #e7e7e7;
}
.alignright {
	float: right;
	margin: 0 0 1.5em 1.5em;
	border-radius: 0.556em;
	max-width: 100%;
	border: 2px solid #e7e7e7;
}
.alignnone {
	float: none;
	margin: 1.5em auto;
	display: table;
	border-radius: 0.556em;
	max-width: 100%;
	border: 2px solid #e7e7e7;
}
.aligncenter {
	float: none;
	margin: 1.5em auto;
	display: table;
	border-radius: 0.556em;
	max-width: 100%;
	border: 2px solid #e7e7e7;
}
#container #content .btn {
	display: inline-table;
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	background: #000;
	padding: 0.5em 1em;
	border-radius: 0.556em;
}
#container #content .btn:hover {
	background: #265c4c;
	color: #fff;
}
#container #content hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin: 0.5em 0 1.5em 0;
}
#container #content .wp-caption {
	padding: 0.75em;
	margin: 0 0 1.5em 0;
}
#container #content .wp-caption img {
	width: 100%;
	border-radius: 0.556em;
}
#container #content .pcbthumbs {
	display: table;
	margin: 0 0 1.5em 0;
	padding: 0;
}
#container #content .pcbthumbs li {
	width: 31%;
	float: left;
	list-style: none;
	margin: 0 3.5% 1.5em 0;
}
#container #content .pcbthumbs li:nth-child(3n) {
	margin: 0;
}
#container #content .pcbthumbs li:nth-child(3n+1) {
	clear: both;
}
#container #content .pcbthumbs li img {
	width: 100%;
	border-radius: 0.556em;
	margin: 0;
}
#container #content .pcbthumbs .wp-caption {
	padding: 0;
	border: none !important;
	width: 100% !important;
}
#container #content .pcbthumbs li h5 {
	font-size: 1em;
	font-weight: 500;
	margin: 0 0 0.5em 0;
}
#container #content .pcbthumbs li ul {
	display: table;
	width: 100%;
	line-height: 1.25em;
	margin-bottom: 1.5em;
	padding: 0 0 0 1em;
}
#container #content .pcbthumbs li ul li {
	float: left;
	width: 100%;
	padding: 0.1em 0 0.1em 0;
	list-style: disc;
	margin: 0;
}
#container #content .pcbthumbs li p {
	margin: 0 0 0.5em 0;
}
#container #content table {
	width: 100%;
	border: 1px solid #ccc;
}
#container #content table tr td {
	padding: 1em;
	vertical-align: top;
	border: 1px solid #ccc;
}
/* --------- BLOG PAGE ELEMENTS --------- */

.entry-meta {
	margin: 0 0 1em 0;
}
.entry-footer {
	border: 1px solid #ededed;
	background: #fbfbfb;
	padding: 0.25em 1em;
	display: table;
	width: 100%;
	margin: 1.5em 0 0 0;
	border-radius: 0.5em;
}
.cat-links {
	float: left;
	display: table;
	width: 100%;
	padding: 0;
}
.tag-links {
	float: left;
	display: table;
	width: 100%;
	padding: 0;
}
#nav-below {
	margin: 1.5em 0 0 0;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
#container #content article {
	margin: 0 0 3em 0 !important;
}
/* --------- BREADCRUMBS ELEMENTS --------- */
#container #content .trail-items {
	padding: 0;
	margin: 0 0 0.75em 0;
	font-size: 0.9em;
}
#container #content .trail-items li {
	padding: 0;
}
.trail-items li::after {
	content: "\2022" !important;
}
/* --------- ABOUT PAGE ELEMENTS --------- */
#container #content .toolslist {
	display: table;
	margin: 0 0 1.5em 0;
	padding: 0;
}
#container #content .toolslist li {
	width: 25%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0.25em;
}
#container #content .toolslist li img {
	width: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 0.556em;
	margin: 0;
}
/* --------- CUSTOMERS PAGE ELEMENTS --------- */
#container #content .wpsm_panel-default > .wpsm_panel-heading, #wpsm_accordion_232 .wpsm_panel-title a {
	border-radius: 0.556em !important;
}
#container #content .fa-plus::before {
	content: "\f105";
	font-size: 1.25em;
}
#container #content .fa-minus::before {
	content: "\f107";
	font-size: 1.25em;
}
#container #content .wpsm_panel-body .threecol {
	float: left;
	margin: 0 0.5em 0 0;
}
#container #content .customerlist {
	display: table;
	margin: 0 0 1.5em 0;
	padding: 0;
}
#container #content .customerlist li {
	width: 33%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 1.25em;
}
#container #content .customerlist li img {
	width: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 0.556em;
	margin: 0;
}
/* --------- DONTATE ELEMENTS --------- */
.donate {
	display: table;
	width: 100%;
	margin: 0 0 1.5em 0;
}
.donate input {
	width: auto;
	height: auto;
}
/* --------- PCB MANUFACTURING PAGE ELEMENTS --------- */
#container #content .wpsm_nav-tabs {
	padding: 0;
}
#container #content .wpsm_nav-tabs li a {
	font-weight: 600 !important;
	border: 1px solid #265c4c !important;
	border-radius: 0.556em 0.556em 0 0 !important;
	line-height: 1.2em !important;
}
#container #content .tab-content {
	border: 1px solid #265c4c !important;
	border-radius: 0 0.556em 0.556em 0.556em !important;
}
/* --------- LIGHTBOX ELEMENTS --------- */
#slb_viewer_wrap .slb_theme_slb_baseline .slb_details .slb_data {
	display: none !important;
}
/* --------- FEATURED ELEMENTS --------- */
#container #content .featured {
	display: table;
	width: 100%;
	margin: 0 0 2em 0;
	background: #e7e7e7;
	border-radius: 0.556em;
	padding: 2em;
}
#container #content .featured .left {
	width: 33%;
	float: left;
}
#container #content .featured .right {
	width: 62%;
	float: right;
}
#container #content .featured .left img {
	width: 100%;
	margin: 0;
}
#container #content .featured p {
	margin: 0;
}
#container #content .featured .right ul {
	line-height: 1.25em;
	margin-bottom: 1.5em;
	padding: 0 0 0 1em;
}
#container #content .featured .right ul li {
	float: left;
	width: 100%;
	padding: 0.1em 0 0.1em 0;
	list-style: disc;
	margin: 0;
}
/* --------- NINJA FORM ELEMENTS --------- */
.nf-form-fields-required {
	margin: 0 0 1.5em 0;
}
.nf-form-title {
	display: none;
}
.nf-field-label label {
	font-size: 0.85em !important;
	font-weight: 300 !important;
}
.label-above .nf-field-label {
	margin: 0 0 0.25em 0 !important;
}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
	height: 2em !important;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.25em;
	width: 100%;
	padding: 0 .5em;
	border: none;
	margin: 0 0 0 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.nf-field-element textarea {
	height: 8em !important;
	resize: none;
	padding: .5em !important;
}
.field-wrap input[type="button"] {
	height: 2em !important;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
	color: #fff !important;
	font-size: 1em;
	line-height: 2em;
	font-weight: 600;
	text-transform: uppercase;
	background: #265c4c !important;
	cursor: pointer;
	cursor: hand;
	border: none;
	border-radius: 5px;
	padding: 0 1em;
	height: inherit;
	margin: 0;
	width: auto;
	display: table;
	transition: .5s;
}
.field-wrap input[type="button"]:hover {
	color: #fff !important;
	background: #000 !important;
}
.nf-after-field .nf-error-msg {
	font-size: 0.85em !important;
}
.nf-field-container {
	margin-bottom: 0.5em !important;
}
.field-wrap > div input[type="checkbox"] {
	float: left;
	margin: 0.35em 0.4em 0 0;
	width: auto;
	height: auto;
	-webkit-appearance: checkbox;
}
.list-checkbox-wrap .nf-field-element li {
	clear: both;
}
.list-checkbox-wrap .nf-field-element li input {
	margin: 0 0.5em 0 0 !important;
	height: 1.55em !important;
}
.list-checkbox-wrap .nf-field-element li label {
	margin: 0 !important;
	font-size: 0.85em !important;
}
nf-field {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}
nf-field:last-of-type {
	clear: both;
	width: 100%;
	margin: 0;
}
nf-field:nth-child(2n+1) {
	clear: both;
}
#nf-form-1-cont {
	width: 50%;
	display: table;
}
#nf-form-1-cont nf-field {
	float: left;
	width: 100%;
	margin: 0;
}
.nf-after-form-content {
	display: table;
	clear: both;
}
#nf-form-2-cont {
	width: 100%;
	display: table;
}
#nf-form-3-cont {
	width: 100%;
	display: table;
}
#nf-form-4-cont {
	width: 100%;
	display: table;
}
#nf-form-5-cont {
	width: 50%;
	display: table;
}
#nf-form-5-cont nf-field {
	float: left;
	width: 100%;
	margin: 0;
}
#nf-form-6-cont {
	width: 100%;
	display: table;
}
#nf-form-6-cont nf-field {
	float: left;
	width: 100%;
	margin: 0;
}
.popupaoc-button {
    display: inline-table;
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: 700 !important;
	color: #fff !important;
	background: #000 !important;
	padding: 0.5em 1em !important;
	border-radius: 0.556em;
}
.popupaoc-button:hover {
	background: #265c4c !important;
	color: #fff !important;
}
.paoc-popup-modal {
	width: 30%!important;
}
.paoc-popup-modal h3 {
	font-size: 1.333em;
	font-weight: 300;
	line-height: 1.35em;
	margin: 0 0 0.750em 0;
}
/* --------- VIDEO ELEMENTS --------- */

.videocontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 0 1.5em 0;
}
.videocontainer .videosize {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videocontainer iframe {
	display: table;
	border-radius: 0.556em;
}
