html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: none;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
}

a img {
    border: 0;
}

article, aside, footer, header, hgroup, menu, nav, section {
    display: block;
}

embed, iframe, object {
    max-width: 100%;
}

/* =Global
-----------------------------------------------*/
body, input, textarea, article {
    color: #1d1d1d;
    font: 14px Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

body {
    background-color: #001719;
    border-color: #001f4f;
}

hr {
    border: 0 none #eaeaea;
    border-top: 1px solid;
    height: 0;
    margin: 0 0 40px;
}

.wrapper {
    max-width: 1018px;
    margin: 0 auto;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.container {
    margin: 0 auto;
    max-width: 978px;
}

::selection {
    background: #3a73c9;
    color: #fff;
}

/* Headings
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #1b1e1f;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

/* No Border/Margin/Padding */
.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

/* Text elements */
p {
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

sub, sup {
	font-size: 70%;
}

blockquote {
    border-color: #3a73c9;
}

/* Breadcrumb */
.breadcrumb {
    float: right;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 0px;
    color: #999;
}

.breadcrumb ul li a {
    color: #999;
}

.breadcrumb ul li a:hover, .breadcrumb ul li.current_item {
    color: #57ad68;
}

.breadcrumb ul li a:after {
    content: "/";
    margin-left: 12px;
}

/* Forms */
input, textarea {
    border-radius: 0px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

input[type=text], input[type=password], input[type="email"], textarea {
    border: 1px solid #eaeaea;
    width: 50%;
    margin: 0 0 10px;
    background-color: #f9f9f9;
    border-radius: 3px;
    padding: 4px 0;
}

textarea {
    width: 100%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #ccc;
}

input[type="reset"], input[type="button"], input[type="submit"] {
    background: #57ad68;
    border: 1px solid #439f55;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 4px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #439f55;
}

input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Links */
a {
    color: #004c99;
    text-decoration: none;
}

a:active, a:focus, a:hover {
    color: #6e92b7;
    text-decoration: none;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
img + em {
	color: #7f7f7f;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}

label img {
	cursor: pointer;
}

/* clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.inlineblock {
    display: inline-block;
}

/* commented backslash */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* Readmore */
a.readmore {
    float: right;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    padding: 4px 12px;
    border: 1px solid #439f55;
    cursor: pointer;
    background: #57ad68;
    color: #fff;
    position: relative;
    border-radius: 2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

a.readmore:hover {
    background: #439f55;
    color: #fff;
}

a.readmore:active {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

a.more-link:hover {
    text-decoration: underline;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* =Header
-----------------------------------------------*/
#branding {
    margin-top: 15px;
}

.hgroup-wrap {
    padding-top: 15px;
    padding-bottom: 35px;
}

.hgroup-wrap a {
    display: block;
}

#site-logo {
    float: left;
    margin-top: 32px;
}

#site-title {
    font: 36px 'Open Sans', sans-serif;
    line-height: 42px;
}

#site-title a {
    color: #004770;
    letter-spacing: -2px;
}

#site-title a img {
    vertical-align: inherit;
    max-width: 978px;
}

#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
    color: #063572;
}

#site-description {
    font: 16px helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #999;
    font-weight: 200;
}

.hgroup-right {
    float: right;
    margin-top: 38px;
}

/* Header Image */
.header-image {
    width: 100%;
    height: auto;
}

/* =Menu
--------------------------------------------------------------*/
#main-nav {
    border: 1px solid #001f4f;
    cursor: pointer;
    background: #001f4f;
    color: #fff;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

#main-nav li {
    float: left;
    position: relative;
    padding: 0;
}

#main-nav>ul {
    padding-left: 20px;
}

#main-nav a {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    padding: 8px 12px 0 10px;
    height: 32px;
}

#main-nav a:hover, 
#main-nav ul li.current-menu-item a, 
#main-nav ul li.current_page_ancestor a, 
#main-nav ul li.current-menu-ancestor a, 
#main-nav ul li.current_page_item a, 
#main-nav ul li:hover > a {
    background: #007fbf;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    color: #fff;
    filter: opacity(100%);
    opacity: 1;
}

#main-nav ul ul {
    text-shadow: none;
}

#main-nav li:hover > a, #main-nav ul ul :hover > a, #main-nav a:focus {
    color: #439f55;
}

/* Dropdown */
#main-nav ul li ul,
#main-nav ul li:hover ul ul,
#main-nav ul ul li:hover ul ul,
#main-nav ul ul ul li:hover ul ul,
#main-nav ul ul ul ul li:hover ul ul {
    display: none;
    z-index: 9999;
}

#main-nav ul li:hover ul,
#main-nav ul ul li:hover ul,
#main-nav ul ul ul li:hover ul,
#main-nav ul ul ul ul li:hover ul,
#main-nav ul ul ul ul ul li:hover ul {
    display: block;
}

