@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/* Used in the 145px x 145px mini adverts on the right hand column */

.st-default-search-input{
	border-radius: 0 !important;	
	width:86% !important;
}

a.st-ui-search-tab{
	background-color:#FA8C23 !important;
	color:#fff !important;
}

.st-ui-injected-overlay-container .st-ui-header input[type="text"]:focus {
    border-bottom: 2px solid #FA8C23 !important;
}

.logged-in #custom_html-6{
	display:none !important;
}

#custom_html-7{
	display:none !important;
}

.logged-in #custom_html-7{
	display:block !important;
}

._ningzone_grid.mjs_column{
	padding:5px !important;
}

.page-id-98 ul{
	padding-inline-start: 0px !important;
}

.page-numbers{
	display: inline-block;
    list-style-type: none;
    padding: 0;
}

.page-numbers li{
	display:inline-block !important;
}

.center{
	margin:0 auto;
}

.pure-g{
	letter-spacing:0 !important;
}

.container{
  margin: 1px auto;
  width:300px;
  background-color:#fff;
  display:grid;
  grid-template-columns: 145px 145px;
  grid-row: auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  .box{
    background-color:#333;
    padding:20px;
    border-radius:0px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
  }
}

body {
	background:#FFF;
	color: #3C3C3C;
}

html, button, input, select, textarea, 
.pure-g [class *= "pure-u"] {
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-width {
	max-width: 940px;
	margin: 0 auto;
}

/* CORE TYPOGRAPHY */

h1 {
	font-size: 38px;
	font-weight: 300;
	color: #000;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.22em;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.15em;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.45em;
}

p.smallcaps {
	font-size: 10px;
	color: #9D9D9D;
	text-transform: uppercase;
}

a {
	cursor:pointer;
	text-decoration: none;
	color:#FA8C23;
	font-weight: 400;
	/*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
	-webkit-transition: opacity 0.2s ease-in; /*safari and chrome */
	-o-transition: opacity 0.2s ease-in; /* opera */
	transition:opacity 0.2s ease-in; /* opera */
}

a:hover {
	opacity: 0.5;
}

.center {
	text-align: center;
}

/* HEADER */

.logo-image a{
	float:left;
}

.free-newsletter a{
	float:right;
}

.header {
	background: -webkit-linear-gradient(left, white 50%, #3C3C3C 50%);
    background: -moz-linear-gradient(left, white 50%, #3C3C3C 50%);
    background: -ms-linear-gradient(left, white 50%, #3C3C3C 50%);
    background: linear-gradient(left, white 50%, #3C3C3C 50%);
}

.home .header {
	background: #FFF;
}

.header .logo-home .logo-image img {
	width: 280px;
	max-width: 100%;
	height: auto;
	padding: 27px 0 20px 0;
}

.header .logo-home p {
	position: relative;
	margin:0;
	padding:0 40px 3px 0;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	background:#3C3C3C;
	color: #FFF;
}

.header .logo-home p span {
	display: block;
	position: absolute;	
	top:0;
	bottom:0;
	left:-5000px;
	width: 5000px;
	background: #3C3C3C;
}

.header .logo-home p:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #3C3C3C;
	border-width: 19px;
	margin-top: -19px;
}

.header .logo-home .free-newsletter {
	text-align: right;
}

.header .logo-home .free-newsletter img {
	padding-top: 10px;
	display: block;
	margin: 0 0 0 auto;
	width: 270px;
	max-width: 100%;
	height: auto;
}

.header .logo .page-width {
	background:#3C3C3C;
} 

.header .logo .logo-image {
	position: relative;
}

.header .logo .logo-image:after {
    content:'';
    width: 0; 
    height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #FFF;
    position:absolute;
    right:-20px;
    top:-10px;
}

.header .logo .logo-image img {
	background: #FFF;
	display: inline-block;
	width: 190px;
	max-width: 100%;
	height: auto;
	padding: 10px 20px 5px 0;
	vertical-align: middle;
}

.header .logo p {
	margin:0;
	padding:0 0 0 40px;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	background:#3C3C3C;
	color: #FFF;
}

.header .menu-primary  {
	background: #FA8C23;
	color: #FFE1A8;
}

.header .menu-primary ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
	text-align: left;
	display: block;
}

.header .menu-primary ul > li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	
}

.header .menu-primary ul > li a {
	color: #FFE1A8;
	padding: 14px 20px;
	display: block;
	
}

.header .menu-primary ul > li.bold a,
.header .menu-primary ul > li:last-child a {
	font-weight: 700;
}

.header .menu-primary ul > li.active a,
.header .menu-primary ul > li.current-menu-item a {
	background: #D56C07;
	color: #FFF;
	font-weight: 700;
}

.header .menu-primary ul > li a:hover {
	background: #D56C07;
	color: #FFF;
	opacity: 1;
}

.header .menu-secondary {
	background: #FFC996;
}

.header .menu-secondary ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
	text-align: left;
	display: block;
}

.header .menu-secondary ul > li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.header .menu-secondary ul > li a {
	color: #3C3C3C;
	font-weight: 500;
	padding: 14px 20px;
	display: block;
}

.header .menu-secondary ul > li.active a {
	background: #D56C07;
	color: #FFF;
	font-weight: 700;
}

/* SUBHEADER */

.subheader {
	background: #F9F9F9;
	padding: 20px 0;
}

.subheader p.label {
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1em;
}

.subheader .newswire ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.subheader .newswire ul > li {
	margin: 0;
	padding: 15px 30px 15px 15px;
	display: inline-block;
	width: 16.66%;
	list-style: none;
	font-size: 11px;
	border-left: #DADADA solid 1px;
	box-sizing: border-box;
}

.subheader .newswire ul > li a {
	color: #3C3C3C;
	font-weight: 500;
	display: block;
	box-sizing: border-box;
	line-height: 1.25em;
	height: 6.25em; /* 5 lines max */
	overflow: hidden;
	text-overflow:ellipsis;
}

.subheader .subheader-promo-single {
	display: inline-block;
	text-align: left;
}

.subheader img {
	max-width: 100%;
	height: auto;
}

/* MOBILE MENU */

/* RESOURCES */

.resources {
	background:#FA8C23;
	color: #FFF;
	border-bottom: #D56C08 solid 12px;
	padding: 35px 0 15px 0;
}

.resources p.large {
	font-size: 28px;
	font-weight: 700;
	padding: 0 0 15px 0;
}

.resources p.large span {
	text-decoration: underline;
}

.resources p.small {
	color: #FBCF7D;
	font-size: 16px;
}

.resources a.resource-link {
	display: block;
	background: #D56C08;
	border-radius: 16px;
	text-align: center;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 5px 5px 15px 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.resources a.resource-link span {
	display: block;
	text-align: center;
	height: 65px;
	font-size: 0;
}

.resources a.resource-link span:before {
	content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.resources a.resource-link span img {
	display: inline-block;
    vertical-align: middle;
}

/* FOOTER */

.footer {
	background: #3C3C3C;
	color: #C0C0C0;
}

.footer h5 {
	font-size: 16px;
	color: #FFF;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul > li {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

.footer a {
	color: #C0C0C0;
}

.footer .menu-footer {
	padding: 0 0 30px 0;
}

.footer .copyright {
	border-top: #C0C0C0 solid 1px;
	padding: 20px 0 40px 0;
	font-size: 10px;
}

.footer .copyright ul {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}

.footer .copyright ul > li {
	margin: 0 2em 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	font-size: 12px;
}

.footer .copyright ul > li a {
	text-decoration: underline;
}

/* CONTENT AREA */

.page-content {
	padding-top: 30px;
	padding-bottom: 50px;
}

.page-content img {
	max-width: 100%;
	height: auto;
}

/* GRID ADJUST */

.cell-pad-10 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
}

.has-gutters-10 {
	margin-left: -10px;
	margin-right: -10px;
}

/* WIDGETS */

.widget {
	margin-bottom: 30px;
	float:left;
	width:100%;
}

.widget.tight {
	margin-bottom: 15px;
}

.widget .widget-search {
	border: #D3D3D3 solid 1px;
	background: #F9F9F9;
	padding: 10px;
}

.widget .widget-search form {
	border: #D4D4D4 solid 1px;
	border-radius: 4px;
	background: #FFF;
	position: relative;
}

.widget .widget-search form input[type="text"]{
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	height: 25px;
	font-size: 16px;
	text-indent: 8px;
}

.widget .widget-search form input[type="submit"]{
	border: none;
	outline: none;
	position: absolute;
	top:1px;
	right:3px;
	height: 25px;
	width: 25px;
	background: url('../library/images/magnifier.svg') center center no-repeat;
	text-indent: -5000px;
}

.widget .widget-top-200,
.widget .widget-newsletter {
	border: #BD3200 solid 1px;
	background: #FA8C23;
	padding: 13px 18px 21px 18px;
	color: #FBCE7D;
	font-size: 12px;
}

.page-template-site-top200 .widget .widget-top-200,
.page-template-site-top200 .widget .widget-newsletter {
	font-size: 14px;
}

.widget .widget-top-200 h4,
.widget .widget-newsletter h4 {
	margin: 0 0 10px 0;
	padding:0;
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
}

.page-template-site-top200 .widget .widget-top-200 h4,
.page-template-site-top200 .widget .widget-newsletter h4 {
	margin: 0 0 15px 0;
	font-size: 42px;
}

.widget .widget-top-200 p,
.widget .widget-newsletter p {
	padding: 0 0 12px 0;
}

.widget .widget-top-200 p.link,
.widget .widget-newsletter p.link {
	padding: 0;
}

.widget .widget-top-200 p.link,
.widget .widget-top-200 p.link a,
.widget .widget-newsletter p.link,
.widget .widget-newsletter p.link a {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}

.widget .widget-post-list {
	border: #DDDDDD solid 1px;
	padding: 17px;
}

.cat-post-widget {
	border: #DDDDDD solid 1px;
	padding: 17px;
}

.cat-post-widget h4 {
    color: #3C3C3C;
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: #DDDDDD solid 1px;
}

.cat-post-widget ul li a {
    color: #3C3C3C;
    padding-left: inherit;
}

.category-posts-internal {
    padding-left: 0px;
 }

.widget .widget-post-list h4 {
	color: #3C3C3C;
	margin:0 0 15px 0;
	padding:0 0 12px 0;
	font-size: 18px;
	font-weight: 700;
	border-bottom: #DDDDDD solid 1px;
}

.widget .widget-post-list ul {
	margin:0;
	padding:0;
	list-style: none;
}

.widget .widget-post-list ul li {
	margin:0 0 15px 0;
	padding:0;
	list-style: none;
	font-size: 14px;
}

.widget .widget-post-list ul li:last-child {
	margin:0 0 0 0;
}

.widget .widget-post-list ul li a {
	color: #3C3C3C;
}

.widget .widget-twitter-timeline {
	background: #E8E8E8;
}

.widget .widget-free-app {
	border: #BD3200 solid 1px;
	background: #FA8C23 url('../images/free-app.png') bottom right no-repeat;
	background-size: contain;
	padding: 13px 18px 21px 18px;
	color: #FBCE7D;
	font-size: 12px;
}

.widget .widget-free-app h4 {
	margin: 0 50% 10px 0;
	padding:0;
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
}

.widget .widget-free-app p {
	padding: 0 50% 12px 0;
	font-size: 14px;
	color: #FFF;
}

.widget .widget-free-app p:first-of-type {
	color: #FBCE7D;
}

.widget .widget-free-app p.link {
	padding: 0;
}

.widget .widget-free-app p.link,
.widget .widget-free-app p.link a {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}

/* CONTENT PAGES */

/* TOP 200 */

.top-200 .top-200-text {
	padding: 20px 0 50px 0;
}

.top-200 .top-200-text h1 {
	font-size: 62px;
	padding: 0 0 12px 0;
}

.top-200 .top-200-text p {
	padding-right: 20%;
	font-weight: 500;
	line-height: 1.6em;
}

.top-200 .top-200-text p:first-of-type {
	font-size: 24px;
	font-weight: 700;
	color: #FA8C23;
	padding-right: 0;
	padding-bottom: 45px;
}

.top-200 .top-200-image {
	padding: 40px 0 50px 0;
}

.top-200 .top-200-form {
	background:#3C3C3C;
	padding: 35px;
}

.top-200 .top-200-form .cell-form-field {
	padding-bottom: 18px;
}

.top-200 .top-200-form input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	border:none;
	outline: none;
	background:#FFF;
	height:45px;
	line-height: 45px;
	text-indent:20px;
}

.top-200 .top-200-form input[type="submit"] {
	width: 100%;
	box-sizing: border-box;
	border: #D0011B solid 2px;
	border-radius: 4px;
	background:#E44A00;
	padding: 7px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.top-200 .top-200-form p.privacy-promise {
	font-size: 12px;
	color: #C0C0C0;
	font-style: italic;
	padding: 0 0 0 26px;
	background: url('../images/lock.svg') 0px 3px no-repeat;
}

.top-200 .top-200-form p.privacy-promise span {
	font-style: normal;
	font-weight: 700;
	display: block;
}

.top-200 .top-200-form p.privacy-promise a {
	text-decoration: underline;
	color: #C0C0C0;
}

/* PAGINATION */

.pagination {
	padding: 30px 0 20px 0;
}

.pagination .pages {
	display: none;
}

.pagination a,
.pagination span.current {
	margin: 0 7px 10px 0;
	padding: 7px;
	background: #FA8C23;
	border: #BD3200 solid 1px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	display: inline-block;
}

.pagination span.current {
	background: #BD3200;
}

/* BLOG LIST */

.home h1,
.blog h1 {
	padding-bottom: 0;
}

.category-promo-full-width {
	background:#F8F8F8;
	margin: 30px 0 20px 0;
	padding: 12px 0 15px 0;
}

.category-promo-full-width p.label {
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 1em;
}

.category-promo-full-width .category-promo-single {
	display: inline-block;
	text-align: left;
}

.category-promo-inline {
	margin: 15px 0 15px 0;
}

.category-promo-inline p.label {
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 1em;
	color: #D4D4D4;
}

.article.large {
	border-bottom: #E8E8E8 solid 2px;
	padding: 20px 0;
}

.article.large img {
	display: block;
	width: 100%;
	height: auto;
}

.article.large h2 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.15em;
	height: 4.6em;
	overflow: hidden;
}

.article.large h2 a {
	color: #000;
}

.article.large p.excerpt {
	font-size: 12px;
	color: #979797;
	margin: 0 0 10px 0;
	padding: 0;
}

.article.large p.date {
	font-size: 10px;
	color: #4C4C4C;
	font-style: italic;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.article.small {
	border-bottom: #E8E8E8 solid 1px;
	padding: 20px 0;
}

.article.small img {
	display: block;
	width: 100%;
	height: auto;
}

.article.small h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.35em;
	font-weight: 700;
}

.article.small h2 a {
	color: #fe7f02;
	font-weight: 700;
}

.article.small .excerpt {
	font-size: 15px;
	color: #000;
	margin: 3px 0 5px 0;
	padding: 0;
}

.article.small .excerpt p {
	margin: 0;
	padding: 0;
}

.article.small p.date {
	font-size: 10px;
	color: #4C4C4C;
	font-style: italic;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

/* BLOG SINGLE */

.post-meta {
	border-top: #F0F0F0 solid 1px;
	border-bottom: #F0F0F0 solid 1px;
	padding: 9px 0;
	margin: 0 0 23px 0;
}

.post-meta ul.meta {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	display: block;
}

.post-meta ul.meta > li {
	margin: 0;
	padding: 0 6px;
	list-style: none;
	line-height: 41px;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: 700;
	color: #646464;
}

.post-meta ul.meta > li:first-child {
	padding-left: 0;
}

.post-meta ul.meta > li.avatar img {
	width: 41px;
	height: 41px;
	border-radius: 41px;
	display: block;
}

.post-meta ul.meta > li.author {
	font-style: italic;
}

.post-meta ul.share {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	display: block;
	text-align: right;
}

.post-meta ul.share > li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
}

.post-meta ul.share > li a {
	display: block;
	text-align: center;
	width: 41px;
	height: 41px;
	font-size: 16px;
	line-height: 41px;
	background: #4ca8d8;
	border-bottom: #1d6b93 solid 4px;
	border-radius: 6px;
	box-sizing: border-box;
	color: #FFF;
}

.post-meta ul.share > li a.facebook {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f6ab0+0,375399+100 */
	background: #4f6ab0; /* Old browsers */
	background: -moz-linear-gradient(top,  #4f6ab0 0%, #375399 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4f6ab0 0%,#375399 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4f6ab0 0%,#375399 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6ab0', endColorstr='#375399',GradientType=0 ); /* IE6-9 */
	border-bottom: #263a6d solid 4px;
}

.post-meta ul.share > li a.twitter {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5da8dc+0,4a93c7+100 */
	background: #5da8dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #5da8dc 0%, #4a93c7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5da8dc 0%,#4a93c7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5da8dc 0%,#4a93c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da8dc', endColorstr='#4a93c7',GradientType=0 ); /* IE6-9 */
	border-bottom: #3474a1 solid 4px;
}

.post-meta ul.share > li a.email {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4da9d9+0,3090c1+100 */
	background: #4da9d9; /* Old browsers */
	background: -moz-linear-gradient(top,  #4da9d9 0%, #3090c1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4da9d9 0%,#3090c1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4da9d9 0%,#3090c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da9d9', endColorstr='#3090c1',GradientType=0 ); /* IE6-9 */
	border-bottom: #1d6b93 solid 4px;
}

.post-content {
	margin: 0 0 20px 0;
	width: 600px;
}

@media only screen and (max-width: 600px) {
	.post-content {
		width: 100%;
	}
}


.post-content,
.post-content p,
.post-content span {
    font-family: 'Roboto', sans-serif;
	font-size: 15px !important;
	font-style: normal !important;
	font-variant: normal !important;
	color: #3C3C3C !important;
}

.post-content p:first-of-type,
.post-content p:first-of-type a {
	font-weight: 700;
}

.post-content p:first-of-type img {
	display: none; /* hide inline featured images */
}

/* COMMENTS */

.respond-form h3 {
	border-top: #F0F0F0 solid 1px;
	border-bottom: #F0F0F0 solid 1px;
	padding: 18px 12px;
	margin: 0 0 23px 0;
	color: #EC913A;
	text-align: right;
}

.respond-form form {
	background: #F9F9F9;
	padding: 15px;
}

.respond-form ul {
	list-style: none;
	margin:0;
	padding:0;
}

.respond-form ul li {
	list-style: none;
	margin:0 0 15px 0;
	padding:0;
}

.respond-form ul li label {
	display: none;
}

.respond-form ul li input[type="text"],
.respond-form ul li input[type="email"],
.respond-form ul li input[type="url"] {
	width: 100%;
	box-sizing: border-box;
	border: #DADADA solid 2px;
	outline: none;
	background: #FFF;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
}

.respond-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: #DADADA solid 2px;
	outline: none;
	background: #FFF;
	height: 155px;
	line-height: 45px;
	text-indent: 20px;
}

.respond-form ul li small {
	color:#a0a0a0;
	font-style: italic;
}

.respond-form input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    border: #D0011B solid 2px;
    border-radius: 4px;
    background: #E44A00;
    padding: 7px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

/* SUBMISSION FORMS */

.gform_wrapper {
	background: #F9F9F9;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"] {
	width: 100% !important;
	box-sizing: border-box;
	border: #DADADA solid 2px;
	outline: none;
	background: #FFF;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
}

.gform_wrapper textarea {
	width: 100% !important;
	box-sizing: border-box;
	border: #DADADA solid 2px;
	outline: none;
	background: #FFF;
	height: 155px;
	line-height: 45px;
	text-indent: 20px;
}

.gform_wrapper input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    border: #D0011B solid 2px;
    border-radius: 4px;
    background: #E44A00;
    padding: 7px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

/* RESPONSIVE */

/* pure-hidden-xs */
@media screen and (max-width:35.438em) {
    .pure-visible-sm{display:none}
    .pure-visible-md{display:none}
    .pure-visible-lg{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-xs{display:none}
}
/* pure-hidden-sm */
@media screen and (min-width:35.5em) and (max-width:47.938em) {
    .pure-visible-xs{display:none}
    .pure-visible-md{display:none}
    .pure-visible-lg{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-sm{display:none}
}
/* pure-hidden-md */
@media screen and (min-width:48em) and (max-width:63.938em) {
    .pure-visible-xs{display:none}
    .pure-visible-sm{display:none}
    .pure-visible-lg{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-md{display:none}
}
/* pure-hidden-lg */
@media screen and (min-width:64em) and (max-width:79.938em) {
    .pure-visible-xs{display:none}
    .pure-visible-sm{display:none}
    .pure-visible-md{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-lg{display:none}
}
/* pure-hidden-xl */
@media screen and (min-width:80em) {
    .pure-visible-xs{display:none}
    .pure-visible-sm{display:none}
    .pure-visible-md{display:none}
    .pure-visible-lg{display:none}
    .pure-hidden-xl{display:none}
}

@media screen and (max-width: 980px){ /* page width + gutter */
	.has-gutters-10 {
		margin-left: 0;
		margin-right: 0;
	}
	.page-width {
		margin: 0 10px;
		width: auto !important;
	}
	
/*
		.pure-g {
		display:none;
	}
	
}
*/
}

@media screen and (max-width:47.938em){
	
	.page-width {
		padding: 0;
		width: 100%
	}
	
	/* HEADER */
/*
	.pure-g {
		display:none;
	}
*/
	
	.hide-mobile {
		display:none;
	}
	
	.header {
		background: #FFF;	
	}
	
	.header .logo .page-width,
	.header .logo-home .page-width {
		margin-left: 0;
		margin-right: 0;
	}
	
	.header .logo p,
	.header .logo-home p  {
		display: block;
	    padding: 0 0 2px 7px;
	    margin: 0;
	    line-height: 28px;
	    font-size: 14px;
	}
	
	.header .logo-home p:after {
		display: none;
	}
	
	.header .logo-mobile {
		padding: 20px 10px 20px 10px;
	}
		
	.header .logo-mobile .logo-image img {
		width: 197px;
		max-width: 100%;
		height: auto;
		padding-top:4px;
	}
	
	.header .logo-mobile .menu-mobile-toggle {
		text-align: right;
	}
	
	.header .logo-mobile .menu-mobile-toggle a {
		font-size: 30px;
		color: #3C3C3C;
		line-height: 1em;
	}
	
	.header .menu-primary .page-width {
    	margin-left: 0;
    	margin-right: 0;
    	padding:0;
	}
	
	.header .menu-primary ul {
		text-align: center;
	}

	.header .menu-primary ul:after {
    	display: none;
	}

	.header .menu-primary ul > li {
		display: none;
	}
	
	.header .menu-primary ul > li.active,
	.header .menu-primary ul > li.current-menu-item {
		display: block;
	}
	
	.header .menu-secondary .page-width {
    	margin-left: 0;
    	margin-right: 0;
    	padding:0;
	}

	.header .menu-secondary ul {
		text-align: center;
	}

	.header .menu-secondary ul:after {
    	display: none;
	}

	.header .menu-secondary ul > li {
		display: none;
	}
	
	.header .menu-secondary ul > li.active {
		display: block;
	}
	
	.subheader .promo-2, 
	.subheader .promo-3 {
		padding-top: 10px;
	}
	
	/* FOOTER */
	
	.resources {
    	padding: 20px 0 35px 0;
    	border-bottom: none;
	}
	
	.resources p.large br {
		display: none;
	}
	
	.resources a.resource-link {
	    font-size: 12px;
	}
	
	.resources .cell-pad-10.resource-link-col {
		padding-right: 4px;
		padding-left: 4px;
	}
	
	.footer {
		padding-top: 30px;
	}
	
	.footer .menu-footer {
    	padding: 0 0 0 0;
	}
	
	.footer .menu-footer h5 {
    	margin: 0 0 20px 0;
    	padding:0;
	}
	
	.footer .menu-footer ul {
    	margin: 0 0 25px 0;
	}
	
	.footer .copyright {
		border-top: none;
		padding-bottom: 20px;
	}
	
	/* CONTENT AREA */
	
	.page-content {
    	padding-bottom: 20px;
    	width: 100%;
	}
	
	.home .page-content {
    	padding-top: 0;
	}
	
	/* WIDGETS */
	
	.widget .widget-search {
		display: none;
	}
	
	/* HOME */
	
	.home h1 {
		display: none;
	}
	
	/* TOP 200 */
	
	.top-200 .top-200-text {
    	padding: 0 0 0 0;
	}
	
	.top-200 .top-200-text h1 {
    	font-size: 42px;
    	padding: 0 0 18px 0;
	}
	
	.top-200 .top-200-text p:first-of-type {
		font-size: 20px;
		line-height: 1.2em;
		padding-bottom: 25px;
	}
	
	.top-200 .top-200-text p {
	    padding-right: 0;
	}
	
	.top-200 .top-200-form {
   		padding: 19px 6px;
	}

	/* BLOG SINGLE */
	
	.post-meta ul.meta {
		padding: 5px 0 12px 0;		
	}
	
	.post-meta ul.meta > li {
		line-height: 1.3em;	
	}
	
	.post-meta ul.meta > li.avatar {
		display: none;	
	}
	
	.post-meta ul.meta > li.author {
    	padding-left: 0;
	}

	.post-meta ul.share {
    	text-align: left;
    	margin-bottom: 8px;
	}
	
	.post-meta ul.share > li {
    	padding: 0 10px 0 0;
	}
	
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider - http://bxslider.com
 */

/** RESET AND LAYOUT
===================================*/
#bxslider-loading-icon {
	margin-top:10px;
	width:960px;
	text-align:center;
	height:11px;
	background:url('library/images/ajax-loader.gif') center center no-repeat;
}

#bxslider-wrapper {
	margin:6px 0;
	width:960px;
	max-height:1px;/* Small height - Full height will be added with jQuery */
	visibility:hidden; /* Hidden - Make visble with jQuery */
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	max-width:956px!important;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	/*
		border-top: 2px solid #ebebeb;
		border-bottom: 2px solid #ebebeb;
		border-left: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
	*/
	border: 2px solid #ebebeb;
	/* left: -5px; */
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* List items */
.bx-wrapper li {
	padding:10px;
	border-right: 2px solid #ebebeb;
	height:100px;
}

.slider-content {
	overflow:hidden;
}

.bx-wrapper .image-wrapper {
	height:100px;
	width:100px;
	margin-right:20px;
	float:left;
}

.bx-wrapper .image-wrapper img {
	height:auto;
	width:100px;
	max-height:100px;
}

.bx-wrapper .text-wrapper {
	height:100px;
	float:right;
	max-height: 105px;
    overflow: auto;
}

.bx-wrapper .text-wrapper p {
	margin:0;
	padding:0;
	font-size:16px;
	line-height:20px;
}

.bx-wrapper .text-wrapper p a {
	color:#202020;
	text-decoration:none;
	font-size:16px;
	line-height:20px;
}

.bx-wrapper .text-wrapper p.slider-read-more {
	margin-top:10px;
}

.bx-wrapper .text-wrapper p.slider-read-more a {
	text-decoration:none;
	color:#3151a2;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(library/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -50px;
	background: url(library/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -50px;
	background: url(library/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(library/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(library/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



