/*
Theme Name: Richmond Standard R1
Theme URI: http://richmondstandard.com
Description: Custom theme for Chevron
Version: 0.1
Author: MKG Media Group
Author URI: http://richmondstandard.com
*/

.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}

/* styles from flat-ui-free2.0.0-fix.less files */
body {
  color: #4c4c4c;
  font-family: "freight-sans-pro", sans-serif !important;
  font-size: 18px;
  line-height: 1.5em !important;
  background-color: #eee !important;
}

input,
button,
select,
textarea {
  font-family: "freight-sans-pro", sans-serif !important;
  font-size: 14px;
}

a {
  color: #00adee;
  text-decoration: none;
}

body .nav .open > a, 
body .nav .open > a:hover, 
body .nav .open > a:focus,
body .nav .open > a:active {
	background: transparent;
	color: #0364a2 !important;
}

a:hover,
h1 a:hover {
  color: #0364a2;
  text-decoration: none !important;
}

h2 {
  margin-bottom: 2px;
}

h3 {
  margin-bottom: 4px;
  margin-top: 2px;
}

h4 {
  margin-top: 4px;
}

h6 {
  font-weight: normal;
}

p {
  font-size: 18.004px;
}

.lead {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}

small {
  font-size: 84%;
}

blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}

blockquote p {
  font-size: 20.006px;
  font-weight: normal;
  margin-bottom: .4em;
}

blockquote small {
  font-size: 18.004px;
  font-style: italic;
  color: #34495e;
}

blockquote small:before {
  content: "";
}

blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.bg-turquoise {
  background-color: #333333;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #7f8c8d;
}

.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

.btn.btn-large {
  font-size: 17px;
  padding: 12px 18px;
}

.btn > [class^="fui-"] {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}

.input-group-btn .btn {
  background: #bdc3c7;
  border: 0;
  margin: 0;
  color: #fff;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 12px;
}

.input-group-btn .btn:hover {
  background: #cacfd2;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.form-group {
  margin-bottom: 10px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  letter-spacing: -1px;
  color: inherit;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  min-height: 100%;
}

.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[class^="fui-"] {
  display: inline-block;
  vertical-align: middle;
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "freight-sans-pro", sans-serif;
  color: #2c3e50;
}

h1 {
  font-weight: normal;
}

h3 {
  font-weight: normal;
}

img {
  -webkit-backface-visibility: hidden;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}

a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}

#bgVideo {
  overflow: hidden;
}
#bgVideo > video {
  position: absolute !important;
}

audio {
	width: 100%;
}