#main-nav ul li ul {
    position: absolute;
    background-color: #fff;
    border-bottom: 4px solid #001f4f;
    top: 40px;
    left: 0px;
    width: 190px;
}

#main-nav ul li ul li {
    float: none;
    border-bottom: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    padding: 0;
}

#main-nav ul li ul li a,
#main-nav ul li.current-menu-item ul li a,
#main-nav ul li ul li.current-menu-item a,
#main-nav ul li.current_page_ancestor ul li a,
#main-nav ul li.current-menu-ancestor ul li a,
#main-nav ul li.current_page_item ul li a {
    float: none;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
    height: 100%;
    padding: 6px 10px;
    color: #777;
    text-transform: capitalize;
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-nav ul li.current_page_item ul li a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-nav ul li.current_page_item a {
    border: none;
}

#main-nav ul li ul li a:hover, 
#main-nav ul li ul li:hover > a, 
#main-nav ul li.current-menu-item ul li a:hover {
    background-color: #F9F9F9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #007fbf;
}

#main-nav ul li ul li ul {
    left: 188px;
    top: 0px;
}

#main-nav select {
    display: none;
}

.default-menu {
    display: none;
}

/* =Featured Slider
--------------------------------------------------------------*/
.featured-slider {
    position: relative;
}

.featured-slider .displayblock {
    display: block;
}

.featured-slider .displaynone {
    display: none;
}

.featured-text {
    display: none;
    position: absolute;
    bottom: 55px;
    right: 30px;
    text-align: right;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px;
    background: #555;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 4px;
    float: right;
    clear: right;
    width: 35%;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    border: 1px;
}

.featured-text .featured-title {
    font: 28px Helvetica, Arial, sans-serif;
    font-weight: 200;
    padding-bottom: 10px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.featured-text .featured-title a {
    color: #fff;
}

/* =Content
-----------------------------------------------*/
#main {
    padding: 30px 0 10px;
}

#main form input, #main form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    padding-bottom: 10px;
}

#content ul {
    list-style-type: disc;
}

#content ul, #content ol {
    margin: 0 0 20px 30px;
}

#content ul a, #content ol a {
    color: #777;
}

#content ul a:hover, #content ol a:hover {
    text-decoration: none;
    color: #6e92b7;
}

#content ol {
    list-style-type: decimal;
}

#content ol ol {
    list-style: upper-alpha;
}

#content ul ul, #content ol ol, #content ul ol, #content ol ul {
    margin-bottom: 0;
}

#primary {
    float: left;
    margin-left: 3.06%;
    width: 65.64%;
}

#content .post {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px dashed #eaeaea;
}

#content .post:first-child {
    padding-top: 0;
    border-top: none;
}

.page-title-wrap {
    background-color: #f5f5f5;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}

.page-title {
    font-size: 24px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    float: left;
    padding-top: 2px;
}

.page-title a {
    color: #555;
}

.entry-title {
    font: 24px 'Open Sans', sans-serif;
    line-height: 1.4em;
}

.entry-title, .entry-title a {
    color: #1b1e1f;
    letter-spacing: -1px;
    font-size: 32px;
    text-shadow: 0 1px 0 #fff;
    padding-top: 10px;
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post .entry-title,
.page h2.entry-title {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    color: #6e92b7;
}

.entry-meta-bar {
    background: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, .035);
    border-bottom: 1px solid rgba(0, 0, 0, .035);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
    clear: both;
    padding: 7px 5px;
}

.entry-meta {
    float: left;
    padding-top: 2px;
    font-size: 12px;
    margin: 0 1.3%;
}

.entry-meta a {
    color: #555;
}

.entry-meta a:hover {
    color: #6e92b7;
}

.entry-meta span {
    padding-right: 8px
}

.entry-meta .posted-on::before {
	content: url(iconclock.svg);
	padding-right: 8px;
}
.entry-meta .posted-on {
    color: #555;
}
.tags {
    margin-bottom: 20px;
}

.tags a {
    color: #888;
}

.tags a:hover {
    color: #6e92b7;
}

.entry-content {
    color: #1D1D1D;
    display: block;
    overflow: hidden;
    padding: 1.5% 2.5%;
}

table {
    background: #f9f9f9;
    border-left: 1px solid #eaeaea;
    border-radius: 4px;
    margin: 0 0 25px 0;
    width: 100%;
}

table caption {
    color: #999;
    font-size: .85em;
    text-transform: uppercase;
}

th {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 4px 2%;
    font-weight: bold;
    text-align: left;
}

td, tbody th {
    background: #f9f9f9;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    color: #666;
    font-size: 14px;
    padding: 4px 2%;
}

tr:hover td, tr:hover th {
    background: #fff;
}

thead th, tfoot th, thead tr:hover th, tfoot tr:hover th {
    background: #d8d8d8;
}

/* Column */
.column {
    margin-left: -3.06%;
}

.column a {
    margin-bottom: 10px;
    display: block;
}

.one-half, .one-third, .one-fourth {
    float: left;
    margin: 0 0 0 2.97%;
    padding-bottom: 20px;
}

.one-half {
    width: 47.03%;
}

.one-third {
    width: 30.36%;
}

.one-fourth {
    width: 22.02%;
}

/* Sidebar */
#secondary {
    float: left;
    margin-left: 3.06%;
    width: 31.28%;
}

