
html, body {
	width:100%;
	height:100%;
	background-color:#eee;
	font-family:Arial;
	font-size:14px;
	color:#777;
	font-family: Roboto;
}

em {
	font-style:italic;
}

a {
	color:#054f96;
}

strong, .strong {
	font-weight:700;
}

.red {
	color:#f00;
	font-weight:bold;
}

.top_margin {
	margin-top:15px;
}


/*  Fonts */

@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
	font-family: Roboto;
	src: url('fonts/Roboto-Italic.ttf');
	font-style:italic;
}

@font-face {
	font-family: Roboto;
	src: url('fonts/Roboto-Bold.ttf');
	font-style:normal;
	font-weight:bold;
}

@font-face {
	font-family: Roboto;
	src: url('fonts/Roboto-BoldItalic.ttf');
	font-style:italic;
	font-weight:bold;
}

/*#main_content*/
h1 {
	font-size:36px;
	color:#000;
	
	line-height:42px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	/*padding:34px 0 0;*/
	margin:0 0 15px 0;
}

/*#main_content*/
h2 {
	color: #000;
	line-height:42px;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 15px;
}

h3 {
	font-size:24px;
	font-weight:700;
	line-height:32px;
}

h4 {
	font-size:24px;
	font-weight:700;
	line-height:32px;
}

h5,h6
{
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}

p {
	padding:10px 0;
	line-height: 20px;
	font-size:18px;
}