.navbar {
  left: 0;
  right: 0;
}
.navbar .brand {
  padding: 23px 28px 24px 0;
}
.navbar .subnav {
  display: none;
}
.navbar a {
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  line-height: 1.5em;
}
.navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: none;
}
.navbar .navbar-toggle {
  margin: 26px 0 10px;
  color: white;
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("http://mkg-startup.s3.amazonaws.com/common-files/icons/menu-icon@2x.png") 50% no-repeat;
  -webkit-background-size: 17px 12px;
  -moz-background-size: 17px 12px;
  -o-background-size: 17px 12px;
  background-size: 17px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .navbar-toggle:before {
  display: none;
}
.navbar .navbar-form .btn {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: -10px 0 0;
  position: relative;
  top: 4px;
}
.navbar.navbar-fixed-top {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 1170px;
  margin: 0 auto;
}
.loaded .navbar.navbar-fixed-top {
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

body > .navbar-collapse {
  padding: 25px 0;
  overflow: auto;
  background: #222527;
  min-height: 100%;
}
body > .navbar-collapse::-webkit-scrollbar {
  display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
  float: none !important;
}
body > .navbar-collapse .nav {
  margin: 0 0 10px;
}
body > .navbar-collapse .nav > li {
  margin: 0;
}
body > .navbar-collapse .nav > li > a {
  display: block;
  padding: 12px 35px;
  border-bottom: 2px solid #24292d;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #5b5e61;
  text-transform: uppercase;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
  color: #ffffff;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
  background: none;
}
body > .navbar-collapse .nav > li.active > a {
  color: #ffffff;
}
body > .navbar-collapse .nav > li.active > a:hover,
body > .navbar-collapse .nav > li.active > a:focus,
body > .navbar-collapse .nav > li.active > a.active {
  color: #ffffff;
}
body > .navbar-collapse .subnav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
body > .navbar-collapse .subnav li > a {
  display: block;
  margin: 0;
  padding: 7px 35px;
  font-size: 13px;
  font-weight: normal;
  color: #5b5e61;
  text-transform: capitalize;
}
body > .navbar-collapse .subnav li > a:hover,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a.active {
  color: #ffffff;
}
body > .navbar-collapse .navbar-form,
body > .navbar-collapse .navbar-search {
  padding: 10px 35px;
  margin: 0;
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
}
body > .navbar-collapse .navbar-form:focus,
body > .navbar-collapse .navbar-search:focus {
  outline: 0 none;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-primary,
body > .navbar-collapse .navbar-search .btn-primary {
  height: 30px;
  font-size: 15px;
  color: #5b5e61;
  background: none;
  padding: 0;
}
body > .navbar-collapse .navbar-form .btn:hover,
body > .navbar-collapse .navbar-search .btn:hover,
body > .navbar-collapse .navbar-form .btn-primary:hover,
body > .navbar-collapse .navbar-search .btn-primary:hover {
  color: #fff;
}

.header-6 .navbar a {
	cursor: pointer;
}

.header-6 .navbar .dropdown-menu {
	 height: 320px;
	 border-radius: 0;
	 padding-top: 0;
	 margin-top: 9px;
	 border-bottom: 4px solid #00ADEE;
	 background-color: #eee;
}

.header-6 .navbar .dropdown-menu li {
	text-align: right;
	font-size: 13px;
}

.header-6 .navbar .dropdown-menu li a {
	font-weight: bold;
	padding-right: 1em;
}

.header-6 .navbar .dropdown-menu .sample-box {
	width: 20%;
	display: inline-block;
	margin-top: 1em;
	margin-right: .5em;
	padding: 1em 1em;
	vertical-align: top;
	
}

.header-6 .navbar .dropdown-menu .sample-box h4 a {
	font-size: 14px;
	font-weight: bold;
}

.header-6 .navbar .dropdown-menu {
	 width: 1920px;
	 left: -460px;
}

.header-6 .navbar .dropdown-menu.more {
	width: 100%;
	left: 0;
	height: auto;
	background-color: #aaa;
}

.header-6 .navbar .dropdown-menu.more li {
	text-align: left;
}

.header-6 .navbar .dropdown-menu.more li a {
	color: #fff;
}

.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;
}
 
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
body .container {
  position: relative;
  z-index: 2;
  margin: auto;
}
/**
 * Blog 4 stylesheet  
 * */
.blog-4 {
  padding-top: 6em;
  padding-bottom: 130px;
}

.blog-4 h1 {
	margin-top: 0;
}

.blog-4 p,
.blog-4 li {
  margin: 0;
  line-height: 2em;
}

.blog-4 .container,
.content-38.search .container {
	width: 980px;
}

.blog-4 .main-content p,
.blog-4 li {
	text-align: justify;
}

.blog-4 p + p {
  margin-top: 30px;
}
.blog-4 h3 {
  font-size: 35px;
  margin: 0 0 35px;
}
.blog-4 h6,
.wp-caption-dd {
  font-size: 20px;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  margin: 0 0 25px;
  text-transform: none;
  color: #00adee;
}
.blog-4 .img {
  max-height: 242px;
  max-width: 538px;
  margin: 70px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
}
.blog-4 .img > img {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-height: 100%;
}
.blog-4 .quote {
  position: relative;
  margin: 60px 0 55px 40px;
  font-size: 37px;
  font-family: "freight-sans-pro", sans-serif;
  color: #2c3e50;
  font-weight: 300;
  letter-spacing: -1px;
}
.blog-4 .quote:before {
  content: url('http://mkg-startup.s3.amazonaws.com/common-files/icons/quote-up.png');
  position: absolute;
  top: -17px;
  left: -40px;
}
.blog-4 .tags {
  margin-top: 70px;
  font-size: 12px;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #bdc3c7;
}
.blog-4 .tags a {
  color: #bdc3c7;
}
.blog-4 .tags a:hover,
.blog-4 .tags a:focus,
.blog-4 .tags a.active {
  color: #979c9f;
}
.blog-4 .tags ul,
.blog-4 .tags ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.blog-4 .tags li {
  display: inline-block;
  margin-right: 20px;
}
.blog-4 .related-articles {
  margin-top: 82px;
  font-size: 15px;
  color: #bdc3c7;
}
.blog-4 .related-articles h6 {
  font-size: 19px;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  margin: 0 0 30px;
}
.blog-4 .related-articles ul,
.blog-4 .related-articles ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.blog-4 .related-articles li {
  display: block;
}
.blog-4 .related-articles li + li {
  margin-top: 30px;
}
.blog-4 .related-articles a {
  color: #0364a2;;
  font-size: 17px;
  font-weight: 500;
}
.blog-4 .related-articles a:hover,
.blog-4 .related-articles a:focus,
.blog-4 .related-articles a.active {
  color: #15967d;
}
.blog-4 .related-articles a + div {
  margin-top: 4px;
}

/* contact */
/**
 * Content 12 stylesheet  
 * */


.contacts-5 h2 {
  margin-bottom: 1em;
}

.contacts-5 p {
	line-height: 1.5em;
}

.contacts-5 a {
	font-size: 18px;
}

.contacts-5 .map {
  height: 250px;
  margin-bottom: 4em;
}

.contacts-5 i {
	font-size: 36px;
}

.contacts-5 .social-btns ul {
	padding-left: 0;
}

.contacts-5 .social-btns li {
	display: inline-block;
	padding-right: 1em;
	list-style: none;
}

input[name="unsubscribe"] {
	display: none;
}

input[name="subscribe"] {
	border: none;
	background-color: #00adee;
	color: #fff;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "freight-sans-pro", sans-serif;
	font-size: 18px;
	padding: .5em;
}

input[type="text"] {
	width: 100%;
	font-size: 18px;
	padding: .5em;
}

label {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: normal;
}

.blog-4.page-template .subscribe label {
	display: none;
}


/* content */
/**
 * Content 12 stylesheet  
 * */
.content-12 {
  position: relative;
}
.content-12 .wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.content-12 .btn-wide {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #0364a2;
  -webkit-transition: 0.25s color, 0.25s background-color;
  -moz-transition: 0.25s color, 0.25s background-color;
  -o-transition: 0.25s color, 0.25s background-color;
  transition: 0.25s color, 0.25s background-color;
}
.content-12 .btn-wide:hover,
.content-12 .btn-wide:focus,
.content-12 .btn-wide.active {
  color: #ffffff;
}
.content-12 .btn-wide:hover,
.content-12 .btn-wide:active {
  background: #e74c3c;
}
/**
 * Content 13 stylesheet  
 * */
.content-13 {
  position: relative;
}
.content-13.subscribe-form {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #a1a9b1;
}
.content-13.subscribe-form input[type="text"],
.content-13.subscribe-form input[type="email"] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.5em;
}
.content-13.subscribe-form input[type="text"]:-moz-placeholder,
.content-13.subscribe-form input[type="email"]:-moz-placeholder {
  color: #ffffff;
}
.content-13.subscribe-form input[type="text"]::-moz-placeholder,
.content-13.subscribe-form input[type="email"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.content-13.subscribe-form input[type="text"]:-ms-input-placeholder,
.content-13.subscribe-form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
.content-13.subscribe-form input[type="text"]::-webkit-input-placeholder,
.content-13.subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.content-13.subscribe-form input[type="text"].placeholder,
.content-13.subscribe-form input[type="email"].placeholder {
  color: #ffffff;
}
.content-13.subscribe-form input[type="text"]::-webkit-input-placeholder,
.content-13.subscribe-form input[type="email"]::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.content-13.subscribe-form input[type="text"]:-moz-placeholder,
.content-13.subscribe-form input[type="email"]:-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.content-13.subscribe-form input[type="text"]::-moz-placeholder,
.content-13.subscribe-form input[type="email"]::-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.content-13.subscribe-form input[type="text"]:-ms-input-placeholder,
.content-13.subscribe-form input[type="email"]:-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.content-13.subscribe-form .ani-placeholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding-left: 6px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "freight-sans-pro", sans-serif;
}
.content-13.subscribe-form .btn {
  margin-top: 2px;
  width: 220px;
  max-width: 100%;
}
.content-13.subscribe-form .btn.btn-primary {
  background: #00adee;
}
.content-13.subscribe-form .btn.btn-primary:hover,
.content-13.subscribe-form .btn.btn-primary:focus {
  background: #24deb4;
}
.content-13.subscribe-form .btn.btn-primary:active,
.content-13.subscribe-form .btn.btn-primary.active {
  background: #138871;
}

.content-13 input[type="submit"]{
	width: 100%;
	border: none;
	background-color: #00adee;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 18px;
}

.noscroll {
  overflow: hidden !important;
  position: static;
}

.screenshots img {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
.screenshots img:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}

.content-38 {
  text-align: left;
  padding-bottom: 105px;
}
.content-38 .sample-box {
  margin-bottom: 25px;
  opacity: 0;
  transition: 0.5s;
  -moz-transform: scale(0.9) translateX(-50px) translateY(50px);
  -webkit-transform: scale(0.9) translateX(-50px) translateY(50px);
  -o-transform: scale(0.9) translateX(-50px) translateY(50px);
  -ms-transform: scale(0.9) translateX(-50px) translateY(50px);
  transform: scale(0.9) translateX(-50px) translateY(50px);
}
.content-38 .sample-box.col-xs-6 {
  max-width: 486px;
}
.content-38 .sample-box img {
  vertical-align: top;
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.25s ease 0s;
}
.content-38 .most-recent .sample-box img{
	display: none;
}
.content-38 .sample-box img:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -moz-transform: translateX(0) translateY(-5px);
  -webkit-transform: translateX(0) translateY(-5px);
  -o-transform: translateX(0) translateY(-5px);
  -ms-transform: translateX(0) translateY(-5px);
  transform: translateX(0) translateY(-5px);
}
.content-38 .sample-box.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.content-38 .column-2 {
  padding: 0;
}
/* header */
/**
 * Header 6 stylesheet  
 * */
