
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
	max-width: 930px;
}

.customFile {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
}
.navbar {
	min-height: 80px;
}
.navbar .navbar-toggle {
	float: left;
	background-color: transparent;
	border-color: transparent;
	margin-top: 20px;
	margin-left: 20px;
}
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
	background-color: transparent;
}
.navbar .navbar-toggle .icon-bar {
	border-radius: 0;
	height: 3px;
	width: 25px
}
.navbar .navbar-brand {
	float: right;
	height: auto;
}
.navbar .navbar-brand img {
	max-height: 50px;
}
.navbar .navbar-nav {
	margin-top: 0;
}

#header {
	border-bottom: solid 1px #CCC;
	padding: 20px 0 30px;
}
#header h1 {
	font-weight: bold;
}
#header .brand img {
	max-height: 120px;
	width: auto;
    height: 159px;
}
#header .nav-primary {
	border-bottom: solid 1px #DDD;
	color: #666;
	display: inline-block;
	padding-bottom: 20px;
}
#header .nav-primary a {
	color: inherit;
}
.landing #main {
	padding-top: 70px;
}
#main {
	background-color: #EEEEEE;
	color: #333;
	font-size: 17px;
	padding: 40px 0 100px;
}
.landing #main .entry-content {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
#main .entry-content {
	background-color: #fff;
	border: solid 1px #CCC;
}
#main .entry-content .entry {
	padding: 40px 50px;
}

#main .entryBig {
	padding: 40px 50px;
}

#footer {
	border-top: solid 1px #CCC;
	padding: 50px 0 90px;
}
#footer .nav-secondary {}
#footer .nav-secondary li {
	line-height: 1.4;
}
#footer .nav-secondary li a {}


.action-selector {
	background-color: #FCFDFE;
	border-top: solid 1px #CCC;
	margin-left: -15px;
	margin-right: -15px;
	padding: 50px;
}
.landing .action-selector {
	margin-left: 0;
	margin-right: 0;
}
.main-action-area {
	border-top: 1px solid #CCC;
	background-color: #f2f2f2;
	padding: 30px 65px 30px 50px;
}
.landing .main-action-area {
	padding-left: 50px;
}
.main > p:last-of-type {
	margin-bottom: 40px;
}

h3 {
	border-bottom: 1px solid #CCC;
	color: #6E8233;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 25px;
	margin: 0 0 30px;
	text-transform: uppercase;
}
h3 small {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #9B9B9B;
	margin-top: 10px;
	text-transform: initial;
}
.form-group {
	margin-bottom: 20px;
}
label {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #777;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
	max-width: 375px;
}
label>span {
	float: right;
	font-style: italic;
	text-transform: initial;
	color: #9B9B9B;
	letter-spacing: 0.49px;
}
input.form-control,
.bootstrap-select, .bootstrap-select:not([class*=span]),
.bootstrap-select>.btn {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	height: 50px;
	max-width: 375px;
	font-size: 16px;
}
.btn-gray, .btn-gray:hover {
	background: #4A4A4A;
	border: 1px solid #4A4A4A;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	padding: 0 30px;
	text-transform: uppercase;
}
.btn-gt {
	background-color: #DF5000;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	height: 58px;
	letter-spacing: 1px;
	padding: 20px 70px;
	text-transform: uppercase;
}

hr.divider {
	border-top-color: #DDD;
	display: block;
	margin: 30px 0;
}
@media (max-width: 420px) {
	.nav-primary {
		display: none;
	}
}
.nav-primary li a,
.nav-secondary li a {
	color: inherit;
}
.nav-primary li a:focus, .nav-primary li a:hover {
	text-decoration: none;
}