img {
	vertical-align:top;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

br.clearleft, br.clear_left  {
	line-height:1px;
	clear:left;
}

br.clearright, br.clear_right {
	line-height:1px;
	clear:right;
}

br.clearboth, br.clear_both {
	line-height:1px;
	clear:both;
}

.float_left, .floatleft {
	float:left;
}

.float_right, .floatright {
	float:right;
}
/* ----------------------------------- */
/* text align */
.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.aligncenter {
	text-align:center;
}

.copyright_link {
	color:#fff;
}
	
/* ----------------------------------- */
/* Basic table styles */
table {color:#000;font-size:14px;border-collapse: collapse;width:100%;}

td, th {padding:10px;vertical-align: middle;}

table tr.header {
	background-color: #fff;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	color: #333;
	font-weight: bold;
}

.even {background-color:#eee; /*#E8EBF7;*/ /*#f3f3f9;*/}
.odd {background-color:#fff; } 
/* ----------------------------------- */	
	
.shadow {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#666666');*/
	-moz-box-shadow: 0px 5px 5px 0px #ccc; 
	-webkit-box-shadow: 0px 5px 5px 0px #ccc; 
	box-shadow: 0px 5px 5px 0px #ccc; 
	/* Alas, box-shadow is not fully supported by IE < 9 */	
}

input {
	border: 1px solid #d3d3d3;
	color: #606060;
	padding: 5px;
}

.align_center {
	text-align:center;
}

.align_left {
	text-align:left;
}

.align_right {
	text-align:right;
}

.content_section {
	width:960px;
	margin:0 auto;
}


.notification {
	/* notification pop up / modal */

	left: 50%;

	position: absolute;

	top: 160px;
	/*width: 144px;*/ /*40%;*/
}

.notification .inner {
	left:-50%;
	position:relative;
		text-align: center;
	text-shadow: 1px 1px 1px #000000;
		opacity: 0.6;
	padding: 10px 15px;
		background-color: #000000;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.loading_modal {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
	height: 75px;
	left: 127px;
	position: absolute;
	text-align: center;
	top: 319px;
	width: 75px;
	z-index: 390;
}

.loading_modal img {
	margin: 15px 0 0;
}

/* Modals */
#modaloverlay {background-image:url("images/ntbg3.png"); position:fixed; top:0; left:0; z-index:388; width:100%; height:100%;}

.modal .close {
	height: 36px;
	position: absolute;
	right: -16px;
	top: -16px;
	width: 36px;
	display:block;
}

.modal_content {
	font-size: 16px;
	line-height: 20px;
}


.remove_record_modal {
	height: 132px;
	position: absolute;
	width: 400px;
	z-index: 389;
	
	background-color: #EEF4FD;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 25px;
}

.modal_button_container {
	margin: 0 auto;
	width: 170px;
}

.modal_button {
	display:block;
	height:30px;
	width:75px;
	line-height:30px;
	border-radius:5px;
	background-color:#11598a;
	color:#fff;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	float:left;
	margin:15px 10px 0 0;
	border:none;
}

a.modal_button:hover {
	background-color:#458FCF;
}


.blue_header {
	color: #045aaa;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}


/* ---------------------------------------------------------- */
/* Start fresh from here */
/* ---------------------------------------------------------- */

a.download_link { color:#666;text-decoration:none;}
a:hover.download_link { color:#333;text-decoration:underline;}

#navigation {
	background-color:#000;
}

.nav_logo_section {
	height: 82px;
	padding:13px 0 0;
}

.nav_links {
	background-color:#D8D6DE;
	padding:10px 0px;
}

.nav_links .content_section
{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	color:#000;
	font-weight:bold;
}

.nav_links .content_section.space-between
{
	justify-content:space-between;
}

.nav_links img
{
	height:40px;
	width:auto;
}

.default_page {
	padding:25px 0;
}

.default_page svg
{
	width:100%;
	height:auto;
}

.pane {
	/*padding: 0 0 75px;*/
}

.icon-btn-group, .icon-btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
.icon-btn-group > .icon-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.icon-btn-group > .icon-btn:first-child {
    margin-left: 0;
}

.icon-btn-group > .icon-btn:last-child:not(:first-child), .icon-btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.icon-btn-group .icon-btn + .icon-btn, .icon-btn-group .icon-btn + .icon-btn-group, .icon-btn-group .icon-btn-group + .icon-btn, .icon-btn-group .icon-btn-group + .icon-btn-group {
    margin-left: -1px;
}
.icon-btn-group > .icon-btn:hover, .icon-btn-group-vertical > .icon-btn:hover, .icon-btn-group > .icon-btn:focus, .icon-btn-group-vertical > .icon-btn:focus, .icon-btn-group > .icon-btn:active, .icon-btn-group-vertical > .icon-btn:active, .icon-btn-group > .icon-btn.active, .icon-btn-group-vertical > .icon-btn.active {
    z-index: 2;
}
.icon-btn-group > .icon-btn, .icon-btn-group-vertical > .icon-btn {
    float: left;
    position: relative;
}
.icon-btn-default:hover, .icon-btn-default:focus, .icon-btn-default:active, .icon-btn-default.active, .open > .dropdown-toggle.icon-btn-default {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333333;
}
.icon-btn:hover, .icon-btn:focus {
    color: #333333;
    text-decoration: none;
}
.icon-btn {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	/*padding: 6px 12px;*/
	padding: 2px 6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.icon-btn-default {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #999;
    text-shadow: 0 1px 0 #fff;
}


.notification_bar_label {
	text-decoration:none;
	-moz-user-select: none;
	background-image: none;
	
	border-radius: 4px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	
	padding: 2px 4px;
	text-align: center;

	white-space: nowrap;

	background:none;
	
	
}

.notification_button
{
	font-size:16px;
}

.notification_bar_label.cursor_default { cursor:default; }

.btn {
	text-decoration:none;
	-moz-user-select: none;
	background-image: none;

	border-radius: 4px;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;

	padding: 2px 4px;
	text-align: center;


	white-space: nowrap;

	border-color: #666;
	color: #ccc;
	border:none;
	margin:none;
	width:65px;
	float:left;
	margin-right:10px;
	background: #3f6fa0; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f6fa0 0%, #2a5e98 50%, #3e5b7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f6fa0), color-stop(50%,#2a5e98), color-stop(100%,#3e5b7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f6fa0 0%,#2a5e98 50%,#3e5b7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f6fa0 0%,#2a5e98 50%,#3e5b7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f6fa0 0%,#2a5e98 50%,#3e5b7d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f6fa0 0%,#2a5e98 50%,#3e5b7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6fa0', endColorstr='#3e5b7d',GradientType=0 ); /* IE6-9 */

}

.btn:hover {
	border-color: #ccc;
	color:#fff;
}

.notification_button {
	float:left;
}

.btn.notification_bar {	
	border-color: #666;
	color: #fff;
	border:none;
	margin:0;
	width:auto;
	background:none;
	font-size:16px;
}

.open_cart
{
	display:flex;
	align-items:center;
	cursor:pointer;
}

.btn.notification_bar:hover {
	border-color: #fff;
	color:#CCC;
}

.btn.right {
	float:right;
}

.btn_container {
	margin:28px 0 0;
}

/* form layout styles */
/* ----------------------------------------------------------- */
/* Form Styles */

.record_info_label {
    color: #666;
    font-weight: 700;
    width: 75px;
}

.article_input, .detail_faux_input {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	
	border: 1px solid #cacaca;
	/*color: #2A6298;*/
	color: #666;
	padding: 5px;
	width: 200px;
}

.article_input.medium {
	width: 500px;
}

.article_input.long {
	/*width:500px;*/
	width: 740px;
}

.article_input.tall {
	height:100px;
}

.article_input.long_text {
	width:960px;
	height:450px;
}

.article_input.right_input {
	width:339px;
}

.article_input.right_select {
	width:349px;
}

.article_input.left_select {
	width: 510px;
}

.article_input.xtall {
	height:200px;
}

.article_input.xwide {
	width:428px;
}

.file_upload_container {
	border: 1px dashed #ccc; /* #999 for hover */
	color: #999; /* #777 for hover */
	font-size: 13px;
	font-weight: 500;
}

.detail_singlecolumn {
	padding:10px 0 80px;
}

.detail_twocolumn {
	padding:0 0 80px;
	width:760px;
}

.detail_twocolumn .detail_col1 {
	float:left;
	width:360px;
	padding-right:20px;
}

.detail_twocolumn .detail_col2 {
	float:left;
	width:360px;
	margin:0 0 0 20px;
}

.detail_title {
	font-family:'Exo 2', sans-serif;
	font-size:28px;
	font-weight:900;
	color:#042b57;
}

.detail_image img {
	border:1px solid #ccc;
	width:349px;
	height:auto;
	vertical-align:top;
}

.detail_image {
	margin:0 0 15px;
}

.detail_map_iframe {
	height:273px;
}

.detail_map_direction {
	background-color:#000;
	color:#fff;
	min-height:41px;
	padding:11px 13px;
	font:Arial;
	font-size:13px;
	line-height:18px;
}

.detail_map_address {
	float:left;
	width:226px;
}

.detail_map_button {
	float:left;
	width:99px;
}

.detail_map_button img {
	vertical-align:top;
}

.detail_restrictions {
	font-style:italic;
	color:#f35b00;
	vertical-align:middle;
	padding:15px 0 6px;
}

.detail_transportation {
	font-style:italic;
	color:#2A6298;
	vertical-align:middle;
	padding:15px 0 6px;
}

.detail_restrictions img, .detail_transportation img {
	margin:0 5px 0 0;
}

.detail_info_twocolumn .detail_info_col1 {
	float:left;
	width:230px;
}

.detail_info_twocolumn .detail_info_col2 {
	float:left;
	width:230px;
	margin:0 0 0 69px;
}

.detail_info_twocolumn a {
	font-family:Arial;
	font-size:15px;
	color:#666;
	font-weight:500;
	font-style:normal;
}

.detail_label a {
	/*padding:0 0 0 10px;*/
}

.detail_label img {
	padding: 0 0 0 5px;
	vertical-align:middle;
}

.detail_label {
	font-family:'Exo 2', sans-serif;
	font-weight:900;
	/*font-style:italic;*/
	color:#054f96;
	font-size:13px;
	padding:28px 0 0;
}

.detail_label.first {
	padding:5px 0 0;
}

.detail_label_day {
	color: #054f96;
	font-family: 'Exo 2',sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 900;
	line-height:28px;
	width:50px;
}

.detail_label_dayblock {
	margin:2px 0;
}

.callout_label {
	color: #333;
	font-family: "Exo 2",sans-serif;
	font-size: 13px;
	/*font-weight: 900;*/
	padding: 28px 0 0;
}

/*.detail_label */
.required {
	color:#f00;
}

.detail_label .note {
	color:#000;
	font-weight:500;
	font-size:13px;
}

.detail_label .alert {
	color:#f00;
	font-style:normal;
}

.detail_data {
	font-family: 'Exo 2',sans-serif;
	font-size:15px;
	color:#666666;
	padding:10px 0 0;
}

.detail_data label {
	/*color: #054f96;*/
	font-family: "Exo 2",sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.detail_data input[type="radio"] {
	margin: 0 15px 0 5px;
}

.detail_category_title {
	font-family:'Exo 2', sans-serif;
	font-weight:900;
	font-style:italic;
	font-size:24px;
	color:#054f96;
	padding:50px 0 20px;
	border-bottom:1px solid #ccc;
}

.detail_category {
	margin:30px 0 0;
}
 
.detail_category .detail_category_image {
	float:left;
	width:60px;
}

.detail_category .detail_category_image img {
	height:40px;
	width:auto;
}

.detail_category .detail_category_info {
	float:left;
	width: 469px;
}

.detail_category .detail_category_info .detail_category_name {
	line-height:20px;
	font-size:18px;
	color:#022c55;
	font-family:'Exo 2',sans-serif;
	font-style:italic;
	font-weight:900;
}

.detail_category .detail_category_info .detail_category_services {
	font-family:Arial;
	color:#6181a0;
	font-size:14px;
	line-height:20px;
}

.detail_update {
	padding:0 0 34px 0;
	font-size:12px;
	color:#636974;
}

/* Search styles */
/* ----------------------------------------------------------- */

input, textarea {
	border: 1px solid #d3d3d3;
	color: #606060;
	padding: 5px;
	font-family: 'Exo 2',sans-serif;
	font-size:13px;
}

#file_selector {
	font-weight:500;
	/*color: #054f96;*/
	font-size:13px;
}

#file_selector input {
	border:none;	
}

#select_or {
	font-size: 12px;
	padding: 10px 0 5px;
}

#q {
    height: 19px;
    margin: 0 15px 0 0;
    width: 350px;
}

.search_criteria {
	height:25px;
	line-height:25px;
}

.search_select_category {
	background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #cacaca;
	color: #666;
	padding: 1px;
	width: 200px;
}

#search_button {
    background-color: #e2e2e2;
    border: 1px solid #caccc2;
    border-radius: 5px;
    color: #666;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    padding: 3px 15px;
    text-decoration: none;
}

.search_results {
	border-bottom:1px solid #e1e1e1;
	margin:0 0 45px;
}

.search_results tr {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.aqua {
    background-color: #96c7ea;
}

.match {
	/* background-color:#96c7ea; */
	background-color:#CDD5EE;
}

.list.col0 {
	width: 30px;
}

.list.col3 div {
	padding: 2px 0;
}

.file_name {
	font-size:12px;
	color:#000;
	font-style:italic;
}

.pagination {
	float:right;
	font-weight:700;
}

.pagination a, .pagination span {
	margin: 0 2px;
}

/* thumbnail display styles */
/* ------------------------------------------------- */

.file_block {
	border: 1px solid #ccc;
	float: left;
	margin-left:37px;
	margin-bottom:25px;
	position:relative;
		padding: 20px;
	width: 120px;
	line-height:14px;
}

.file_block_row > div.file_block:first-child {
	margin-left:0;
}

.file_block_img {
	/*border: 1px solid #ccc;*/
	height: 120px;
	width: 120px;
	text-align:center;
	margin:0 0 10px;
}

.file_block_img img {
	max-height:120px;
	max-width:120px;
}

.file_info_section {
	margin:5px 0 0;
	font-size:11px;
	color:#666;
}

.file_block_name {
	/* essential */
	text-overflow: ellipsis;
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	font-weight:700;
	color:#054f96;
}

.file_block_name_list {
	font-weight:700;
	color:#054f96;
}

.percent_match {
	position:absolute;
	bottom:5px;
	right:5px;
	font-size:11px;
	color:#666;
	font-weight:700;
}

/* ------------------------------------------------- */
/* end Search styles */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
	background-color:#fff;
	/*min-width:1250px;*/
	/*min-width:100%;*/
	/*min-width:1050px;*/
}

#footer {
	background: #1f1f1f; 
	color:#ccc;
	height:35px;
	padding:0 25px 0 25px;
	line-height:35px;
	font-size:12px;
	clear:both;
}


#footer .content_section 
{
	text-align:center;
}


.shopping_cart_icon
{
	font-size:18px;
	color:#fff;
	cursor:pointer;
	padding:6px;
	background-color:#B30940;
	border-radius:20px;
	position:relative;
	margin-left:10px;
}

.close_shopping_cart
{
	text-align:right;
	font-size:16px;
	color:#054f96;
	cursor:pointer;
	float:right;
	font-weight:bold;
}

.cart_size
{
	position:absolute;
	bottom:0px;
	right:0px;
	border-radius:5px;
	background-color:#000;
	color:#fff;
	font-size:12px;
	padding:2px 3px;
}

.shopping_cart_box
{
	position:absolute;
	top:154px;
	right:calc(50% - 490px);
	border:1px solid #d3d3d3;
	color:#000;
	padding:10px;
	border:1px solid #d3d3d3;
	background-color:#fff;
	display:block;
	z-index:5000;
	min-width:200px;
	display:none;
}

.shopping_cart_contents
{
	clear:both;
}

.cart_buttons
{
	display:flex;
	justify-content:space-between;	
	align-items:center;
}

.full_cart_display
{
	border-collapse: separate;
	border-radius:10px;
}

.cart_header th
{
	background-color:#000;
	color:#fff;
}

.cart_header th:first-child
{
	border-top-left-radius:10px;
}

.cart_header th:last-child
{
	border-top-right-radius:10px;
}

.full_cart_display td
{
	border-top-width:0px;
}

.shopping_cart_box.cart_open
{
	display:block;
}

.red_font
{
	color:#dd0000;
}

.submit_quote
{
	margin-right:10px;
}

.submit_quote_button
{
	background-color: #B30940;
	border-radius:10px;
	color:#fff;
	padding:5px 10px;
	border-color:#B30940;
	margin-bottom:30px;
	font-size:18px;
	display: block;	
	cursor:pointer;
}


.remove_cart_item
{
	cursor:pointer;
	background-color:#000;
	color:#fff;
	font-size:10px;
	padding:3px 5px;
}

#ToolTip
{
	display: none !important;
}

.cart_form
{
	width:50%;
	margin-top:30px;
}

.cart_form h4
{
	margin-bottom:10px;
}

.quote_header
{
	background-color:#eee;
	border:1px solid #888;
	padding:10px;
	display:flex;
	justify-content:space-between;
	width:500px;
}

.quote_body
{
	border:1px solid #888;
	padding:10px;
	width:500px;
	margin-bottom:20px;
}

.quote_body h5
{
	font-weight:bold;
}

.company_block
{
	background-color:#eee;
	border:1px solid #888;
	padding:20px;
	width:530px;
	margin-bottom:20px;
	display:block;
	margin-right:auto;
	margin-left:auto;
	border-radius:20px;
	background-color:#fff;
}


.company_block h2
{
	font-weight:bold;
	font-size:24px;
	width:100%;
	color: #B30940;
	text-decoration:underline;
	
	
}

.company_block h2 img
{
	display:block;
	height:50px;
	width:auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
}

.company_block p
{
	display:flex;
	justify-content:space-between;
	width:100%;
	font-size:14px;
}

.company_block a
{
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
	border-radius: 10px;	
	text-decoration:none;
}

.company-header
{
	margin-bottom:40px;
}

.meta-nav-links
{
	margin-bottom:40px;
}

.complete_quotes_container
{
	display:none;
}

.completed_section
{
	margin-bottom:40px;
}

.completed_control
{
	cursor:pointer;
}

.complete_quotes_container.expanded
{
	display:block;
}

.nav_logo_section img
{
	width:auto;
	height:75px;
}

.clear_button
{
	line-height:18px;
}


.machine_content
{
	width:100%;
	display:flex;
}

.machine_content_column
{
	width:70%;
	box-sizing:border-box;
	padding:20px;
}

.machine_files_column
{
	width:30%;
	box-sizing:border-box;
	padding:20px;
	font-size:18px;
}

.machine_files_column li
{
	margin-bottom:10px;
}


.machine_list
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:flex-start;
}

.machine_list .machine
{
	width:48%;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:20px;
	border:1px solid #777;
	border-radius:10px;
	padding:10px;
}


.machine_list .machine:nth-child(odd)
{
	margin-right:4%;
}

.machine_list .machine h4
{
	font-weight:bold;
	font-size:20px;
	width:100%;
	margin-bottom:10px;
	text-decoration:underline;
}

.machine_list .machine h4 a
{
	color: #B30940;
}

.machine_list .machine div.machine_links
{
	width:48%;	
}


.machine_list .machine .video_box
{
	width:48%;
}


.machine_list .machine .video_box ul
{
	margin-bottom:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.machine_list .machine .video_box ul li
{
	width:48%;
}

.machine_list .machine .video_box ul li
{
}

/*.machine_list .machine .video_box
{
	width:48%;
	padding-bottom:27%;
	position:relative;
	
}

.machine_list .machine .video_box iframe
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}*/

.login_text
{
	text-align:center;
	font-size:18px;
}

.login_box
{
	margin-top:40px;
}

.login_box img
{
	width:240px;
	height:auto;
}

.form_button
{
	background-color:#B30940;
	border-radius:8px;
	border:1px solid #B30940;
	padding:8px 12px;
	text-decoration:none;
	color:#fff;
	margin-top:10px;
	display:inline-block;
}

.file_button, .video_box a
{
	background-color:#D8D6DE;
	border-radius:8px;
	border:1px solid #D8D6DE;
	padding:8px 12px;
	text-decoration:none;
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
	display:inline-block;
	text-align:center;
}

.submit_button
{
	background-color:#000;
	border-radius:3px;
	border:1px solid #000;
	padding:4px 8px;
	text-decoration:none;
	color:#fff;
	display:inline-block;
}




.view_cart_page table
{
	border:1px solid #000;
}

.view_cart_page table td
{
	padding:20px;
	
}

.view_cart_page table td:first-child,.view_cart_page table td:last-child
{
	padding:0px;
}

.view_cart_page .cart_control
{
	text-align:center;
}

.view_cart_page table tr.cart-border-top td
{
	border-top:1px solid #000;
}

.view_cart_page table tr.cart-border-top td:first-child,.view_cart_page table tr.cart-border-top td:last-child
{
	border-top:none;
}


.checkout_field
{
	width:70%;
}

@media only screen and (max-width: 1000px) 
{
	.content_section
	{
		max-width:95%;
	}
	
	.shopping_cart_box
	{
		right:10px;
		max-width:300px;
	}
	
	
}

@media only screen and (max-width: 768px) 
{
	.notification_button
	{
		float:none;
	}
	
	.company_block
	{
		max-width:95%;
		box-sizing:border-box;
	}

}


@media only screen and (max-width: 500px) 
{
	.btn.notification_bar
	{
		font-size:13px;
	}
	
	.nav_logo_section img
	{
		height:60px;
	}

}