.header-6 {
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
}

.header-6 .nav {
	padding-top: 7px;
	text-transform: uppercase;
}

.header-6 .navbar.mobile {
	display: none;
}

.header-6 .navbar {
  position: relative;
  z-index: 2;
  font-family: "freight-sans-pro", sans-serif;
  opacity: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  min-height: 40px;
}

.header-6 .navbar .brand {
  padding: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: left;
  margin-top: 0;
  padding-right: 5em;
}
.header-6 .navbar .brand img:first-child {
  width: 30%;
  margin-top: 8px;
}


@media (min-width: 992px) {
  .header-6 .navbar .nav > li {
    float: none;
    display: inline-block;
    padding: 0 10px;
  }
}

.header-6 .navbar .nav > li > a {
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  cursor:pointer ;
}
.header-6 .navbar .nav > li > a:hover,
.header-6 .navbar .nav > li > a:focus,
.header-6 .navbar .nav > li > a.active {
  color: #0364a2;
}
.header-6 .navbar .nav > li.active > a {
  color: #0364a2;
}
.header-6 .navbar .nav > li.active > a:hover,
.header-6 .navbar .nav > li.active > a:focus,
.header-6 .navbar .nav > li.active > a.active {
  color: #0364a2;
}
.header-6 .navbar .navbar-toggle {
  float: left;
  margin: 8px .4em 0 0;
  display: none;
}
.header-antiflicker {
  opacity: 0;
  filter: alpha(opacity=0);
}
/**
 * Header 13 stylesheet  
 * */

