/*
    Theme Name: ATLWeb 2.0
	Description: This is the ATLWeb theme created for the Genesis Framework.
	Author: ATLWeb
	Author URI: http://www.atlweb.com/
	Version: 2.0
	Tags: genesis, white, one-column, two-columns, three-columns, fixed-width, responsive, theme-options, html5
	Template: genesis
	Template Version: 2.0.1
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.entry-title{
display: none;
}

/* Float Clearing
--------------------------------------------- */
address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.line::after,
.line::before,
.line-pre::after,
.line-pre::before {
	content: '';
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	/*-webkit-text-stroke: 1px;*/
	color: #202020;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.625;
}

html, body{
	/*overflow-x: hidden;  prevents horizontal scroll bars */
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */
	height: 100%; /* fixes focus scrolling in Safari (OS X) */
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #202020;
	outline: 0;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline: 0;
}

embed,
object {
	outline: 0;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #202020;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

input::-moz-focus-inner {
	border: 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #202020;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */
input,
select,
textarea,
button {
	background-color: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 1px #000;
	color: #202020;
	font-size: 14px;
	font-size: 1.4rem;
	height: 50px;
	padding: 14px;
	padding: 1.4rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: none;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #f39c12;
	border: none;
	box-shadow: 0 0 1px #bdc3c7;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 14px;
	padding: 1.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #e67e22;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 5px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.site-container {
	position: relative;
}

.wrap {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 10px;
	padding: 0 1rem;
}

.site-inner {
	clear: both;
	padding: 20px 0;
	padding: 2rem 0;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 780px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */
.content {
	float: right;
	width: 620px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 460px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 140px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.12766%; /* 20px / 940px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.93617%; /* 460px / 940px */
}

.one-third,
.two-sixths {
	width: 31.91489%; /* 300px / 940px */
}

.four-sixths,
.two-thirds {
	width: 65.95745%; /* 620px / 940px */
}

.one-fourth {
	width: 23.40426%; /* 220px / 940px */
}

.three-fourths {
	width: 74.46808%; /* 700px / 940px */
}

.one-fifth {
	width: 18.29787234042553%; /* 172px / 940px */
}

.one-sixth {
	width: 14.89362%; /* 140px / 940px */
}

.five-sixths {
	width: 82.97872%; /* 780px / 940px */
}

.first {
	clear: both;
	margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */
.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border: none;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Headings
--------------------------------------------- */
.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
	color: #999;
}

.enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #ebedee;
}

.site-header .wrap {

}

/* Title Area
--------------------------------------------- */
.title-area {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	float: left;
	padding: 4px 0;
	padding: 0.4rem 0;
	width: 140px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	/*width: 100%;*/
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	padding: 4px 0;
	text-align: right;
	width: 780px;
}

.site-header .header-menu {
	float: left;
	padding: 15px 0;
	width: 620px;
}

.site-header .header-widget {
	float: right;
	padding: 15px 0;
	width: 140px;
}

.site-header .buttonwidget {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.site-header .buttonwidget a {
	background-color: #f2d719;
	border: none;
	color: #fff;
	display: block;
	float: right;
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: inherit;
	padding: 4px 8px;
	padding: 0.4rem 0.8rem;
	width: 100px;
}

.header-image .site-header .widget-area {
	padding: 20px 0;
	padding: 2rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	color: #ffffff;
	display: table\0/ !important;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.genesis-nav-menu .menu-item {
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-left: 1rem;
}

.genesis-nav-menu .menu-item:first-child {
	margin-left: 0;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 4px 8px;
	padding: 0.4rem 0.8rem;
	position: relative;
}

.genesis-nav-menu a:before,
.genesis-nav-menu a:after {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	vertical-align: middle;
}

.genesis-nav-menu .home a {

}

.genesis-nav-menu .home a:before {
	content: "\f102";
	vertical-align: top;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #001f3f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.genesis-nav-menu li.right a {
	background-color: #001f3f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.genesis-nav-menu .client-portal a:before {
	content: "\f112";
	padding-right: 10px;
	padding-right: 1rem;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #202020;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 8px 10px;
	padding: 0.8rem 1rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -38px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {

}

.genesis-nav-menu > .rss > a {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.genesis-nav-menu > .search {
	padding: 7px 0 0;
	padding: 0.7rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -39px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #333;
	padding: 10px 0;
	padding: 1rem 0;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
	border-radius: 3px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content a {
	border: none;
	color: #202020;
}

.entry-content a:hover {
	color: #202020;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	margin: 0 -20px;
	margin: 0 -2rem;
	padding: 16px 20px 4px;
	padding: 1.6rem 2rem 0.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Entry Navigation
--------------------------------------------- */
.navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 20px 0;
	margin: 2rem 0;
}

.entry .navigation a {
	border-bottom: none;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f15123;
}

.pagination {
	list-style: none;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.pagination li {
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-left: 1rem;
}

.pagination li:first-child {
	margin-left: 0;
}

.pagination li > a {
	display: block;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-comments {
	padding: 0;
}

.comment-respond,
.entry-pings {
	padding: 0;
}

.comment-respond a,
.entry-comments a {
	border-bottom: none;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 12px;
	margin-top: 1.2rem;
	padding: 16px;
	padding: 1.6rem;
}

.comment-list li li {
	margin-right: 0;
	margin-right: 0;
	background-color: #ebebeb;
}

li.comment {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	border-radius: 5px;
}

.comment .avatar {
	margin: 0 8px 12px 0;
	margin: 0 0.8rem 1.2rem 0;
	border-radius: 50%;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px;
	padding: 1.2rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	color: #202020;
}

.sidebar a {
	border-bottom: none;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-radius: 3px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.sidebar .enews-widget {
	background-color: #333;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #333;
	color: #fff;
	clear: both;
	padding: 20px 0;
	padding: 2rem 0;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 300px;
}

.footer-widgets-2 {
	width: 300px;
}

.footer-widgets-1 {
	margin-right: 20px;
	margin-right: 2rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: none;
	color: #fff;
}

.footer-widgets a:hover {
	color: #3473db;
}

.footer-widgets .widget {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #ebedee;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
	padding: 2rem 0;
	text-align: center;
}

.site-footer a {
	border-bottom: none;
}

.site-footer p {
	margin-bottom: 0;
	float: left;
}

.site-footer .footer-menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.site-footer .footer-menu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 5px;
}

.site-footer .footer-menu li > a {
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
}

/** Home Top
------------------------------------------------------------------------------ */
.home-top {
	padding: 20px 0;
	padding: 2rem 0;
}

/** Optin
------------------------------------------------------------------------------ */
.optin {
	padding: 20px 0;
	padding: 2rem 0;
}

/** Pricing
------------------------------------------------------------------------------ */
.pricing {
	padding: 20px 0;
	padding: 2rem 0;
}

/** Home Bottom
------------------------------------------------------------------------------ */
.home-bottom {
	padding: 20px 0;
	padding: 2rem 0;
	overflow: hidden;
}

/** Dropdown Content
------------------------------------------------------------------------------ */
.dropdown-content {
	padding: 20px;
	padding: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/** Widget Sizes
------------------------------------------------------------------------------ */
.home-bottom .widget,
.full-width-content .home-middle .widget,
.home-top .widget,
.pricing .widget {
	float: left;
}

.home-bottom .widget,
.full-width-content .home-middle .widget,
.home-top .widget,
.pricing .widget {
	margin-right: 20px;
	margin-right: 2rem;
}

.home-bottom .widget-full,
.full-width-content .home-middle .widget-full,
.home-top .widget-full,
.pricing .widget-full {
	width: 100%;
}

.home-bottom .widget-half,
.full-width-content .home-middle .widget-half,
.home-top .widget-half,
.pricing .widget-half {
	width: 460px;
}

.home-bottom .widget-third,
.full-width-content .home-middle .widget-third,
.home-top .widget-third,
.pricing .widget-third {
	width: 300px;
}

.home-bottom .widget-fourth,
.full-width-content .home-middle .widget-fourth,
.home-top .widget-fourth,
.pricing .widget-fourth {
	width: 220px;
}

.home-bottom .widget-fifth,
.full-width-content .home-middle .widget-fifth,
.home-top .widget-fifth,
.pricing .widget-fifth {
	width: 172px;
}

.home-bottom .widget-sixth,
.full-width-content .home-middle .widget-sixth,
.home-top .widget-sixth,
.pricing .widget-sixth {
	width: 140px;
}

/*.home-bottom .widget {
	margin-right: 48px;
	margin-right: 4.8rem;
}*/

.home-bottom .widget:last-child,
.home-bottom .widget.widget-last,
.full-width-content .home-middle .widget:last-child,
.full-widget-content .home-middle .widget.widget-last,
.home-top .widget:last-child,
.home-top .widget.widget-last,
.pricing .widget.widget-last,
.pricing .widget:last-child {
	margin-right: 0;
	float: right;
}

.home-bottom .widget.widget-full {
	margin: 0;
	float: none;
}

/** Flex Slider Settings
------------------------------------------------------------------------------ */
/** Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Flex Slider Needed Styles */
.flex-container {
	color: #fff;
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.flex-container p {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.flex-container a {
	border: none;
	color: #fff;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	margin: 0;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/** Flexslider Clear fix */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0; height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/** No JS Fallback */
.no-js .slides > li:first-child {
	display: block;
}

/** Flexslider Default Theme */
.flexslider {
	margin: 0;
	zoom: 1;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition:
	all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
	margin: 0;
	padding: 0;
}

.carousel li {
	margin-right: 5px;
}

/** Flexslider Direction Nav */
ul.flex-direction-nav {
	*height: 0;
	margin: 0;
}

ul.flex-direction-nav li {
	list-style: none;
}

.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url('images/bg_direction_nav.png') no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	border: none;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 10px;
	right: 1rem;
}

.flex-direction-nav .flex-prev {
	left: 10px;
	right: 1rem;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}

/** Flexslider Control Nav */
ol.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	bottom: 1rem;
	text-align: center;
	margin: 0;
}

.flex-control-nav li {
	margin: 0 6px;
	margin: 0 0.6rem;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #fff;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow:
	inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
	background: #fff;
	background: rgba(255,255,255,0.75);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.flex-caption {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	background-color: rgba(0,0,0,0.25);
	width: inherit;
}

.flex-caption h4 {
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	line-height: 36px;
}

.flex-caption h4 a {
	color: #fff;
	text-decoration: none;
}

/** Mobile Only
---------------------------------------------------------------------------------------------------- */
.mobile-navigation {
	display: none;
	max-height: 64px;
	padding: 20px;
	padding: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #333333;
}

div.toggle-menu {
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	line-height: 1;
	position: relative;
}

.toggle-menu span.menu {
	float: right;
	text-rendering: auto;
	cursor: pointer;
	/*position: absolute;
	right: 0;*/
}

.toggle-menu span.logo {
	float: left;
	text-rendering: auto;
	max-height: 64px;
	left: 0;
	top: -15px;
	z-index: 2;
	position: absolute;
}

.mobile-content,
.tablet-content {
	background-color: #333333;
	clear: both;
	overflow: hidden;
	display: none;
	width: 100%;
}

.mobile-content ul,
.tablet-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-content ul li,
.tablet-content ul li {
	padding: 0;
	margin: 0;
}

.mobile-content li a,
.tablet-content ul a {
	padding: 20px;
	padding: 2rem;
	line-height: 1;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	display: block;
	color: #fff;
}

.mobile-content li a:hover,
.mobile-content li a:focus,
.tablet-content li a:hover,
.tablet-content li a:focus {
	background: #999999;
}

.mobile-content li ul li a,
.tablet-content li ul li a {
	padding-left: 24px;
	padding-left: 2.4rem;
}

.mobile-content li ul li a:before,
.tablet-content li ul li a:before {
	content: "\E766";
	font-family: "EntypoRegular";
	line-height: 0;
	font-size: 1.5em;
	margin-right: 12px;
	margin-right: 1.2rem;
	padding-left: 12px;
	padding-left: 1.2rem;
}

.mobile-content li ul li ul li a:before,
.tablet-content li ul li ul li a:before {
	padding-left: 24px;
	padding-left: 2.4rem;
}

/** Other Customisation
---------------------------------------------------------------------------------------------------- */
.responsive,
a.responsive {
	display: none;
}

/** Widgets
---------------------------------------------------------------------------------------------------- */
/** Tag Widget */
.widget_atlweb_tag {

}

.widget_atlweb_tag .tagcloud {
	clear: both;
	overflow: hidden;
}

.widget_atlweb_tag .wp-tag-cloud {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -10px;
	margin-left: -1rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.widget_atlweb_tag .wp-tag-cloud li {
	float: left;

}

.widget_atlweb_tag li > a {
	display: block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	margin-left: 10px;
	margin-left: 1rem;
}

/** Tabbed Widget */
.widget_atlweb_tabbed {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.widget_atlweb_tabbed .etabs {
	margin: 0;
	padding: 0;
}

.widget_atlweb_tabbed .tab {
	background-color: #2c3e50;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	padding: 14px 20px;
	padding: 1.4rem 2rem;
	margin-left: 20px;
	margin-left: 2rem;
	transition: background-color 0.25s ease;
	box-shadow: inset 0 -5px 1px rgba(0,0,0,0.15);
}

.widget_atlweb_tabbed .tab:hover {
	background-color: #fff;
	box-shadow: none;
}

.widget_atlweb_tabbed .tab a {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	-o-transition: color 0.25s ease-in;
	-ms-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
	position: relative;
}

.widget_atlweb_tabbed .tab a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'dashicons';
	padding-right: 10px;
	vertical-align: middle;
}

.widget_atlweb_tabbed .tab a#tab-atlweb_featured-2:before {
	content: "\f319";
}

.widget_atlweb_tabbed .tab a#tab-atlweb_featured-3:before {
	content: "\f226";
}

.widget_atlweb_tabbed .tab a#tab-atlweb_featured-4:before {
	content: "\f465";
}

.widget_atlweb_tabbed .tab a#tab-atlweb_featured-5:before {
	content: "\f160";
}
.widget_atlweb_tabbed .tab a:hover {

}

.widget_atlweb_tabbed .tab.active {
	background-color: #fff;
	position: relative;
	padding-top: 20px;
	box-shadow: none;
}

/*.widget_atlweb_tabbed .tab a:hover {
	background-color: #fff;
}*/

.widget_atlweb_tabbed .tab a.active,
.widget_atlweb_tabbed .tab a:hover,
.widget_atlweb_tabbed .tab:hover a {
	font-weight: bold;
	color: #202020;
}

.widget_atlweb_tabbed .tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

.widget_atlweb_tabbed .tabs {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	padding: 20px;
	padding: 2rem;
}

.widget_atlweb_tabbed .featuredcontent {
	position: relative;
}

.widget_atlweb_tabbed .ribbon {
	position: absolute;
	top: -30px;
	right: -30px;
}


/** Testimonial Widget */
.widget_atlweb_testimonial {

}

.widget_atlweb_testimonial .testimonial {
	position: relative;
}

.widget_atlweb_testimonial li {
	/*min-height: 215px;*/
}

.widget_atlweb_testimonial blockquote {
	margin: 0;
	padding: 20px;
	padding: 2rem;
	padding-left: 40px;
	padding-left: 4rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #202020;
	font-family: 'Roboto', sans-serif;
	background-color: #ecf0f1;
	font-style: italic;
	margin-bottom: 40px;
	text-align: left;
	/*min-height: 215px;*/
}

.widget_atlweb_testimonial blockquote:before {
	top: 0;
	color: #202020;
	left: -40px;
	line-height: 1;
	font-size: 72px;
	font-size: 7.2rem;
}

.widget_atlweb_testimonial blockquote:after {
	content: '';
	position: relative;
	bottom: -35px;
	right: -50%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 30px 15px 0;
	border-color: transparent #ecf0f1 transparent;
}

.widget_atlweb_testimonial p {
	text-align: right;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}

.widget_atlweb_testimonial blockquote {
	text-align: left;
}

.widget_atlweb_testimonial ul.flex-direction-nav {
	bottom: 0;
}

.widget_atlweb_testimonial .flex-direction-nav a {
	background: url('images/navigation.png') no-repeat 0 0 transparent;
	left: 0;
	width: 30px;
	height: 40px;
	margin: 0;
	top: auto;
	bottom: 15px;
}

.widget_atlweb_testimonial .flex-direction-nav .flex-prev {
	left: 0;
}

.widget_atlweb_testimonial .flex-direction-nav .flex-next {
	left: 30px;
	background-position: 100% 0;
}

/** Benefits Widget */
.widget_atlweb_benefits {

}

.widget_atlweb_benefits p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_atlweb_benefits ol {
	list-style-type: decimal;
    margin: 0;
    padding: 0px;
	counter-reset: li;
}

.widget_atlweb_benefits ol > li {
	position: relative;
	list-style: none;
}

.widget_atlweb_benefits ol > li:before {
	content: counter(li, decimal);
	counter-increment: li;
	position: absolute;
	left: 0;
	width: 60px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	background-color: inherit;
	color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.widget_atlweb_benefits .benefit-content {
	margin-left: 80px;
	margin-left: 8rem;
	position: relative;
}

.widget_atlweb_benefits .benefit-title {
	margin: 0;
	font-weight: 400;
}

/** Optin Widget */
.widget_atlweb_optin .optin-content {
	float: left;
	width: 540px;
}

.widget_atlweb_optin .optin-form {
	float: right;
	width: 380px;
}

.widget_atlweb_optin .optin-form input[type="text"],
.widget_atlweb_optin .optin-form input[type="email"] {
	width: 285px;
	float: left;
}

.widget_atlweb_optin .optin-form input[type="submit"],
.widget_atlweb_optin .optin-form input[type="button"] {
	width: 70px;
	float: right;
}

.widget_atlweb_optin h3 {
	margin: 0;
}

.widget_atlweb_optin p {
	margin: 0;
}

/** Twitter Widget */
.widget_latest_tweets_widget p {
	margin: 0;
}

.widget_latest_tweets_widget .tweet-details {
	margin-top: 5px;
	text-align: right;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

/** Trustware Widget */
.widget_atlweb_trustware {

}

.widget_atlweb_trustware .trustware-wrap {
	position: relative;
}

.widget_atlweb_trustware ul {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
}

.widget_atlweb_trustware ul > li {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	display: inline-block;
	width: 140px;
}

.widget_atlweb_trustware ul > li:first-child {
	margin-left: 0;
}

.widget_atlweb_trustware a {
	display: block;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.widget_atlweb_trustware img {
	line-height: 1;
	padding: 0;
	margin: 0;
}

.widget_atlweb_trustware .flex-direction-nav a:hover {
	opacity: 1;
}

.widget_atlweb_trustware .flex-direction-nav .flex-prev {
	left: -20px;
}

.widget_atlweb_trustware .flex-direction-nav .flex-next {
	right: -20px;
	background-position: 100% 0;
}

.widget_atlweb_trustware .flex-direction-nav .flex-disabled {
	opacity: 0 !important;

}

/** Featured Content Widget */
.featuredcontent .featured-content {
	float: right;
	width: 440px;
}

.featuredcontent p {
	line-height: 1.625;
}

.featuredcontent .featured-media {
	float: left;
	width: 440px;
	line-height: 1;
}

.featuredcontent .call-action {
	font-size: 27px;
	font-size: 2.7rem;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	line-height: 1;
	padding: 20px;
	padding: 2rem;
	width: 440px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
	bottom: -40px;
	position: absolute;
}

/** Pricing Widget */
.widget_atlweb_pricing {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}

.widget_atlweb_pricing .widget-wrap {
	/*position: relative;
	padding: 20px;
	padding: 2rem;*/
}

.widget_atlweb_pricing .widgettitle {
	padding-top: 20px;
}

.widget_atlweb_pricing .price {
	padding-bottom: 20px;
}

.widget_atlweb_pricing .widgettitle,
.widget_atlweb_pricing .price {
	background-color: #2C3E50;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 0;
	position: relative;
}

.widget_atlweb_pricing .widgettitle:before,
.widget_atlweb_pricing .price:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: 0;
	border-left: 9999px solid #2C3E50;
	box-shadow: 9999px 0 0 #2C3E50;
}

.widget_atlweb_pricing .placeholder {
	display: block;
	padding: 20px;
	padding-bottom: 0;
}

.widget_atlweb_pricing img {
	margin: 0 auto;
	margin: 0 auto;
	display: block;
}

.widget_atlweb_pricing ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 10px 20px;
	clear: both;
}

.widget_atlweb_pricing ul > li {
	padding: 0;
	margin: 0;
}

.widget_atlweb_pricing p {
	display: block;
	margin: 0;
}

.widget_atlweb_pricing .price {
	font-size: 16px;
	font-size: 1.6rem;
}

.widget_atlweb_pricing .price p {

}

.widget_atlweb_pricing .price p small {
	font-size: 12px;
	display: block;
	line-height: 1;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

.widget_atlweb_pricing .pricing-button {
	padding: 20px;
	padding: 2rem;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	/*background-color: inherit;*/
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*overflow: hidden;*/
	display: block;
	transition: background-color 0.5s ease;
	margin: 0 20px;
	margin-bottom: 20px;
}

/** Dropdwon Post Widget */
.widget_atlweb_dropdown_post {
	/*padding: 20px;*/
}

.widget_atlweb_dropdown_post .widgettitle {
	margin: 0;
	text-transform: none;
	font-weight: 400;
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	line-height: 40px;
	line-height: 4rem;
}

.widget_atlweb_dropdown_post .widgettitle:hover {
	cursor: pointer;
}

.widget_atlweb_dropdown_post .widgettitle:after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	/*top: 50%;*/
	right: 0;
	background: url('images/dropdown.png') no-repeat left center transparent;
}

.widget_atlweb_dropdown_post .widgettitle.close:after {
	background-position: right center;
}

.widget_atlweb_dropdown_post .dropdownpost {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-top: 2rem;
	list-style-type: none;
}

.widget_atlweb_dropdown_post .dropdownpost > li {
	margin: 0;
	padding: 0;
}

.widget_atlweb_dropdown_post a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

/** Button WIdget */
.widget_atlweb_button {

}

.widget_atlweb_button a {
	display: block;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
}

/** Domain Search Widget */
.widget_atlweb_domain_search {
	border: none;
}

.widget_atlweb_domain_search form,
.widget_atlweb_domain_search fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.widget_atlweb_domain_search ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_atlweb_domain_search ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.widget_atlweb_domain_search ol li:first-child {
	margin-left: 0;
}

.widget_atlweb_domain_search #domain_info {
	margin-left: 20px !important;
}

.widget_atlweb_domain_search form {
	width: 540px;
	float: left;
}

.widget_atlweb_domain_search .buttons {
    float: right;
    width: 140px;
    position: absolute;
    margin-left: 20px;
   margin-top: -25px;
}

.widget_atlweb_domain_search input[type="text"],
.widget_atlweb_domain_search input[type="email"] {
	width: 260px;
}

.widget_atlweb_domain_search select {
	width: 140px;
}

.widget_atlweb_domain_search input,
.widget_atlweb_domain_search select {
	margin-right: 20px;
	float: left;
}

.widget_atlweb_domain_search select#tld {
	margin-right: 0;
	width: 100px;
}

.widget_atlweb_domain_search select:last-child {

}

.widget_atlweb_domain_search input[type="submit"],
.widget_atlweb_domain_search input[type="button"],
.widget_atlweb_domain_search button {
	width: 140px;
	float: right;
}


/** Recent Post WIdget */
.widget_atlweb_recent {

}

.widget_atlweb_recent li {

}

.widget_atlweb_recent li:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'dashicons';
	padding-right: 10px;
	vertical-align: middle;
}

.widget_atlweb_recent li:before {
	content: "\f345";
}

.widget_atlweb_recent li a {
	position: relative;
	line-height: 1.8rem;

}

.widget_atlweb_recent li a:before {

}

/** Featured Content for Layout 2 */
.widget_atlweb_featured_layout_2 {

}

.widget_atlweb_featured_layout_2 .featured-left {
	float: left;
	width: 540px;
}

.widget_atlweb_featured_layout_2 .featured-left input[type='text'] {
	width: 380px;
	float: left;
}

.widget_atlweb_featured_layout_2 .featured-left form {
	padding: 20px 0;
	padding: 2rem 0;
}

.widget_atlweb_featured_layout_2 .featured-left input[type='button'],
.widget_atlweb_featured_layout_2 .featured-left input[type='submit'] {
	width: 140px;
	float: right;
}

.widget_atlweb_featured_layout_2 .featured-right {
	width: 380px;
	float: right;
}

.widget_atlweb_featured_layout_2 .button-action {
	font-size: 27px;
	font-size: 2.7rem;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	line-height: 1;
	padding: 20px;
	padding: 2rem;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
}

.widget_atlweb_featured_layout_2 .bulleted-list {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.widget_atlweb_featured_layout_2 .featured-left .feature-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_atlweb_featured_layout_2 .featured-left .feature-list li {
	margin: 0;
	padding: 0;
	width: 45%;
	float: left;
	position: relative;
	padding-left: 20px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_atlweb_featured_layout_2 .featured-left .feature-list li:nth-child(even) {
	float: right;
}

.widget_atlweb_featured_layout_2 .featured-left .feature-list li:before {
	content: '\E762';
	position: absolute;
	/*height: 18px;*/
	line-height: 0;
	font-size: 4rem;
	font-family: 'EntypoRegular';
	left: 0;
}

/** Shortcodes
-------------------------------------------------------------------- */
.bulleted-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.bulleted-list .list {
	margin: 0;
	padding: 0;
	background: url('images/bullets.png') no-repeat left center transparent;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-left: 36px;
	padding-left: 3.6rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}

.bulleted-list .list:last-child {
	margin-bottom: 0;
}

/*.bulleted-list .list:before {
	content: '\E75E';
	font-family: 'EntypoRegular';
	font-size: 3em;
	line-height: 0;
	padding-right: 10px;
	padding-right: 1rem;
}*/

/** Tweets shortcode */
div.leftalign {
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

p.tweet-text,
p.tweet-details {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

p.tweet-details em {
	font-weight: 700;
	font-style: italic;
}

/** Theme Specific Customization
---------------------------------------------------------------------------------------------------- */
.home-middle .widgettitle,
.sidebar .widgettitle {
	font-size: 24px;
	font-size: 2.4rem;
}

.site-header .widget-area .widget_atlweb_button.widget-first {
	margin-left: 0;
}

.tablet-content {
	display: none;
}

.mobile {
	display: none;
}

.pricing-button {
	/*box-shadow: 0 3px 0 rgba(0,0,0, 0.5);*/
}

.hover-action {
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
	text-shadow: 0 3px 0 rgba(0,0,0,0.25);
}

.pricing-button.hover-action {
	/*box-shadow: inset 0 0 3px #202020;*/
}

.tabs.active {
	/*box-shadow: 5px 5px 0px rgba(0,0,0,.25);*/
}

.dropdown-login {
	display: none;
	/*width: 740px;
	position: absolute;
	top: 46px;
	right: -1px;*/
	background: #ecf0f1;
	/*padding: 30px 20px;
	padding: 3rem 2rem;*/
	padding: 3rem 0;
	display: block;
	overflow: hidden;
	width: 100%;
}

.dropdown-login .widget {
	padding: 0 10px;
	padding: 0 1rem;
	max-width: 960px;
	margin: auto;
}

.dropdown-login .widgettitle {
	display: none;
}

.dropdown-login .textwidget {
	/*padding: 20px;*/
}

.dropdown-login form {
	width: 700px;
	float: left;
}

.dropdown-login div.forgot-pword {
	width: 220px;
	float: right;
}

.dropdown-login div.forgot-pword p {
	margin: 0;
}

.dropdown-login p a {
	color: #90bf3e;
}

.dropdown-login input {
	float: left;
	height: 50px;
	margin-right: 20px;
	margin-right: 2rem;
}

.dropdown-login input[type="text"],
.dropdown-login input[type="password"] {
	width: 280px;
}

.dropdown-login input[type="submit"],
.dropdown-login input[type="button"] {
	margin-right: 0;
	width: 100px;
}

.site-header {
}

.tablet-login,
.mobile-login {
	padding: 20px;
	padding: 2rem;
	color: #fff;
}

.tablet-login .widgettitle,
.mobile-login .widgettitle {
	color: #fff;
}

.tablet-login p a,
.mobile-login p a {
	color: #90bf3e;
}

.tablet-login input,
.mobile-login input {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.os-android .widget_atlweb_domain_search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 50px;
	padding: 15px 10px;
}

.after-header {
	background-color: #ecf0f1;
	clear: both;
	overflow: hidden;
	padding: 30px 0;
	padding: 3rem 0;
	display: none;
}

.after-header .widget {
	float: left;
	margin-left: 20px;
}

.after-header .widget.widget-first {
	margin-left: 0;
	width: 220px;
}

.after-header .widget-last {
	width: 700px;
}

.after-header input {
	border: 1px solid #bdc3c7;
	box-shadow: none;
}

span.customSelect {
	font-size:14px;
	background-color: #fff;
	color:#7c7c7c;
	height: 50px;
	padding:12px 10px;
	border:1px solid #bdc3c7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
}

span.customSelect.changed {
	background-color: #fff;
}

.customSelectInner {
	background:url('images/customSelect-arrow.gif') no-repeat center right;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 360px 164px;
	}
}

@media only screen and (max-width: 1139px) {
	.wrap {
		max-width: 960px;
		padding: 0 10px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.site-header .widget-area {
		width: 700px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.title-area {
		width: 220px;
	}

	.home-top .widget,
	.full-width-content .home-middle .widget,
	.home-bottom .widget {
		margin-right: 20px;
	}

	.home-top .widget:last-child,
	.home-top .widget.widget-last,
	.full-width-content .home-middle .widget:last-child,
	.full-width-content .home-middle .widget.widget-last,
	.home-bottom .widget:last-child,
	.home-bottom .widget.widget-last {
		margin-right: 0;
	}

	.home-top .widget.widget-full,
	.full-width-content .home-middle .widget.widget-full,
	.home-bottom .widget.widget-full {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.home-top .widget-third,
	.full-width-content .home-middle .widget-third,
	.home-bottom .widget-third {
		width: 300px;
	}

	.home-top .widget-half,
	.full-width-content .home-middle .widget-half,
	.home-bottom .widget-half {
		width: 460px;
	}

	.home-top .widget-fourth,
	.full-width-content .home-middle .widget-fourth,
	.home-bottom .widget-fourth {
		width: 220px;
	}

	.home-top .widget-fifth,
	.full-width-content .home-middle .widget-fifth,
	.home-bottom .widget-fifth {
		width: 172px;
	}

	.home-top .widget-sixth,
	.full-width-content .home-middle .widget-sixth,
	.home-bottom .widget-sixth {
		width: 140px;
	}

	.footer-widgets-1 {
		margin-right: 20px;
		margin-right: 2rem;
	}

}
@media only screen and (max-width: 1023px) {
	.site-container {

	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}

	.wrap {
		padding: 0 5%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 0 16px 0;
		padding: 4rem 0 1.6rem 0;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.menu-btn {
		background-color: #90bf3e;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
		line-height: 1;
		padding: 10px;
		text-transform: uppercase;
	}

	.menu-btn:before {
		content: "\f333";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 20px/1 'dashicons';
		vertical-align: middle;
	}

	.menu-btn:hover {
		cursor: pointer;
	}

	.nav-primary {
		display: none;
	}

	.home-top .widget-half,
	.full-width-content .home-middle .widget-half,
	.home-bottom .widget-half,
	.home-top .widget-third,
	.full-width-content .home-middle .widget-third,
	.home-bottom .widget-third,
	.home-top .widget-fourth,
	.full-width-content .home-middle .widget-fourth,
	.home-bottom .widget-fourth,
	.home-top .widget-fifth,
	.full-width-content .home-middle .widget-fifth,
	.home-bottom .widget-fifth,
	.home-top .widget-sixth,
	.full-width-content .home-middle .widget-sixth,
	.home-bottom .widget-sixth,
	.pricing .widget-half,
	.pricing .widget-third,
	.pricing .widget-fourth,
	.pricing .widget-fifth,
	.pricing .widget-sixth {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.featuredcontent .featured-media,
	.featuredcontent .featured-content,
	.widget_atlweb_optin .optin-content,
	.widget_atlweb_optin .optin-form {
		float: none;
		margin: 0;
		margin-bottom: 20px;
		margin-bottom: 2rem;
		width: 100%;
	}

	.bulleted-list {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.featuredcontent .call-action {
		display: block;
		position: inherit;
		width: 100%;
	}

	.site-header .widget-area {
		text-align: left;
	}

	.site-header .buttonwidget a {
		width: auto;
	}

	.home-top,
	.full-width-content .home-middle,
	.home-bottom,
	.site-inner,
	.pricing {
		padding-top: 20px;
		padding-top: 2rem;
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

	.responsive {
		display: block;
	}

	.featured-image {
		display: none;
	}

	.widget_atlweb_featured {
		padding: 20px;
		background-color: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.widget_atlweb_tabbed .tabs {
		padding: 0 20px;
		padding: 0 2rem;
	}

	.tabs {
		margin-bottom: 20px;
		margin-bottom: 2rem;
		padding: 0;
	}

	.tabs:last-child {
		margin-bottom: 0;
	}

	.tabs a.tab-title,
	.widget_atlweb_featured .widgettitle,
	.widget_atlweb_pricing .widgettitle {
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		font-size: 18px;
		font-size: 1.8rem;
		display: block;
		line-height: 24px;
		line-height: 2.4rem;
	}

	.widget_atlweb_featured .widgettitle {
		margin: 0;
	}

	.tabs a.tab-title:after,
	.widget_atlweb_pricing .widgettitle:after,
	.widget_atlweb_featured .widgettitle:after {

	}

	.tabs a.tab-title.close:after,
	.widget_atlweb_pricing .widgettitle.close:after,
	.widget_atlweb_featured .widgettitle.close:after {

	}

	.ribbon {
		display: none;
	}

	.site-footer .footer-menu,
	.site-footer p {
		width: 100%;
		float: none;
		margin: 10px auto 0;
		margin: 1rem auto 0;
	}

	.site-footer .footer-menu li {
		float: none;
		display: inline-block;
	}

	.widget_atlweb_optin .optin-content {
		text-align: center;
	}

	.widget_atlweb_optin .optin-form input[type="text"],
	.widget_atlweb_optin .optin-form input[type="email"],
	.widget_atlweb_domain_search input[type="text"],
	.widget_atlweb_domain_search input[type="email"] {
		width: 70%;
	}

	.widget_atlweb_optin .optin-form input[type="submit"],
	.widget_atlweb_optin .optin-form input[type="button"],
	.widget_atlweb_domain_search input[type="submit"],
	.widget_atlweb_domain_search input[type="button"] {
		width: 25%;
	}

	.widget_atlweb_domain_search form,
	.widget_atlweb_domain_search .buttons {
		float: none;
		width: 100%;
	}

	.widget_atlweb_domain_search input,
	.widget_atlweb_domain_search input[type="text"],
	.widget_atlweb_domain_search select,
	.widget_atlweb_domain_search select#tld,
	.widget_atlweb_domain_search button {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_atlweb_domain_search ol li {
		float: none;
		margin: 0;
	}

	.widget_atlweb_pricing {
		box-shadow: 0 2px 1px #ebebeb;
	}

	.widget_atlweb_pricing .widgettitle {
		margin: 0;
		position:relative;
	}

	.widget_atlweb_pricing .widgettitle:after {
		/*right: 20px;*/
	}

	.content {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.site-header .title-area {

	}

	.site-header .widget-area .widget_atlweb_button {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.site-header .widget-area .widget_atlweb_button.widget-last {
		margin-bottom: 0;
	}

	.mobile-navigation {
		display: none;
	}

	.tablet-content {
		display: block;
		width: 30%;
		float: left;
		position: fixed;
		height: 100%;
		left: 0;
		overflow: auto;
		top: 0;
	}

	.tablet-logo {
		display: block;
		text-align: center;
		padding: 20px;
		padding: 2rem;
	}

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.featuredcontent,
	.pricingwidget {

	}

	.widget_atlweb_featured_layout_2 .featured-left,
	.widget_atlweb_featured_layout_2 .featured-right {
		float: none;
		width: 100%;
	}

	.widget_atlweb_featured_layout_2 .featured-left input[type='text'] {
		width: 70%;
	}

	.widget_atlweb_featured_layout_2 .featured-left input[type='button'],
	.widget_atlweb_featured_layout_2 .featured-left input[type='submit'] {
		width: 25%;
	}

	.widget_atlweb_featured_layout_2 .featured-left .feature-list li,
	.widget_atlweb_featured_layout_2 .featured-left .feature-list li:nth-child(even) {
		float: none;
		width: 100%;
	}

	nav .right.client-portal {
		display: none;
	}

	.site-header {
		margin-top: 0;
	}

	.dropdown-login .widgettitle {
		display: block;
	}

	ul.genesis-nav-menu {
		display: none;
		background-color: #3A7100;
		float: none;
		left: 0;
		position: absolute;
		z-index: 10000;
		top: 70px;
		width: 100%;
	}

	.site-header {
		position: relative;
	}

	.site-title {
		width: auto;
		text-align: left;
	}

	.title-area,
	.site-header .widget-area,
	.site-header .header-menu,
	.site-header .header-widget {
		width: auto;
	}

	.site-header .header-widget .widget {
		margin: 0;
	}

	.site-header .header-menu {
		padding: 20px 0;
	}

	.site-header .header-widget {
		margin-left: 20px;
		padding: 12px 0;
		position: relative;
		right: 0;
	}

	.site-header .buttonwidget a {
		padding: 6px 8px;
	}

	.widget-area {
		float: right;
	}

	ul.genesis-nav-menu {
		background-color: none !important;
		background: none;
		background-color: #1b53af;
	}

	ul.genesis-nav-menu li {
		width: 100%;
		float: none;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
	}

	ul.genesis-nav-menu a,
	ul.genesis-nav-menu a:hover,
	ul.genesis-nav-menu a:hover,
	ul.genesis-nav-menu .current-menu-item > a,
	ul.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		background-color: none !important;
		border-radius: 0 !important;
		padding: 10px;
	}

	.after-header .widget.widget-first,
	.after-header .widget {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.after-header input,
	.after-header select {
		width: 100%;
		margin: 0;
		padding: 0
	}

	.widget_atlweb_domain_search ol li:first-child,
	.widget_atlweb_domain_search ol li,
	.widget_atlweb_domain_search #domain_info {
		display: block;
		margin: 0 !important;
		margin-bottom: 10px !important;
		padding: 0;
	}

	.login {
		width: 90%;
		height: 90%;
	}
	.sticky {
		position: fixed;
	}
}

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 599px) {
	.site-container,
	.mobile-content {
		width: 100%;
		float: none;
		position: inherit;
	}
	.mobile-navigation {
		display: block;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.widget_atlweb_optin .optin-form input[type="text"],
	.widget_atlweb_optin .optin-form input[type="email"],
	.widget_atlweb_domain_search input[type="text"],
	.widget_atlweb_domain_search input[type="email"] {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_atlweb_optin .optin-form input[type="submit"],
	.widget_atlweb_optin .optin-form input[type="button"],
	.widget_atlweb_domain_search input[type="submit"],
	.widget_atlweb_domain_search input[type="button"] {
		width: 100%;
		float: none;
	}

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}

	.widget_atlweb_featured_layout_2 .featured-left input[type='text'] {
		width: 100%;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.widget_atlweb_featured_layout_2 .featured-left input[type='button'],
	.widget_atlweb_featured_layout_2 .featured-left input[type='submit'] {
		width: 100%;
	}
}
#upper_left {
	width: 125px; height: 125px;
	position: absolute;
	top: 0; left: 0;
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	background-color: red;
}
ul
{
list-style-type: none;
}
ul.dashed-list
{
    list-style: none outside none;
}

ul.dashed-list li:before {
    content: "\2014";
    float: left;
    margin: 0 0 0 -27px;
    padding: 0;
}

ul.dashed-list li {
    list-style-type: none;
}
ul.no-bullets li 
{
list-style-type: none;
}