/* Left Sidebar Template */
.left-sidebar-template #primary {
    float: right;
}

.left-sidebar-template #secondary {
    float: left;
    margin-left: 0;
}

/* One Column Template */
.one-column-template .wrapper {
    max-width: 708px;
}

.one-column-template .container {
    width: 668px;
}

.no-sidebar-template #content {
    width: 668px;
    margin: 0 auto;
}

/* Contact Page */
.map-location {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 26px;
    padding: 5px;
}

.contact #primary .form label {
    display: block;
    padding-bottom: 5px;
}

article {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 2.5%;
}

.pagenav {
    background: #fff;
    padding: 2.5%;
}

/* =Comments
--------------------------------------------------------------*/
.comments-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 38px;
    padding-bottom: 15px;
}

#content .comments-area ul, #content .comments-area ol {
    margin: 0 0 30px 30px;
}

#content .comments-area ul ul, #content .comments-area ol ol {
    margin-bottom: 0;
}

.comments-area article {
    margin: 24px 0;
    margin: 1.7rem 0;
    border-bottom: 2px dashed #eaeaea;
}

.comments-area article header {
    margin: 0 0 2.4rem;
    overflow: hidden;
    position: relative;
}

.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
}

.comments-area article header cite, .comments-area article header time {
    display: block;
    margin-left: 35px;
    margin-left: 4rem;
}

.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.1rem;
    line-height: 1.4;
}

.comments-area article header time {
    line-height: 1.7;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.86rem;
    color: #5e5e5e;
}

.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e;
}

.comments-area article header a:hover {
    color: #21759b;
}

.comments-area article header cite a {
    color: #444;
}

.comments-area article header cite a:hover {
    text-decoration: underline;
}

.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    padding: 0.4rem 0.8rem;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: normal;
    color: #fff;
    background-repeat: repeat-x;
    background: #0088d0;
    border-radius: 3px;
    border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.35rem;
    padding: 2px 5px;
    padding: 0.14rem 0.35rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}

a.comment-reply-link:before {
    font-family: 'Genericons';
    content: '\f412';
    margin-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *overflow: auto;
    *zoom: 1;
    *display: inline;
}

a.comment-reply-link {
    font-size: 13px;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #686868;
}

a.comment-reply-link:hover {
    color: #21759b;
}

.commentlist .pingback {
    line-height: 1.7;
    margin-bottom: 24px;
    margin-bottom: 1.71rem;
}

.commentlist .children {
    margin-left: 48px;
    margin-left: 3.42rem;
}

/* Comment form */
#respond {
    margin-top: 1rem;
}

#respond h3#reply-title {
    font-size: 30px;
    font-weight: normal;
}

#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.71rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.85rem;
}

#respond form {
    margin: 24px 0;
    margin: 1.7rem 0;
}

#respond form p {
    margin: 0.78rem 0;
}

#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.7rem;
}

#respond form label {
    display: block;
    line-height: 1.7;
}

#respond form input[type="text"], #respond form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.85rem;
    line-height: 1;
    padding: 10px;
    padding: 0.714rem;
    width: 100%;
}

#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.85rem;
    line-height: 2;
    color: #5e5e5e;
}

a.mail {
    font-size: 24px;
}

.required {
    color: red;
}

label ~ span.required {
    display: block;
    float: left;
    margin: -18px 0 0 -16px;
    margin: -1.28rem 0 0 -1.14rem;
}

#disqus_thread {
    padding: 5px 15px;
}

/* =Widgets
-----------------------------------------------*/
.widget {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin-bottom: 30px;
}

.widget ul li {
    background-image: url('../images/arrow-right.png');
    background-position: 0 8px;
    background-repeat: no-repeat;
    padding: 0 0 0 15px;
    font-size: 13px;
}

.widget ul li a {
    margin: 0 0 8px 0;
}

.widget ul li a:hover {
    color: #6e92b7;
    text-decoration: underline;
}

.widget-title {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
}

.widget-title {
    color: #1b1e1f;
}

.widget-title a {
    color: #6e92b7;
}