.header-13-sub {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0;
}

.header-13-sub a,
.header-13-sub .category {
	text-shadow: 0 1px 1px #333;
}

.header-13-sub h3 {
	padding: 0;
	margin: 0;
}

.header-13-sub.category {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.header-13-sub.category h3,
.header-13-sub.category p {
	line-height: 1.5em;
}



.header-13-sub.v-center,
.header-13-sub .v-center {
  display: table;
}
.header-13-sub.v-center > div,
.header-13-sub .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}

body .header-13-sub .col-sm-7,
body .header-13-sub .col-sm-5  {
	padding: 4em 5em;
}

body .addthis_jumbo_share {
	padding-bottom: 2em;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a,
body .comments input, 
body .comments textarea,
body .header-6 .navbar li a,
body .header-13-sub h3,
body .header-13-sub .lead,
body .header-13-sub .search form input,
body .contacts-1 form button,
body .content-12 .btn-wide,
body .content-13.subscribe-form input[type="text"],
body .content-13.subscribe-form .btn.btn-primary,
body .category,
body .category a,
body .blog-4 .col-sm-2,
body .blog-4 .comment-count,
body .sharing a,
body .forward-slash-divider,
body > .navbar-collapse .nav > li > a,
body .blog-4 .mini-bar div,
body .blog-4 .min-bar a,
body .at4-title,
body .post-date {
	font-family: "freight-sans-pro", sans-serif;
	font-weight: normal;
}

body li,
body p,
body a,
body blockquote,
body div {
	font-family: "pt-serif", serif;
	font-weight: normal;
}

body h1,
body h1 a {
	font-size: 48px;
}

body h2,
body h2 a,
 {
	font-size: 36px;
}

body .content-38 h2,
body .content-13.subscribe-form input[type="text"] {
font-size: 28px
}

body h3,
body h3 a,
body .header-13-sub h3 {
	font-size: 28px;
}



body h4,
body h4 a,
body p,
body li,
body blockquote p,
body .well,
body .comments input, 
body .comments textarea {
	font-size: 18px;
}

body .lead.disclaimer,
body .category,
body .content-12 .btn-wide,
body .sharing a,
body .forward-slash-divider,
body .blog-4 .mini-bar li,
body .post-date {
	font-size: 16px;
}



body .header-13-sub.homepage a,
body .contacts-1 form button,
body .content-12 .btn-wide,
body .content-13.subscribe-form .btn.btn-primary,
body .side-bar .btn-primary,
body .comments input[type=submit],
body .header-6 .weather{
	font-weight: bold;
}

body h2, 
body .header-13-sub h2 { margin-bottom: 1em; }

body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .header-6,
body .header-13-sub h1,
body .header-13-sub h3,
body .blog-4 a .comment-count {
	color: #00adee;
}

body a:hover,
body .header-6 .navbar .nav > li > a:hover,
body .header-6 .far-right li a i:hover,
body .header-13-sub.homepage a:hover,
body .blog-4 a .comment-count:hover {
	color: #0364a2;
}

body blockqute,
body li,
body p,
body .blog-4 .comments input[type="text"],
body .header-13-sub .lead,
body .header-13-sub .search form input,
body div,
body .header-6 .dropdown-menu.search input,
body .at_flat_counter,
body .category,
body .blog-4 .col-sm-2,
body .blog-4 .comment-count,
body .header-13-sub .lead.disclaimer {
	color: #4c4c4c;
}

body .btn-primary,
body .comments input[type=submit],
body .contacts-1 form button,
body .content-12 .btn-wide,
body .content-13.subscribe-form .btn.btn-primary
body .header-6 .far-right li,
body .header-6 .far-right i,
body .header-6 .dropdown-menu li > a,
body .header-6 .weather,
body .header-13-sub.homepage a,
body .header-13-sub li:first-child,
body .header-13-sub.homepage h1 a,
body .header-13-sub.homepage p,
body > .navbar-collapse .nav > li > a {
	color: #fff;
}

body .blog-4 .mini-bar div.comment-count a,
body .btn-primary,
body .header-6,
body .header-6 input[type="submit"],
body .content-12 .btn-wide,
body .content-13.subscribe-form .btn.btn-primary,
body .contacts-1 form button,
body .comments input[type=submit],
body .header-13-sub li:first-child {
	background-color:#00adee;
}

body .blog-4 .comments input[type=submit]:hover,
body .blog-4 .mini-bar div.comment-count a:hover,
body .contacts-1 form button:hover,
body .content-13.subscribe-form .btn.btn-primary:hover,
body .side-bar .btn-primary:hover,
body .header-6 input[type="submit"]:hover,
body .header-6 .dropdown-menu li:hover,
body .header-6 .dropdown-menu li:active,
body .content-12 .btn-wide:hover, 
body .content-12 .btn-wide:active,
input[name="subscribe"]:hover {
	background-color: #0364a2 !important;
}

body .content-38 .popular {
	background-color: #ccc;
}


body .header-13-sub.homepage .category {
	color: #ddd;
}

body .content-38 .popular .sample-box {
	position: relative;
	margin-bottom: 4em;
}

body .content-38 .popular .content .inside {
	position: relative;
	padding: 4em;
	margin-top: -5em;
	z-index: 50;
	background: #fff;
	
}

body .content-38 .most-comments {
	background-color: #ddd;
}

body .content-38 .excerpt {
	height: 4em;
	overflow: hidden;
	text-overflow: ellipsis;
}

body .content-38 .most-comments .excerpt,
body .content-38 .most-recent .excerpt,
body .content-38 .most-comments .ellipsis,
body .content-38 .most-recent .ellipsis {
	display: none;
}

body .content-38,
body .content-38 .most-recent {
	background-color: #eee;
}

body #content,
body .contacts-1,
body .contacts-3,
body .header-6 .dropdown-menu .sample-box,
body .content-38 .sample-box,
body .content-38 .sample-box .content,
body .header-13-sub .lead.disclaimer {
	background-color: #fff;
}

body .well,
body .header-6 .dropdown-menu a:hover,
body .header-13-sub.homepage .col-sm-7,
body .header-13-sub.bg-midnight-blue,
body .side-bar .article-summary.bio {
	background-color: transparent;
}

body .contacts-1 form button,
body .content-13.subscribe-form .btn.btn-primary,
body .side-bar .btn-primary {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
}

body #content,
body .contacts-1,
body .contacts-3 {
	height: 100vh;	
	margin-bottom: 0;
}

body .blog-4 .comments  {
	border-top: 1px solid #eee;
}

body .well {
	min-height: 0;
	padding: 0;
	margin-top: 1.5em;
	margin-bottom: 0;
	border: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.5em;
}

/*Blog-4: Blog Posts*/

body .blog-4 .mini-bar div,
body .blog-4 .min-bar a {
	font-size: 16px;
}

body .blog-4 .mini-bar {
	color: #aaa;
	padding-left: 0;
}

body .blog-4 .blog-post-image img {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 1em;
}

body .at4-jumboshare .at4-count-container {
	text-align: left;
	padding-right: 0;
}

body .at4-count-container {
	padding-right: 0;
}

body .blog-4 .content-38 {
	margin-top: 4em;
}

body .blog-4 .content-38 .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

body .blog-4 .content-38 .col-sm-4 {
	width: 100%;
}

body .blog-4 .content-38 .popular {
	background: transparent;
}

body .blog-4 .article-summary.bio {
	margin-top: 2em;
	border-top: 1px solid #eee;
}

body .blog-4 .article-summary.bio p {
	margin-top: 1em;
}

body .blog-4 .article-summary.bio img,
body .blog-4 .comments img {
	width: auto;
	border: none;
	box-shadow: none;
}

body .blog-4 .article-summary.bio img{
	float: left;
	border-right: 4px solid #ccc;
	margin-right: 1em;
	padding-right: 1em;
}

body .blog-4 .addthis_responsive_sharing {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

body .blog-4.page-template {
	padding-top: 6em;
}

body .blog-4.page-template h1 {
	margin-top: 20px;
}

body .blog-4.page-template h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

body .blog-4.page-template h3 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0;
}

body .blog-4.page-template img {
	width: 100%;
}

body .blog-4.page-template .stats {
	display: inline-block;
	width: 32%;
	padding-right: 2em;
	text-align: center;
}

body .blog-4.page-template .stats h3 {
	font-size: 14px;
	color: #333;
	margin: 0;
}

body .blog-4.page-template .stats .amount {
	font-size: 32px;
	margin-bottom: .2em;
}

body .blog-4.page-template .col-sm-4 {
	border-left: 1px solid #ccc;
}

body .blog-4.page-template .content-38 {
	margin-top: 0;
}

body .blog-4.page-template .content-38 .col-sm-4 {
	width: 92%;
}

body .blog-4.page-template .side-bar .bio {
	display: none;
}

.blog-4.page-template .subscribe p {
	font-size: 24px;
}

.blog-4.page-template .subscribe form {
	margin-top: 2em;
}

.blog-4 .main-content {
	padding-top: 2em;
}

.blog-4 .main-content img,
.blog-4 .post img {
	border: 15px solid #fff;
	box-shadow: 3px 3px #ccc;
	width: 100%;
	float: none;
	margin-bottom: 1em;
}

.blog-4 .main-content iframe {
	width: 100%;
	height: 430px;
}


/*Comments*/

body .comments {
	margin-top: 4em;
	margin-bottom: 2em;
}

body .comments h3 {
	padding-bottom: 1em;
}

body .comments ol {
	list-style: none;
	padding-left: 0;
}

body .comments img {
	width: auto;
	height: auto;
}

body .comments input,
body .comments textarea {
	display: block;
	width: 100%;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #ccc
}

body .comments input[type=submit] {
	border: none;
}

body .comments label {
	display: none;
}

body .comments cite .muted {
	color: #aaa;
}

body .comments .comment-body {
	padding-bottom: 3em;
}

body .comments cite {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 3em;
	padding-bottom: 2em;
}

/*Header-6: Nav Bar*/



.header-6 .far-right {
	position: absolute;
	right: 7px;
	top: 7px;
}

.header-6 .far-right li {
	display: inline-block;
	margin-right: 1em;
	font-size: 13px;
	margin-top: -5px;
}

body .header-6 .navbar-header {
	float: none;
}

body .header-6 .col-sm-2 {
	padding-top: 1em;
	height: 315px;
	background-color: #aaa;
	
}

body .header-6 .weather {
	margin-left: -5px;
}


/*Header-13: Homepage and Blog Hero*/



body .header-13-sub .col-sm-7,
body .header-13-sub .article-summary {
	padding: 3em 0;
}

body .header-13-sub.bg-midnight-blue.homepage .container {
	background: rgba(51,51,51,.5);
	padding-left: 30px;
	
	
}

body .header-13-sub .main-post-image {
	background-size: cover;
	background-repeat: no-repeat;
	
}

body .header-13-sub.homepage .col-sm-4 {
	border: none;
	padding: 20px 20px 40px 10px;
	margin-top: 0;
}

body .header-13-sub.homepage .col-sm-4 .article-summary {
	padding: 0;
	margin: 1em 0 1em 0;
}

body .category {
	margin-bottom: 0;
}	

body .header-13-sub h1 {
	margin-top: 0;
}

body .header-13-sub.category h1 {
	margin-bottom: .5em;
}

body .header-13-sub.category a {
	text-shadow: none;
}


body .header-13-sub img {
	width: 100%;
}

body .header-13-sub .mobile-display {
	display: none;
}

body .header-13-sub .col-sm-5.col-sm-offset-1 {
	margin-top: 0;
}

body .header-13-sub .comment-count {
	float: right;
}

body .header-13-sub .lead.disclaimer {
	padding: 1em;
}

body .header-13-sub .side-bar .article-summary {
	margin: 1em 0 2em 0;
}

body .header-13-sub ul {
	border-bottom: 1px solid #ccc;
	padding-left: 0;
}

body .header-13-sub .search form {
	display: inline;
	border: none;
	margin-left: 1em;
}

body .header-13-sub .search form input {
	border: none;
	width: 94%;
}

body .header-13-sub .search {
	margin-top: 3em;
	border-bottom: 1px solid #ccc;
}

/*Archive*/


body .header-13-sub li {
	list-style: none;
	display: inline;
	padding: .3em .45em;
}

.archive {
	padding-top: 2em;
}



/*Content-12*/
body .content-12 {
	width: 100%;
	z-index: 50;
}


/*Content 13: Email Form Bar*/

body .content-12 .btn-wide,
body .content-13.subscribe-form {
	z-index: 50;
}

body .content-13.subscribe-form {
	width: 1920px;
	margin: auto;
}

body .content-13.subscribe-form .btn.btn-primary {
	text-align: center;
}



/*Content-38: Filter Columns*/

body .content-38 {
	z-index: 50;
}

body .content-38 .container{
	padding-left: 15px;
	padding-right: 15px;
}

body .content-38 h2,
body .content-38 .sample-box .content {
	text-align: left;
	padding-top: .5em;
}

body .content-38 .sample-box .content {
	padding: 1.5em;
}

body .content-38 h3 {
	margin-top: 0;
	margin-bottom: .2em;
}

body .content-38 p {
	line-height: 1.5em;
}

body .content-38 .sample-box {
	opacity: 1;
	-webkit-transform: inherit;
	-o-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
	}

body .content-38 .sample-box:hover {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
	-moz-transform: translateX(0) translateY(-5px);
	-webkit-transform: translateX(0) translateY(-5px);
	-o-transform: translateX(0) translateY(-5px);
	-ms-transform: translateX(0) translateY(-5px);
	transform: translateX(0) translateY(-5px);
}

body .content-38 .sample-box img:hover{
	box-shadow: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

body .blog-4 .main-content .content-38 img,
body .blog-4 .main-content .bio img {
	border: none;
	box-shadow: none;
}

body .blog-4 .main-content .bio img {
	width: auto;
}


/*search*/
.header-6 .navbar #search .dropdown-menu {
	height: auto;
	padding-top: 10px;
	padding-left: 15px;
	width: 480px;
	margin-left: 0; 
	
}

.header-6 #search input[type="submit"] {
	border: none;
	color: #fff;
	font-family: "freight-sans-pro",sans-serif;
	padding: .3em 1em;
	margin-left: .2em;
	font-weight: bold;
}