.breadcrumbs {
	border-bottom: solid 1px #CCC;
	padding-left: 0;
	margin-bottom: 50px;
}
.breadcrumbs::after {
	clear: both;
	content: '';
	display: table;
}
.breadcrumbs li {
	display: inline-block;
	float: left;
	margin: 1.1em 0;
}
.breadcrumbs li::after {
	background: url('../img/cd-custom-separator.svg');
	color: #959fa5;
	content: '';
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0 1em;
	vertical-align: middle;
}
.breadcrumbs li:last-of-type::after {
  display: none;
}
.breadcrumbs li > * {
	display: inline-block;
	color: #777;
	text-decoration: none;
}
@media (min-width: 421px) {
	.s_list ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
.s_list ul {
	list-style: none;
	padding: 0;
}
.s_list ul li {
	padding: 3px 0;
}
.s_list ul li:before {
	content: "■ ";
	color: #DF5000;
	float: left;
	font-size: 60%;
	margin-right: 10px;
	margin-top: 3px;
}

.popover {
	max-width: 380px !important;
}
.popover-content {
	padding: 30px 30px;
	font-size: 15px;
	color: #333333;
	line-height: 23px;
}
.popover-content ul {
	list-style: none;
	margin-top: 12px;
	padding: 0;
}
.popover-content ul li {
	display: block;
	margin-left: 15px;
	margin-bottom: 7px;
}
.popover-content ul li:before {
	content: "- ";
	float: left;
	margin-left: -15px;
}

.help-popover, .help-popover:hover {
	background-color: #6E8233;
	border-radius: 100%; 
	color: #fff;
	font-style: normal;
	/*font-weight: bold;*/
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

/* Bootstrap select menu */
.bootstrap-select, .bootstrap-select:not([class*=span]),
.bootstrap-select>.btn {
	width: 100%;
}
.bootstrap-select>.btn:active:focus,
.open > .dropdown-toggle.selectpicker:hover,
.open>.dropdown-toggle.selectpicker {
	background-color: inherit;
	border-color: inherit;
}
.bootstrap-select.btn-group .btn .caret {
	right: 23px;
	top: 23px;
}
.bootstrap-select .dropdown-menu>.selected>a, 
.bootstrap-select .dropdown-menu>.selected>a:hover, 
.bootstrap-select .dropdown-menu>.selected>a:focus {
	background-color: #e8e7e6;
	color: #333;
}
.bootstrap-select .dropdown-menu>li>a {
	line-height: 1.7;
	font-size: 16px;
}


/* Dropify drag 'n drop */
.dropify-wrapper {
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	/*height: 165px;*/
	border-radius: 4px;
	/*width: 375px;*/
}

.sidebar .thumbnail {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.sidebar .wrap {
	margin-top: 50px;
}
.sidebar .wrap h4 {
	color: #007000;
	font-weight: bold;
	font-size: 18px;
}
.sidebar .wrap h4 a {
	color: inherit;
	display: inline-block;
	padding-left: 46px;
	text-decoration: none;
}
.sidebar .wrap h4::before {
	background-color: #007000;
	border-radius: 100%;
	color: #fff;
	content: "?";
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 16px;
	line-height: 34px;
	height: 34px;
	width: 34px;
}
.sidebar .wrap h4 span {
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
}

.sidebar

@media (max-width: 420px) {
	section#main {
		margin-top: 80px;
	}
	.landing #main {
		padding-top: 0;
	}
	#main {
		padding-top: 30px;
		padding-bottom: 0;
	}
	#main .entry-content {
		border: none;
		margin-left: -15px;
		margin-right: -15px;
	}
	.section-title {
		margin-bottom: 30px;
		text-transform: capitalize;
	}
	.section-title small {
		display: block;
		margin-bottom: 5px;
	}
	#main .entry-content .entry {
		padding: 40px 20px;
	}
	#main .entry-content .entry h2 {
		margin: 0 0 30px;
		text-transform: capitalize;
	}
	#main .entry-content .action-selector {
		padding-left: 40px;
		padding-right: 40px;
	}
	footer#footer {
		padding-bottom: 50px;
		text-align: center;
	}
	#footer .social-icons {
		text-align: center;
		margin-bottom: 30px;
	}
}