.widget-title a:hover {
    color: #439f55;
}

/* Text Widget */
.widget_article {
    margin-bottom: 20px;
}

.widget_article .article-title a:hover {
    text-decoration: underline;
}

.widget_article .post {
    padding-bottom: 20px;
}

.widget_article .article-content p {
    margin-bottom: 0px;
}

/* Tag Cloud */
.widget_tag_cloud a {
    margin-right: 5px;
    color: #777;
    padding: 10px 0;
}

.widget_tag_cloud a:hover {
    color: #439f55;
}

/* =Footer
-----------------------------------------------*/
#footerarea {
    margin-bottom: 10px;
}

.footer-right {
    padding-top: 5px;
    float: right;
    font-size: 12px;
}

/* Site Generator */
#site-generator {
    padding: 20px 2.5%;
    border-top: 2px dashed #eaeaea;
    color: #999;
}

#site-generator .copyright {
    float: left;
    padding-top: 5px;
    font-size: 12px;
}

#site-generator .copyright a {
    color: #777;
}

#site-generator .copyright a:hover {
    color: #6e92b7;
}

#comments {
    padding: 5px 2.5%;
}

.comment {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main {
    padding: 20px 2.5%;
}

/* =Responsive Structure
-----------------------------------------------*/
/* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */
@media only screen and (max-width: 1078px) {
    .wrapper {
        width: 95%;
    }

    #site-title a img {
        max-width: 668px;
    }

    .hgroup-right {
		margin-right: 2.5%;
    }

    .no-sidebar-template #content {
        margin: 0;
        width: 100%;
    }

    #site-logo {
        margin-left: 20px;
    }

    .page-title {
        padding-left: 30px;
    }

    /* Column */
    .column {
        margin-left: -2.99%;
    }

    .one-half, .one-third, .one-fourth {
        margin: 0 0 0 2.90%;
    }

    .one-third, .one-fourth {
        width: 30.43%;
    }
}

/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {
    hr {
        margin-bottom: 30px;
    }

    input[type="text"], input[type="password"], textarea, input[type="reset"], input[type="button"], input[type="submit"] {
        margin-bottom: 20px;
    }

    #primary,
    #secondary {
        float: none;
        margin-left: 0;
		margin-bottom: 2px;
        width: auto;
    }

    .featured-title, .featured-content, .featured-text {
        display: none;
    }

    .one-column-template .container, .container {
        width: auto;
    }

    .comments-title, #respond h3#reply-title {
        font-size: 26px;
        line-height: 32px;
    }

    #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
        padding-bottom: 10px;
    }

    #branding {
        margin-top: 15px;
    }

    .hgroup-wrap {
        padding-bottom: 25px;
        padding-top: 0;
    }

    .hgroup-right {
		margin-top: 4px;
    }

    #site-logo {
        margin-top: 25px;
    }

    #site-title a img {
        max-width: 280px;
    }

    #main-nav {
        height: 36px;
        padding: 13px 0 0;
    }

    #main-nav ul {
        display: none;
    }

    #main-nav select {
        display: block;
        width: 100%;
        border: 0 none;
        font: 14px 'Open Sans', sans-serif;
        color: #555;
        height: 24px;
    }

    .page-title-wrap {
        padding: 10px 0;
    }

    .breadcrumb {
        margin-top: 0px;
        float: none;
        text-align: left;
    }

    #main {
        padding-top: 40px;
    }

    .post-featured-image {
        margin-bottom: 5px;
    }

    .entry-content {
        padding-bottom: 0px;
    }

    /* Column */
    .column {
        margin-left: 0;
    }

    .one-half, .one-third, .one-fourth, .widget_service .one-half, .widget_service .one-third, .widget_service .one-fourth {
        margin: 0;
        padding-bottom: 10px;
        width: 100%;
    }

    #content .post {
        padding-bottom: 30px;
    }

    .widget {
        margin-bottom: 30px;
    }

    #site-generator .copyright {
        float: none;
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }

    .footer-right {
        text-align: center;
        float: none;
    }
}

/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hgroup-wrap {
        padding-bottom: 30px;
    }

    .hgroup-right {
        margin-top: 37px;
    }

    #site-title a img {
        max-width: 420px;
    }

    /* Column */
    .column {
        margin-left: -3.57%;
    }

    .one-half, .one-third, .one-fourth {
        margin: 0 0 0 3.44%;
        width: 46.56%;
    }

    #footerarea {
        margin-bottom: 10px;
    }
}

/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {
    .one-column-template .wrapper, .wrapper, .one-column-template .container, .container {
        width: 95%;
    }
}

/* Print blog */
@media print {
	#primary {width:100%;}
	#secondary {display:none;}
	#btncalculate {break-after:page;}
}