input[type="search"] {
	font-size: 13px;
	width: 350px;
}

.content-38.search .container {
	padding-top: 4em;
}

.page-numbers li {
	list-style: none;
	display: inline-block;
}



/*sharing*/

body .sharing > div {
	display: inline-block;
}


body .container,
body .header-13-sub,
body .header-13-sub .container,
body .content-12,
body .content-13.subscribe-form{
  width: 1600px;
  margin: auto;
}


@media (max-width: 1680px) {
	
	body .container,
	body .header-13-sub,
	body .content-12,
	body .header-13-sub .container,
	body .content-13.subscribe-form{
		width: 1600px;
	}
}

@media (max-width: 1600px) {
	
	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-12,
	body .content-13.subscribe-form,
	body .content-38.search {
		width: 1520px;
	}
	
}

@media (max-width: 1440px) {
	
	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-12,
	body .content-13.subscribe-form,
	body .content-38.search {
		width: 1360px;
	}
	
	.header-6 .nav li.more {
		display: none;
	}
	
	.header-6 .navbar .dropdown-menu {
		 width: 1440px;
	}
}

@media (max-width: 1360px) {

	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-12 {
		width: 1280px;
	}
	
	.header-6 .navbar .brand {
	    padding: 0px 35px 0px 0px;
	 }
	 
	 .header-6 .navbar .dropdown-menu {
	 	 width: 1360px;
	 	 margin-left: 83px;
	 }
	 
	 .header-6 .navbar .dropdown-menu.more  {
	 	margin-left: 0;
	 }
}

