/*
Theme Name: CRA
Author: Step
Author URI: https://www.greengraphics.com.au
Description: Complete Risk Analysis
Version: 1.0.0
Text Domain: cra
Tags:

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menusf
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

:focus,
:active {
    outline: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
    /* font-family: "Roboto Slab", serif; */
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

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: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html,
body,
button,
input,
select,
textarea {
    color: #444444;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Slab', serif;
}

h1.page-title {
    font-weight: 700;
    font-size: 3em;
    margin: 0;
}

h2 {
    font-weight: 700;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 1.625em 1.625em;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    color: #4a4751;
    padding-left: 0.8125em;
    border-left: 8px solid #666193;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: '' '';
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
    border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
    color: #111;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
    padding: 4px 8px;
}

textarea {
    padding-left: 8px;
    width: 100%;
}

.search-form {
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}

.search-form .search-field,
.search-form .search-submit {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
    font-size: 1rem;
    line-height: 1.625em;
    margin: 0;
    padding: 4px 8px;
}

.search-form .search-field {
    width: 75%;
}

.search-form .search-submit {
    width: 25%;
}

.signup-form {
    margin: 1rem auto;
    text-align: center;
}

.signup-form .signup-email,
.signup-form .signup-submit {
    display: inline-block;
    margin: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #0678be;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #044974;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Base nav item styling */
nav {
    clear: both;
    font-size: 1.2rem;
    font-family: 'Roboto Slab', serif;
}

nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

nav li {
    display: inline-block;
}

nav a {
    color: white;
    display: block;
    font-size: 1em;
    line-height: 1.2;
    padding: 0.8em 0.5em;
}

nav a:hover {
    color: white;
    text-decoration: none;
}

/* Base sub menus styling */
.menu-item-has-children {
    display: flex;
    flex-flow: wrap;
}

.sub-menu {
    display: none;
}

@media (max-width: 768px) {
    .sub-menu {
        background: rgba(255, 255, 255, 0.1);
    }
    .sub-menu a {
        padding-left: 1em;
    }
    .sub-menu .sub-menu a {
        padding-left: 1.5em;
    }
    .sub-menu .sub-menu .sub-menu a {
        padding-left: 2em;
    }
}

.menu-item-has-children > a {
    flex: 1;
}

.menu-item-has-children > .sub-menu {
    width: 100%;
}

.sub-menu-toggle {
    color: #fff;
    padding: 0.5em;
    width: 2em;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: none;
    border-radius: 0;
}

.prefooter .sub-menu-toggle {
	display: none;
}

.prefooter .sub-menu {
	background: none;
}

.sub-menu-toggle:focus,
.sub-menu-toggle:active {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-menu-toggle::before {
    content: '\2b';
}

.sub-menu-open > .sub-menu-toggle::before {
    content: '\2212';
}

.menu-item:not(.menu-item-has-children) > .sub-menu-toggle {
    display: none;
}

.sub-menu-open > .sub-menu {
    display: block;
}

@media (min-width: 768px) {
    .menu-item-has-children {
        display: inline-block;
        position: relative;
    }

    .sub-menu-toggle {
        display: none;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all 0.5s ease-in;
        z-index: 100;
    }

    .menu-item-has-children:hover > .sub-menu {
        max-height: 100em;
        visibility: visible;
        opacity: 1;
    }
}

/* Main Menu */

.main-navigation .minihome {
    display: none;
    float: left;
    margin-right: 1rem;
}

.main-navigation {
    display: block;
    width: 100%;
    z-index: 100;
    background: #666193;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #4f4b74;
}

.main-navigation li {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.main-navigation li + li {
    border-top: none;
}

.main-navigation li li {
    border-left: none;
    border-right: none;
}

.main-navigation li li:last-child {
    border-bottom: none;
}

.main-navigation .sub-menu a {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .main-navigation .minihome {
        display: block;
    }

    .main-navigation li {
        border: none;
        width: auto;
    }

    .main-navigation .sub-menu ul {
        padding-left: 1em;
    }

    .main-navigation li:hover > a {
        background-color: #4f4b74;
    }

    .main-navigation .sub-menu a:hover {
        color: rgb(241, 217, 0);
    }

    .main-navigation .menu > .menu-item-has-children > .sub-menu {
        background-color: #4f4b74;
        display: flex;
        flex-flow: wrap;
        min-width: 440px;
		padding: 10px;
    }

    .main-navigation .menu > .menu-item-has-children > .sub-menu > li {
        border-bottom: 1px solid #4f4b74;
        flex-grow: 1;
        width: 50%;
    }

    .main-navigation .sub-menu .sub-menu {
        display: block;
        position: static;
        max-height: 100em;
        visibility: visible;
        opacity: 1;
    }
}

/* Small menu. */
.menu-toggle {
    background-color: #666193;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: white;
    cursor: pointer;
    display: none;
    margin: 0;
    padding: 1em;
    text-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.menu-toggle:active,
.menu-toggle:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-toggle-box {
    width: 2em;
    height: 2em;
    display: inline-block;
    position: relative;
}

.menu-toggle-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle.toggled .menu-toggle-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle-inner,
.menu-toggle-inner::before,
.menu-toggle-inner::after {
    width: 100%;
    height: 0.25em;
    background-color: white;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.menu-toggle-inner::before,
.menu-toggle-inner::after {
    content: '';
    display: block;
}

.menu-toggle-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    top: -0.5em;
}

.menu-toggle.toggled .menu-toggle-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.menu-toggle-inner::after {
    bottom: -0.5em;
    transition: bottom 0.1s 0.14s ease,
        -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: bottom 0.1s 0.14s ease,
        -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
        transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
        transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle.toggled .menu-toggle-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease,
        -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: bottom, transform, -webkit-transform;
    -webkit-transition-duration: 0.1s, 0.1s, 0.1s;
    transition-duration: 0.1s, 0.1s, 0.1s;
    -webkit-transition-timing-function: ease,
        cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: ease, cubic-bezier(0.215, 0.61, 0.355, 1),
        cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: initial, 0.14s, 0.14s;
    transition-delay: initial, 0.14s, 0.14s;
    -webkit-transition: bottom 0.1s ease,
        -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease,
        transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease,
        transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-navigation li.toggy {
    display: none;
}

.main-navigation.toggled ul li.toggy {
    display: block;
}

@media screen and (max-width: 768px) {
    .menu-toggle,
    .nav-header {
        display: block;
    }
    .home .main-navigation {
        display: block;
    }
    .main-navigation .menu {
        background: #4f4b74;
        bottom: 0;
        left: -200px;
        padding: 3em 0;
        overflow: auto;
        position: fixed;
        top: 0;
        -webkit-transition: left 0.3s ease;
        transition: left 0.3s ease;
        width: 200px;
        z-index: 9999;
    }
    .main-navigation.toggled .menu {
        left: 0;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex='-1']:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

img.gallery:hover {
    opacity: 0.85;
}

/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

.container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: auto;
}

.site-header {
    margin-bottom: 20px;
    position: relative;
}

.home .site-header {
    margin-bottom: 0;
}

.site-branding {
    float: left;
    max-width: 380px;
    margin: 0.5em 0;
}

@media screen and (max-width: 800px) {
	.site-branding {
	max-width: 320px;
	}
}

@media screen and (max-width: 600px) {
	.site-branding {
	max-width: 250px;
	}
}

.site-title {
    margin: 0;
}

.pageicon {
    float: left;
    margin-right: 25px;
    max-width: 120px;
    width: 18%;
}

.pagewithicon {
    display: inline-block;
    margin-top: 12px;
    width: 80%;
}

.site-header .search-form {
    display: none;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .site-header .search-form {
        display: block;
    }
}

.banner {
    background-color: #4299d8;
    border-bottom: 4px solid #1e6da6;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
}

@media (min-width: 800px) {
    .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .banner > * {
        width: 50%;
    }
}

.banner .image {
    border-right: 1px solid #1e6da6;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* .banner .image img {
    height: auto;
    width: 100%;
    max-height: none;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
} */

@media (min-width: 500px) {
    /*  .banner .image img {
        max-height: 135%;
        max-width: none;
    } */
}

@media (min-width: 800px) {
    /* .banner .image img {
        min-width: 100%;
    } */
}

.banner .text {
    padding: 2rem;
    font-size: 1rem;
}

@media (min-width: 800px) {
    .banner .text {
        max-width: 525px;
    }
}

@media (min-width: 1024px) {
    .banner .text {
        font-size: 1.1rem;
    }
}

@media (min-width: 1400px) {
    .banner .text {
        font-size: 1.3rem;
    }
}

@media (min-width: 1600px) {
    .banner .text {
        font-size: 1.4rem;
        max-width: 700px;
    }
}

@media (min-width: 1800px) {
    .banner .text {
        font-size: 1.5rem;
    }
}

.banner .text h2 {
    color: white;
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 0.6em;
    margin-top: 0;
    text-shadow: -1px 2px 0px #0c75a7;
}

.banner .text .subhead {
    color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 1em;
    text-shadow: -1px 2px 0px #0c75a7;
}

.banner .text a {
    background-color: #666193;
    border-radius: 8px;
    border: 3px solid #9e9ac3;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 1em;
    font-weight: 400;
    padding: 0.8125em 1.625em;
    text-shadow: 1px 1px 1px #4f4b74;
}

.banner .text a:after {
    content: '\00A0' '›';
}

.banner .text a:hover {
    background-color: #4f4b74;
    text-decoration: none;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(41, 41, 41, 0.4);
    box-shadow: 5px 5px 5px 0px rgba(41, 41, 41, 0.4);
}

a.actionbutton,
.actionbutton {
    background-color: #666193;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    border: 3px solid #9e9ac3;
    padding: 0.8125em 1.625em;
    border-radius: 8px;
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
}

.blueslab {
    min-height: 120px;
    width: 100%;
    background-image: url(img/star-bg.png);
}

.blueslab h2 {
    display: block;
    float: left;
    width: 80%;
    font-size: 2.2em;
}

.blueslab a {
}

.protection {
    width: 100%;
    background-color: #f5f7fa;
}

.protection .container {
    max-width: 980px;
}

.protect {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    float: left;
    background-color: #f5f7fa;
    padding: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    color: #444;
}

@media (max-width: 850px) {
	.protect {
		width: 48%;
	}
	}
	
@media (max-width: 530px) {
	.protect {
		width: 100%;
		margin-right: none;
		float: none;
	}
	}

.protect h2 {
    color: #137bc8;
    min-height: 65px;
}

.texta {
    min-height: 120px;
}

.protect.team {
    margin-right: 0;
}

.protect:hover {
    background-color: #4f4b74;
    color: white;
    transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out;
}

.protect .actionbutton,
.homerefer .actionbutton {
    padding: 0.8125em 0.3em;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.protect:hover .actionbutton {
    color: #4f4b74;
    background-color: white;
    text-decoration: none;
}

.vidhalf {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 40px 20px;
    text-align: center;
}



.vidhalf iframe {
    border: 3px solid #b3b0b5;
}

.page-id-12 iframe.mappy {
    width: 48.93617%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
}

.page-id-12 .texty {
    width: 48.93617%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
}

.service-table-wrap {
    border: 1px solid #d3d4d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    /* display: flex; */
}

.tg1,
.tg2,
.tg3,
.tg4 {
    margin: 0;
    /* display:inline-block;
	float: left; */
    width: 25%;
    float: left;
    border-right: 1px solid #d3d4d9;
}

.tg4 {
    border-right: none;
}

@media screen and (max-width: 900px) {
    .service-table-wrap {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .tg1 {
        border: 1px solid #d3d4d9;
        border-right: none;
    }

    .tg2 {
        border: 1px solid #d3d4d9;
    }

    .tg3 {
        border: 1px solid #d3d4d9;
        border-right: none;
    }

    .tg4 {
        border: 1px solid #d3d4d9;
    }

    .tg1,
    .tg2,
    .tg3,
    .tg4 {
        width: 50%;
        border-bottom: 1px solid #d3d4d9;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 560px) {
    .tg1,
    .tg2,
    .tg3,
    .tg4 {
        width: 100%;
        border: 1px solid #d3d4d9 !important;
    }
}

.title-td h3 {
    line-height: 1.2em;
    font-size: 1.2em;
    margin: 0;
    padding: 12px 8px 0 8px;
}

.title-td h3 a {
    color: #4a4751;
}

.title-td h2 a:after {
    content: '\00A0' '›';
    color: #1278c3;
}

.page-id-67 h2 {
	font-weight: normal;
	margin-bottom: .5em;
	margin-top:1em;
}

.page-id-67 h2 a {
	color: #4a4751;
}

.page-id-67 h2:after {
	color: rgb(6, 120, 190);
    content: " " "›"
}

.page-id-67 h2 a:hover {
	color: rgb(6, 120, 190);
	text-decoration: none;
}

.page-id-67 p {
	margin-bottom: .5em;
}

a.moremore {
	font-weight: bold;
}

.starhead {
	border: 1px solid #b3b0b5;
}

.service-table-wrap h3 a:hover {
    text-decoration: none;
    color: #1278c3;
}

.tablehead {
    background: #f5f7fb;
    height: 150px;
    padding: 0.8125em;
    padding: 12px 8px;
}

.tablehead img {
    max-width: 100px;
}

.title-td {
    height: 80px;
    background: #eeeef1;
    border-top: 1px solid #d3d4d9;
    border-bottom: 1px solid #d3d4d9;
    vertical-align: middle;
}

.event-td {
    height: 120px;
    padding: 12px 8px;
}

.pays-td {
    height: 120px;
    border-top: 1px solid #d3d4d9;
    border-bottom: 1px solid #d3d4d9;
    padding: 12px 8px;
}

.for-td {
    height: 160px;
    padding: 12px 8px;
}

.read-td {
    height: 80px;
    border-top: 1px solid #d3d4d9;
    padding: 12px 8px;
}

.service-table-wrap a.actionbutton {
    display: inline-block;
    padding: 0.7em 2em;
    margin-bottom: 15px;
}

.service-table-wrap a.actionbutton:hover {
    text-decoration: none;
    background-color: #4f4b74;
    text-decoration: none;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(41, 41, 41, 0.2);
    box-shadow: 3px 3px 3px 0px rgba(41, 41, 41, 0.2);
}

.page-id-273 h2 {
    margin-bottom: 28px;
}

.bignumber {
    font-size: 55px;
    float: left;
    line-height: 0.95em;
    margin-right: 0.25em;
    color: #666193;
}

.starfish {
    width: 50%;
    float: left;
    display: inline-block;
    border-left: 1px solid #e5e5e5;
    padding-left: 1em;
    margin-top: 40px;
}

.starfish h3 a {
	color: #4a4751;
}

.starfish h3 a:hover {
	color: #1278c3;
	text-decoration: none;
}

.starleft {
    float: left;
    width: 30%;
    margin-right: 10%;
    padding-top: 30px;
}

.starright {
    float: left;
    width: 60%;
}

.client-stories {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 20px;
}

.story {
    display: inline-block;
    width: 29%;
    margin-right: 4%;
    float: left;
}

h3.client:after {
    content: '\00A0' '›';
    color: #1278c3;
}

h3.client a {
    color: #4a4751;
}

h3.client a:hover {
    text-decoration: none;
    color: #1278c3;
}

h3.biot {
    margin-bottom: 1.8em;
}

.staffywrap {
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
}

.page-id-181 h2 {
    margin-bottom: 30px;
}

.imageleft {
    width: 30%;
    float: left;
}

.page-id-181 .imageleft {
    margin-bottom: 25px;
}

.textfloat {
    width: 67.5%;
    float: left;
    margin-left: 2.5%;
}

b.label {
    display: inline;
    font-size: 16px;
}

label,
.label {
    color: #444444;
    font-weight: bold;
    font-size: 15px;
    margin: 0.7em 0 0.42em 0;
}

.homerefer {
    display: inline-block;
    width: 34%;
    padding: 20px;
    float: left;
    background-color: #137fce;
    color: white;
    border-radius: 8px;
    text-align: center;
}

.homerefer:hover {
    background-color: #4f4b74;
    color: white;
    transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out;
}

.homerefer:hover .actionbutton {
    color: #4f4b74;
    background-color: white;
    text-decoration: none;
}

.homerefer img {
    max-width: 200px;
    margin: 10px auto;
}

.referrals {
    background: #666193;
    color: #fff;
    border-radius: 5px;
    padding: 0.8em 1.5em 1.2em;
    margin-top: 1.5em;
    margin-bottom: 1.8em;
    max-width: 760px;
}

.referrals a {
    color: #fff;
    text-decoration: underline;
}

.referrals a.actionbutton {
    display: inline-block;
    text-decoration: none;
    background: #4f4b74;
}

.referrals a.actionbutton:hover {
    background: #423e67;
    border-color: #e3e2ef;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(41, 41, 41, 0.4);
    box-shadow: 3px 3px 3px 0px rgba(41, 41, 41, 0.4);
}

.postarticles {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 20px;
}

.postarticles h2 {
    margin-bottom: 1.2em;
}

.homepost {
    width: 45%;
    margin-right: 5%;
    float: left;
}

.homepost h3 a {
    color: #4a4751;
}

.homepost h3 a:hover {
    text-decoration: none;
    color: #1278c3;
}

.homepost img {
    border: 1px solid #b3b0b5;
}

.homepost p {
    margin-bottom: 1em;
}

.slideywacker {
    position: relative;
    overflow: hidden;
}

.slidehead {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 65.83%;
    z-index: 999999;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.slidehead h2 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.slidebuts {
    width: 31.66%;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 999999;
}

.slidebuts a {
    display: block;
    width: 100%;
    float: right;
    background-color: #ec6624;
    color: #fff;
    display: block;
    margin: 20px 0 0 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out;
}

.slidebuts a:hover {
    background-color: #d81622;
}

.featurebox_desc {
    display: inline-block;
    float: left;
    width: 31.66%;
    margin: 25px 2.5% 0 0;
    color: white;
    background-color: #1d7688;
    padding: 20px;
}

.featurebox_desc h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.5em;
}

.featurebox_desc a {
    display: block;
    width: 95%;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid white;
    text-align: center;
    color: white;
    text-transform: uppercase;
    transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out;
}

.featurebox_desc a:hover {
    background: white;
    color: #1d7688;
}

.featurebox_desc:nth-of-type(1) {
    background-color: #709aa8;
}

.featurebox_desc:nth-of-type(1):hover {
    background-color: #1d7789;
}

.featurebox_desc:nth-of-type(2) {
    background-color: #f49863;
}

.featurebox_desc:nth-of-type(2):hover {
    background-color: #ec6625;
}

.featurebox_desc:nth-of-type(3) {
    background-color: #e46b56;
    margin-right: 0;
}

.featurebox_desc:nth-of-type(3):hover {
    background-color: #d81a22;
}

.site-content {
}

.featuredpic img {
    border: 1px solid #b3b0b5;
    margin-bottom: 15px;
}

.smallcrumbs {
    font-size: 0.8rem;
    margin-bottom: 1em;
}

.blog article {
    margin-top: 1.5em;
    border-bottom: 1px solid #d3d4d9;
    padding-bottom: 0.5em;
}

.featureimage {
    width: 35%;
    float: left;
    margin-right: 5%;
}

.featureimage img {
    border: 1px solid #b3b0b5;
}

.otherstuff {
    width: 60%;
    float: left;
}

.otherstuff h1 {
    margin-top: 0;
}

.content-area {
    max-width: 800px;
    margin-left: 15px;
}

.breakout {
    margin-left: -40px;
    margin-right: -20px;
}

@media screen and (max-width: 980px) {
    .breakout {
        margin-left: 0;
        margin-right: 0;
    }
}

.page-id-79 .content-area {
    max-width: 960px;
}

.home .content-area {
    max-width: none;
    margin-left: 0;
}

.site-main {
}

.archive .site-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 90px;
}

.post {
}

.archive .post {
    -ms-flex: 1 0 270px;
    -webkit-box-flex: 1;
    flex: 1 0 270px;
    text-align: center;
    position: relative;
    margin: 90px 0 0;
}

.post-gallery {
    padding: 0;
}

.gallery-for {
    margin-bottom: 16px;
}

.gallery-nav {
    margin-bottom: 32px;
}

.gallery-thumb {
    cursor: pointer;
    margin-right: 16px;
}

.post-content {
    padding: 0 0 0 16px;
}

.entry-header {
}

.archive .entry-header {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 0;
    z-index: 10;
}

.archive .post:hover .entry-header {
    opacity: 1;
}

.single .entry-header {
    border-top: 1px solid #808080;
    padding: 40px 0 36px;
}

.entry-title {
}

.archive .entry-title {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px black;
}

.archive .entry-title a {
    color: white;
    text-decoration: none;
}

.single .entry-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.entry-content {
    clear: both;
    padding-top: 20px;
}

.post-link {
    display: inline-block;
    position: relative;
}

.archive .post-link::before {
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    z-index: 1;
}

.archive .post-link:hover::before {
    background: rgba(0, 0, 0, 0.5);
}

.post-img {
    display: block;
    margin: 0 auto;
}

.sign-up {
    clear: both;
    background: #f5f7fb;
    padding: 1.5em 0;
}

.sign-up h2 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
}

.apptbutton {
	padding-top: 2em;
	padding-bottom: 2.5em;
    margin-top: 1.8em;
    border-top: 1px solid #d3d4d9;
    text-align: center;
}

.apptbutton a.actionbutton {
	display: inline-block;
}

.apptbutton a.actionbutton:hover {
	background-color: #4f4b74;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(41, 41, 41, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(41, 41, 41, 0.3);
}

.prefooter {
    background: #1278c3;
    color: white;
    padding: 40px 0;
}

.prefooter .container {
    max-width: 960px;
}

.prefooter hr {
    background-color: #4193cf;
}

.prefoot {
    width: 23.40426%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.12766%;
}

.prefoot.four {
    margin-right: 0;
}

.prefoot p {
    margin: 0;
    font-size: 14px;
}

.site-footer {
    color: #67656c;
    font-size: 15px;
    min-height: 120px;
    font-weight: 400;
    padding: 22px 0 30px;
    background-color: white;
}

.site-footer a {
    color: #67656c;
    text-decoration: underline;
}

.menu-footer-one-container,
.menu-footer-two-container,
.menu-footer-three-container,
.menu-footer-four-container {
    width: 23.40426%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.12766%;
}

.menu-footer-four-container {
    margin-right: 0;
}

ul#footer-menu {
    padding: 0;
    margin: 0;
}

ul#footer-menu li {
    list-style-type: none;
    margin: .4em 0;
}

ul#footer-menu li a {
    color: white;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

ul#footer-menu ul.sub-menu {
	display: block;
    max-height: none;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: auto;
    left: 0;
    overflow: auto;
    margin-left: 10px;
    padding-left: 0;
}

ul#footer-menu ul.sub-menu li a {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

ul#footer-menu ul.sub-menu li {
	
}

.footer-navigation .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-navigation li {
    display: inline-block;
}

.footer-navigation a {
    display: block;
    font-size: 15px;
    margin: 0 0 0 16px;
    padding: 0;
}

.bombora {width: 25%; float: right;}

@media screen and (max-width: 1064px) {
    .container {
        max-width: none;
        padding: 0 32px;
    }
    
}

@media screen and (max-width: 874px) {
    .archive .site-main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -8px 45px;
    }
    .archive .post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        margin: 45px 0 0;
        padding: 0 8px;
    }
}