@media (max-width: 1280px) {

	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-13.subscribe-form,
	body .content-12 {
		width: 1200px;
	}
	
	.header-6 .navbar .brand {
	    padding: 0px 15px 0px 0px;
	 }	
	 
	 .header-6 .navbar .navbar-toggle {
	 	display: none;
	 }
}


@media (max-width: 980px) {

	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-13.subscribe-form,
	body .content-12,
	body .blog-4 .container {
	width: 900px;
	}	
	
	.blog-4.page-template .subscribe {
		width: 100%;
	}
	
	body .blog-4 .col-sm-9,
	body .blog-4 .mini-bar {
		margin-top: 30px;
	}
	
	body .blog-4 .content-38 .popular{
		margin-top: 4em;
	}
		
	.content-13.subscribe-form input[type="text"], 
	.content-13.subscribe-form input[type="email"] {
		line-height: 2em;
	}
	
	.content-13 input[type="submit"] {
		font-size: 13px;
		margin-top: 1em;
	}
	
	body .header-6 .navbar .brand {
		padding-left: 15px;
	}
	
	.header-6 .navbar .navbar-toggle {
		display: block;
	}
	
	body .header-6 .navbar.desktop {
		display: none;
	}
	
	body .header-6 .navbar.mobile{
		display: block;
	}
		
	body .header-6 #hamnav {
		max-height: 100%;
		width: 230px;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100% !important;
		z-index: 1;
		background-color: #333;
	}
	
	body .header-6 #hamnav .nav > li {
		float: none;
		padding-left: 2em;
		border-bottom: 1px solid #EEE;
		padding-bottom: .5em;
		padding-top: .5em;
	}
	
	body .header-13-sub.homepage h3 {
		line-height: .7em;
	}
	
	body .header-13-sub.homepage h3 a {
		font-size: 18px;
	} 
	
}


@media (max-width: 800px) {

	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-13.subscribe-form,
	body .blog-4 .container,
	body .content-12,
	.content-38.search .container {
		width: 720px; 
		margin: auto;
	}
	
	body .blog-4 .container .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	body .blog-4 .container .col-sm-3,
	body .blog-4 .container .col-sm-9 {
		padding-left: 0;
		padding-right: 15px;
	}
	
	.blog-4 .col-sm-3 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.blog-4 .main-content iframe {
			height: 330px;
	}
	
	body .content-13.subscribe-form input[type="text"] {
		font-size: 22px;
	}

	body .header-13-sub.homepage h1,
	body .header-13-sub.homepage h1 a {
			font-size: 36px;
	}
			
	body .header-13-sub .col-sm-7, 
	body .header-13-sub .col-sm-5 {
			padding: 0 0 2em 0;
	}
	
	body .content-38 .most-recent {
		padding-right: 0;
	}
	
	body .content-38 .col-sm-5 {
		width: 60%;
		float: left;
	}
	
	body .content-38 .col-sm-3 {
		width: 40%;
		float: left;
	}
	
	body .content-38 .most-comments {
		display: none;
	}
	
	body .header-13-sub .col-sm-7 {
		padding: 2em 2em 0 0;
	}
	
	body .header-13-sub .lead.disclaimer {
		display: none;
	}
}


@media (max-width: 768px) {

	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-13.subscribe-form,
	body .blog-4 .container,
	body .content-12,
	.content-38.search .container  {
		width: 678px; 
	}
	
	body .content-38 .popular .content .inside {
		padding: 1em;
	}
}

@media (max-width: 720px) {

	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-13.subscribe-form,
	body .blog-4 .container,
	body .content-12,
	.content-38.search .container  {
		width: 640px;
	}	
		
	body .blog-4.page-template .col-sm-4 {
		margin-top: 4em;
		border: none;
	}
	
	.blog-4 .main-content iframe {
		height: 400px;
	}
	
	body .comments img {
		float: none;
		padding-left: 5px;
	}
	
	blockquote:before {
		background-color: transparent;
	}
	
	body .comments blockquote {
		margin: 0;
		padding-left: 5px;
		border-left: none;
		font-size: 14px;
	}
	
	body .comments blockquote p {
		font-size: 16px;
		text-align:left;
	}

}