@media screen and (max-width: 820px) {
	
	.story {
		width: 48%;
		margin-right: 2%;
		}
		
		.homerefer {
		width: 100%;
		float: none;
	}
	
	.menu-footer-one-container, .menu-footer-two-container, .menu-footer-three-container, .menu-footer-four-container, .prefoot {
		width: 47%;
	}
	
	.prefoot {margin-bottom: 15px;}
	
	.menu-footer-three-container, prefoot.three {clear: both;}
	
}

@media screen and (max-width: 768px) {
    .secondarylogo {
        float: left;
        margin: 15px 0 0 0;
        width: 35%;
    }

    .slidehead {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .slidehead h2 {
        font-size: 1.5em;
    }
    .slidebuts {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .featurebox_desc {
        float: none;
        width: 100%;
    }
    .archive .post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0 0 45px;
    }
    .post-content {
        padding-left: 0;
    }
}
@media screen and (max-width: 670px) {
	.vidhalf, .starfish {
		width: 100%;
		margin-right: none;
		float: none;
	}
	
	.starfish {
		border-left: none;
		margin-top: 0;
	}
	
	.page-id-12 .texty  {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	
	.page-id-12 iframe.mappy {
		float: none;
		width: 100%;
	}
	
}
	
@media screen and (max-width: 600px) {
	
	.story, .homepost {
		width: 100%;
		margin-right: 0;
		float: none;
		}
}
		
@media screen and (max-width: 500px) {
		
		.menu-footer-one-container, .menu-footer-two-container, .menu-footer-three-container, .menu-footer-four-container, .prefoot {
		width: 100%;
		clear:both;
		float: none;
	}
}