@media (max-width: 640px)  {

	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-13.subscribe-form,
	body .blog-4 .container,
	body .content-12,
	.content-38.search .container  {
		width: 560px;
	}
	
	body .header-13-sub.homepage .article-summary {
		padding-bottom: 2em;
	}
	
	body .content-38 .col-sm-3 {
		padding: 0;
	}
	
	.blog-4 h1 {
		font-size: 32px;
		margin-top: 0;
		margin-bottom: 1em;
	}
	
	.header-6 .navbar .brand {
		float: none;
		font-size: 18px;
		line-height: 2;
		padding: 0;
	}
	
	.blog-4 .main-content iframe {
		height: 350px;
	}
	
	body .header-13-sub.homepage .col-sm-4 {
		padding: 0 0 2em 0;	
	}	
	
	body .header-13-sub .article-summary .category {
		padding-top: 1.5em;
	}
	
	.header-13-sub.category {
		line-height: 1.5em;
	}
	
	.header-13-sub.category .container {
		padding: 15px;
	}
	
	.header-13-sub.category .container h3 {
		margin-bottom: 1em;
	}
	
	body .content-38 .col-sm-3 {
		width: 100%;
	}
	
	
	.content-38 .popular {
		display: none;
	}
	
	.main-content .content-38 .popular {
		display: block;
	}
	
}

@media (max-width: 600px)  {

	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-13.subscribe-form,
	body .blog-4 .container,
	body .content-12,
	.content-38.search .container  {
		width: 520px;
	}
	
	.blog-4 .main-content iframe {
		height: 320px;
	}
	
	.header-6 .navbar #search .dropdown-menu {
		margin-left: 21px; 
	}
	
	input[type="search"] {
		font-size: 13px;
		width: 350px;
	}
	
	.header-6 .navbar #search .dropdown-menu {
		width: 480px;
		margin-left: 0px;  
	}
	
	
}

@media (max-width: 540px)  {

	body .container,
	body .header-13-sub,
	body .header-13-sub .container,
	body .content-13.subscribe-form,
	body .blog-4 .container,
	body .content-12,
	.content-38.search .container  {
		width: 460px;
	}
	
	.blog-4 .main-content iframe {
		height: 300px;
	}
	
	.header-6 .navbar #search .dropdown-menu {
		margin-left: 21px; 
	}
}

@media (max-width: 480px)  {

	body .header-13-sub,
	body .header-13-sub .container,
	body .content-12,
	.content-38.search .container   {
		width: 100%;
	}
	
	body .blog-4 .container {
		width: 400px;
	}
	
	.blog-4 .main-content iframe {
		height: 250px;
	}
	
	body .header-13-sub {
		padding-top: 40px;
	}
	
	body .blog-4 .article-summary.bio img {
		float: none;
		border: none;
	}
	
	.header-6 .navbar #search .dropdown-menu {
		margin-left: 16px; 
	}
}


@media (max-width: 414px)  {

	body .header-13-sub,
	body .header-13-sub .container,
	body .content-12,
	.content-38.search .container  {
		width: 100%;
	}
	
	body .container {
		width: 384px;
	}
	
	body .blog-4 .blog-post-image img {
		margin: 0;
	}
	
	body .header-13-sub .article-summary h3,
	body .header-13-sub .article-summary .category {
		display: none;
	}
	
	input[type="search"] {
		width: 250px;
	}
	
	.header-6 .navbar #search .dropdown-menu {
		width: 414px;
		margin-left: 87px; 
	}
}

@media (max-width: 375px)  {

	body .container,
	body .blog-4 .container {
		width: 345px;
	}
	
	body .header-6 .navbar .brand {
		font-size: 14px;
		line-height: 2.6em;
		padding-left: 0;
	}
	
	input[type="search"] {
		width: 250px;
	}
	
	.header-6 .navbar #search .dropdown-menu {
		width: 375px;
		margin-left: 126px; 
	}


@media (max-width: 360px)  {

	body .container,
	body .blog-4 .container {
		width: 330px;
	}
	
	body .header-13-sub.homepage h1 {
		margin-bottom: 1em;
	}
	
	body .header-13-sub.homepage .article-summary {
		padding-bottom: 0;
	}
	
	.header-6 .navbar #search .dropdown-menu {
		width: 360px;
		margin-left: 141px; 
	}
	
	input[type="search"] {
		width: 250px;
	}


@media (max-width: 320px)  {

	body .container,
	body .blog-4 .container {
		width: 290px;
	}
		
	body .header-6 .navbar .brand {
		padding-left: 0;
	}
	
	.header-6 .navbar #search .dropdown-menu {
		width: 320px;
		margin-left: 181px; 
	}
	
	input[type="search"] {
		width: 200px;
	}
	
	.header-6 .far-right li {
		margin-right: 0;
	}
}
	
