/*
@import url(//fonts.googleapis.com/css?family=Bitter:400,700,400italic|Open+Sans:400,300,600,700|Montserrat:400,700);
@import url(//fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(//fonts.googleapis.com/css?family=Bitter:400,700,400italic|Open+Sans:400,300,600,700|Montserrat:400,700); /**/

@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/exo-2-v9-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/exo-2-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/exo-2-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/exo-2-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/exo-2-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/exo-2-v9-latin-regular.svg#Exo2') format('svg');
    /* Legacy iOS */
}

html {
    font-family: 'Exo 2';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

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 {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: 'Exo 2';
    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"] {
    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-appearance: textfield;
    box-sizing: content-box;
}

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;
}*/

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

.icon {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    fill: currentColor
}

.icon-tags {
    color: #9d9b9d
}

.icon-arrow {
    margin-left: .125rem;
    height: .9375rem;
    width: 1.25rem;
    stroke: currentColor;
    color: #00a859
}

.icon-white {
    color: #fff
}

.icon-flip {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

html {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    line-height: 150%;
    color: #000028;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
    font-weight: 300;
    font-style: normal;
    margin-bottom: 1.875rem;
    font-size: 1.3125rem;
    line-height: 1.6;
    word-wrap: break-word
}

@media screen and (max-width:480px) {
    p {
        font-size: 1rem
    }
}

strong,
b {
    font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2
}

h1,
h2,
h3,
h4 {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    margin-bottom: .75rem
}

h1 a,
h2 a,
h3 a,
h4 a {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal
}

h1 {
    font-size: 4.0625rem
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 3rem
    }
}

@media screen and (max-width:480px) {
    h1 {
        font-size: 2.625rem
    }
}

h2 {
    font-size: 2.875rem
}

@media screen and (max-width:480px) {
    h2 {
        font-size: 2.5rem
    }
}

h3 {
    font-size: 2.25rem
}

@media screen and (max-width:768px) {
    h3 {
        font-size: 2.125rem
    }
}

@media screen and (max-width:480px) {
    h3 {
        font-size: 1.875rem
    }
}

h4 {
    font-size: 1.875rem;
    line-height: 1.4
}

@media screen and (max-width:480px) {
    h4 {
        font-size: 1.5rem
    }
}

h5,
h6 {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    margin-bottom: .625rem;
    padding-top: .9375rem;
    text-transform: uppercase;
    letter-spacing: .125rem
}

h5 a,
h6 a {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal
}

h5 {
    font-size: 1.375rem
}

@media screen and (max-width:480px) {
    h5 {
        font-size: 1.125rem
    }
}

h6 {
    font-size: 1.125rem
}

@media screen and (max-width:480px) {
    h6 {
        font-size: 1rem
    }
}

.t-zero {
    margin: 0;
    padding: 0
}

.t-left {
    text-align: left
}

.t-right {
    text-align: right
}

@media screen and (max-width:768px) {
    .t-right {
        text-align: left
    }
}

.t-center {
    text-align: center
}

.component-header {
    margin: 0;
    padding: 0;
    margin-bottom: 2.5rem;
    padding: 2.5rem 0 .625rem;
    /*	background-image: url("/sites/all/themes/arede/assets/images/dot_border-dark.svg");/**/
    background-size: 3px auto;
    background-position: 0 100%;
    background-repeat: repeat-x;
    text-align: left
}

img,
object,
video {
    display: block;
    max-width: 100%
}

figure {
    margin: 0 auto
}

ul,
ol {
    margin: 0;
    padding: 0
}

ul li,
ol li {
    margin: 0;
    padding: 0
}

ol {
    list-style-type: decimal
}

ul {
    list-style-type: disc
}

a {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: italic;
    color: #00a859;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

a .icon {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

a:hover .icon,
a:focus .icon {
    -webkit-transform: translate3d(8px, 0, 0);
    -ms-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0)
}

hr {
    border-bottom: 1px solid #9d9b9d;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: -1px 0 0 0;
    box-sizing: content-box
}

.aredebutton_green {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding: .8125rem 1.875rem;
    border-width: .125rem !important;
    border: solid 1px #066D27;
    background-color: #000028;
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .175rem;
    text-transform: uppercase;
    outline: none;
    transition: all 0.4s
}

.aredebutton_green.button--green {
    background-color: #000028;
    border-color: #066D27
}

.aredebutton_green.button--green:hover {
    background-color: #066D27;
    border-color: #000028
}

.aredebutton_green.button--orange {
    border-color: orange;
    background-color: #000028;
}

.aredebutton_green.button--orange:hover {
    border-color: #000028;
    background-color: orange;
}

.aredebutton_green.button--red {
    border-color: red;
    background-color: #000028;
}

.aredebutton_green.button--red:hover {
    border-color: #000028;
    background-color: red;
}

.aredebutton_green.button--blue {
    background-color: #000028;
    border-color: #484645
}

.aredebutton_green.button--white {
    background-color: #000028;
    border-color: #fff;
}

.button {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding: .8125rem 1.375rem;
    border-width: .125rem !important;
    border-style: solid;
    border-color: #9d9b9d;
    background: transparent;
    color: #222;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .175rem;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    transition: all 0.4s
}

.button.button--orange {
    border-color: #00a859;
}

.button.button--green {
    color: #7eba3f;
    border-color: #7eba3f
}

.button.button--blue {
    border-color: #484645
}

.button.button--white {
    border-color: #fff;
    color: #fff
}

.button.button--left {
    margin: 0
}

.button.button--right {
    margin: 0;
    float: right
}

@media screen and (max-width:480px) {
    .button {
        width: 100%
    }
    .button.ajax-facets-reset-all-link {
        color: #fff;
        background: #484645;
        text-align: center
    }
    .button.ajax-facets-reset-all-link.processed {
        color: #fff
    }
    .aredebutton_green {
        padding: .7125rem 1.2em;
    }
    .aredebutton_orange {
        padding: .7125rem 1.2em;
    }
    .aredebutton_red {
        padding: .7125rem 1.2em;
    }
}

@media screen and (max-width:840px) {
    .button.ajax-facets-reset-all-link {
        color: #fff;
        background: #484645
    }
    .button.ajax-facets-reset-all-link.processed {
        color: #fff
    }
}

.button:focus,
.button:hover {
    background: #9d9b9d;
    color: #fff
}

.button:focus.button--orange,
.button:hover.button--orange {
    background: #00a859
}

.button:focus.button--green,
.button:hover.button--green {
    color: #fff;
    background: #7eba3f
}

.button:focus.button--white,
.button:hover.button--white {
    background: #fff;
    color: #9d9b9d
}

.button:focus.button--blue,
.button:hover.button--blue {
    background: #484645
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 1.5rem;
    width: 100%;
    vertical-align: top
}

.input__field {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    float: right;
    padding: .70rem .8125rem;
    width: 100%;
    height: 40px;
    border: 0 none;
    background: #000028;
    color: #fff;
    outline: none;
    transition: all 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none
}

.input__field:focus {
    background: #000028;
    color: #fff;
}

.input__field.input__field-error {
    background: maroon
}

.input__field:focus+.input__label .input__label-content,
.input--filled .input__label-content {
    -webkit-transform: translate(0, -65%);
    -ms-transform: translate(0, -65%);
    transform: translate(0, -65%);
    color: #000028;
}

.input__field:focus+.input--filled .input__label-content em {
    -webkit-transform: translate(0, -85%);
    -ms-transform: translate(0, -85%);
    transform: translate(0, -85%);
    color: #000028;
}

.input__field-error--description {
    clear: both;
    display: block;
    text-align: left;
    padding-top: .1875rem;
    font-size: .875rem
}

.input__label {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    position: absolute;
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .125rem;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input__label-content {
    position: relative;
    display: block;
    padding: .5625rem .8125rem;
    width: 100%;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    color: #FFF;
}

.input__label-content em {
    margin-left: .3125rem;
    color: #F00;
    font-size: 14px;
    font-style: normal
}

.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: .3125rem;
    height: 1.875rem;
    width: 1.875rem
}

.checkbox label {
    cursor: pointer;
    position: absolute;
    height: 1.875rem;
    width: 1.875rem;
    top: 0;
    left: 0;
    background: #000028
}

.checkbox label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.6875rem;
    margin-left: -.3125rem;
    opacity: 0;
    height: 1.0625rem;
    width: .6875rem;
    background: transparent;
    border: .1875rem solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
    transition: all 0.3s
}

.checkbox label:hover:after {
    opacity: 0.3
}

@media screen and (max-width:768px) {
    .checkbox label:hover:after {
        opacity: 0
    }
}

.checkbox input {
    visibility: hidden;
    height: 1.875rem;
    width: 1.875rem
}

.checkbox input:checked+label:after {
    opacity: 1
}

.ajax-progress .throbber {
    display: none
}

textarea {
    resize: none
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clear {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *transform: scale(1)
}

.g-outer-container {
    width: 100%
}

.g-section-wrapper {
    width: 100%
}

.g-content-container,
.icon-card__set {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.g-content-container::after,
.icon-card__set::after {
    clear: both;
    content: "";
    display: table
}

.g-content-container>.node::after,
.icon-card__set>.node::after {
    clear: both;
    content: "";
    display: table
}

.g-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%
}

.g-1:last-child {
    margin-right: 0
}

.g-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%
}

.g-2:last-child {
    margin-right: 0
}

.g-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%
}

.g-3:last-child {
    margin-right: 0
}

.g-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%
}

.g-4:last-child {
    margin-right: 0
}

@media screen and (max-width:768px) {
    #contract_menubar {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .input__label {
        font-family: 'Exo 2';
        font-weight: 400;
        font-style: normal;
        position: absolute;
        display: inline-block;
        color: #FFF;
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: .100rem;
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .input__field {
        font-family: 'Exo 2';
        font-weight: 400;
        font-style: normal;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        float: right;
        padding: .35rem .8125rem;
        width: 100%;
        height: 40px;
        border: 0 none;
        background: #000028;
        color: #fff;
        outline: none;
        transition: all 0.5s;
        -webkit-appearance: none;
        -moz-appearance: none
    }
    .g-4 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .g-4:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .g-4 {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%
    }
    .g-4:last-child {
        margin-right: 0
    }
}

.g-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%
}

.g-5:last-child {
    margin-right: 0
}

@media screen and (max-width:768px) {
    .g-3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }
    .g-3:last-child {
        margin-right: 0
    }
    .g-5 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .g-5:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .g-3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }
    .g-3:last-child {
        margin-right: 0
    }
    .g-5 {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%
    }
    .g-5:last-child {
        margin-right: 0
    }
}

.g-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.g-6:last-child {
    margin-right: 0
}

@media screen and (max-width:600px) {
    .g-6 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .g-6:last-child {
        margin-right: 0
    }
    #g-6_vazio {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .g-6 {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%
    }
    .g-6:last-child {
        margin-right: 0
    }
    #g-6_vazio {
        display: none;
    }
}

.g-f6_f {
    float: left;
    display: block;
    margin-right: 1%;
    width: 32.33511%
}

.g-f6_f:last-child {
    margin-right: 0
}

@media screen and (max-width:600px) {
    .g-f6_f {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .g-f6_f:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .g-f6_f {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%
    }
    .g-f6_f:last-child {
        margin-right: 0
    }
}

.g-f6_4r {
    float: left;
    display: block;
    margin-right: 2%;
    width: 23%
}

.g-f6_4r:last-child {
    margin-right: 0
}

@media screen and (max-width:600px) {
    .g-f6_4r {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .g-f6_4r:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .g-f6_4r {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%
    }
    .g-f6_4r:last-child {
        margin-right: 0
    }
}

.g-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%
}

.g-7:last-child {
    margin-right: 0
}

@media screen and (max-width:768px) {
    .g-7 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .g-7:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .g-7 {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%
    }
    .g-7:last-child {
        margin-right: 0
    }
}

.g-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%
}

.g-8:last-child {
    margin-right: 0
}

@media screen and (max-width:768px) {
    .g-8 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .g-8:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .g-8 {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%
    }
    .g-8:last-child {
        margin-right: 0
    }
}

.g-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%
}

.g-9:last-child {
    margin-right: 0
}

.g-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%
}

.g-10:last-child {
    margin-right: 0
}

.g-11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%
}

.g-11:last-child {
    margin-right: 0
}

.g-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%
}

.g-12:last-child {
    margin-right: 0
}

.c-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%
}

.c-8:last-child {
    margin-right: 0
}

.c-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%
}

.c-9:last-child {
    margin-right: 0
}

@media screen and (max-width:1024px) {
    .c-9 {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 74.10533%;
        margin-left: 12.94733%
    }
    .c-9:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .c-9 {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 82.52847%;
        margin-left: 8.73576%
    }
    .c-9:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .c-9 {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%;
        margin-left: 0%
    }
    .c-9:last-child {
        margin-right: 0
    }
}

.c-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.c-10:last-child {
    margin-right: 0
}

.g-3-up>li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%
}

.g-3-up>li:last-child {
    margin-right: 0
}

.g-3-up>li:nth-child(3n) {
    margin-right: 0
}

.g-3-up>li:nth-child(3n+1) {
    clear: left
}

@media screen and (max-width:1024px) {
    .g-3-up>li {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%
    }
    .g-3-up>li:nth-child(3n) {
        margin-right: 4.82916%
    }
    .g-3-up>li:nth-child(3n+1) {
        clear: none
    }
    .g-3-up>li:last-child {
        margin-right: 0
    }
    .g-3-up>li:nth-child(2n) {
        margin-right: 0
    }
    .g-3-up>li:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width:660px) {
    .g-3-up>li {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%
    }
    .g-3-up>li:nth-child(2n) {
        margin-right: 2.35765%
    }
    .g-3-up>li:nth-child(2n+1) {
        clear: none
    }
    .g-3-up>li:last-child {
        margin-right: 0
    }
}

.g-4-up>li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%
}

.g-4-up>li:last-child {
    margin-right: 0
}

.g-4-up>li:nth-child(4n) {
    margin-right: 0
}

.g-4-up>li:nth-child(4n+1) {
    clear: left
}

@media screen and (max-width:1024px) {
    .g-4-up>li {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 30.11389%
    }
    .g-4-up>li:nth-child(4n) {
        margin-right: 4.82916%
    }
    .g-4-up>li:nth-child(4n+1) {
        clear: none
    }
    .g-4-up>li:last-child {
        margin-right: 0
    }
    .g-4-up>li:nth-child(3n) {
        margin-right: 0
    }
    .g-4-up>li:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (max-width:768px) {
    .g-4-up>li {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%
    }
    .g-4-up>li:nth-child(3n) {
        margin-right: 4.82916%
    }
    .g-4-up>li:nth-child(3n+1) {
        clear: none
    }
    .g-4-up>li:last-child {
        margin-right: 0
    }
    .g-4-up>li:nth-child(2n) {
        margin-right: 0
    }
    .g-4-up>li:nth-child(2n+1) {
        clear: left
    }
}

.g-omega {
    margin-right: 0
}

.g-alpha {
    margin-left: 0
}

@media screen and (max-width:600px) {
    .g-alpha {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .g-alpha {
        margin-right: 0
    }
}

.sidebar-first.g-section-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%
}

.sidebar-first.g-section-wrapper:last-child {
    margin-right: 0
}

@media (max-width:1260px) and (min-width:840px) {
    .sidebar-first.g-section-wrapper {
        padding: 0 1.875rem
    }
}

@media screen and (max-width:840px) {
    .sidebar-first.g-section-wrapper {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .sidebar-first.g-section-wrapper:last-child {
        margin-right: 0
    }
}

.sidebar-first.g-section-wrapper>div {
    margin-bottom: 2.5rem
}

.sidebar-first+.main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%
}

.sidebar-first+.main-content:last-child {
    margin-right: 0
}

@media screen and (max-width:840px) {
    .sidebar-first+.main-content {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%
    }
    .sidebar-first+.main-content:last-child {
        margin-right: 0
    }
    .sidebar-first+.main-content .block-views {
        clear: both
    }
}

.body {
    padding-top: 30px !important
}

.nav--primary li {
    margin-left: 10px !important
}

.l-full {
    width: 100%
}

.l-pull-left {
    float: left;
    margin-bottom: 1.25rem;
    margin-right: 1.25rem
}

.l-pull-right {
    float: right;
    margin-bottom: 1.25rem;
    margin-left: 1.25rem
}

.l-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.l-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0
}

.messages.error {
    background-color: #fbe3e4;
    color: #97161b;
    display: block;
    margin-bottom: .75em;
    padding: .75em .75em .75em 50px;
    border-radius: 5px
}

.messages.error a {
    color: #6a0f13;
    text-decoration: underline
}

.messages.error a:focus,
.messages.error a:hover {
    color: #110203
}

.messages.success {
    background-color: #e6efc2;
    color: #56651a;
    display: block;
    margin-bottom: .75em;
    padding: .75em .75em .75em 50px;
    border-radius: 5px
}

.messages.success a {
    color: #333c10;
    text-decoration: underline
}

.messages.success a:focus,
.messages.success a:hover {
    color: #000
}

.messages.notice {
    background-color: #e5edf8;
    color: #244e87;
    display: block;
    margin-bottom: .75em;
    padding: .75em .75em .75em 50px;
    border-radius: 5px
}

.messages.notice a {
    color: #19375f;
    text-decoration: underline
}

.messages.notice a:focus,
.messages.notice a:hover {
    color: #04080e
}

.messages.warning {
    background-color: #fff6bf;
    color: #8c7800;
    display: block;
    margin-bottom: .75em;
    padding: .75em .75em .75em 50px;
    border-radius: 5px
}

.messages.warning a {
    color: #594c00;
    text-decoration: underline
}

.messages.warning a:focus,
.messages.warning a:hover {
    color: #000
}


/*
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0
}
table th {
	text-align: left
}
table td {
	line-height: 150%
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: #fafafa
}

table tbody tr:first-child td {
	border-top: 2px solid #dcdcdc
}
table thead th {
	background-color: #fff;
	border-bottom: 0px;
	padding: 0.75em 1em
}
table tbody {
	background-color: #fff
}
table tbody td {
	border-bottom: 0px;
	border-top: 1px solid #dcdcdc;
	padding: 0.75em 1em;
	max-width: 100px;
}
table tbody td button {
	background-color: #477DCA;
	border-radius: 3px;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: inherit;
	font-weight: bold;
	padding: 7px 18px;
	text-decoration: none;
	background-clip: padding-box;
	display: inline-block;
	font-size: .7em;
	line-height: 150%;
	margin-bottom: .3em;
	margin-right: 0.5em;
	outline: none;
	padding: .3em 1em;
	width: 100%
}
table tbody td button:hover:not(:disabled) {
	background-color: #578ad4;
	cursor: pointer
}
table tbody td button:active:not(:disabled), table tbody td button:focus:not(:disabled) {
	background-color: #3c71bb;
	cursor: pointer
}
table tbody td button:disabled {
	cursor: not-allowed;
	opacity: 0.5
}
@media screen and (min-width:40em) {
table tbody td button {
	margin-bottom: 0;
	width: auto
}
}

.tabs.primary {
	line-height: 1.5;
	padding: 0;
	margin: 5px 0;
	border-bottom: 1px solid #dcdcdc
}
.tabs.primary::after {
	clear: both;
	content: "";
	display: table
}
.tabs.primary li {
	list-style: none
}
@media screen and (min-width:40em) {
.tabs.primary li {
	display: inline
}
}
.tabs.primary li a {
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
	color: #333;
	display: block;
	font-weight: 400;
	padding: .75em 1.618em;
	text-decoration: none;
	font-style: normal
}
@media screen and (min-width:40em) {
.tabs.primary li a {
	display: inline-block;
	border-top: 0
}
}
.tabs.primary li a:hover {
	color: #477DCA
}
.tabs.primary li a:focus {
	outline: none
}
.tabs.primary li a.active, .tabs.primary li a.active-trail {
	border-bottom: 0
}
@media screen and (min-width:40em) {
.tabs.primary li a.active, .tabs.primary li a.active-trail {
	border: 1px solid #dcdcdc;
	border-bottom-color: #fff;
	margin-bottom: -1px
}
}
.tabs.primary li .tab-content {
	display: none;
	padding: 1.5em 1.618em;
	width: 100%
}
@media screen and (min-width:40em) {
.tabs.primary li .tab-content {
	border-top: 1px solid #dcdcdc;
	float: left
}
}
*/

.header {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%
}

.header__section {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.5s
}

.header__section--primary {
    height: 4.275rem;
    background-color: #fff
}

.header__section--secondary {
    height: 2.1875rem;
    background: #484645
}

@media screen and (max-width:840px) {
    .header__section--secondary {
        display: none
    }
}

.header__content {
    position: relative;
    margin: 0 auto;
    height: 100%;
    max-width: 75em;
    text-align: justify
}

.header__content:after {
    content: "";
    display: inline-block;
    width: 100%
}

@media screen and (max-width:1260px) {
    .header__content {
        margin: 0 1.875rem
    }
}

@media screen and (max-width:375px) {
    .header__content {
        margin: 0 .9375rem
    }
}

.header--home.header--scroll .header__section--primary,
.header--inverted.header--scroll .header__section--primary {
    height: 3.125rem;
    background-color: #fff
}

.header--home.header--scroll .header__section--secondary,
.header--inverted.header--scroll .header__section--secondary {
    background: #484645
}

.header--home.header--scroll .logo__emblem,
.header--home.header--scroll .logo__text,
.header--inverted.header--scroll .logo__emblem,
.header--inverted.header--scroll .logo__text {
    color: #494745
}

.header--home.header--scroll .logo__emblem,
.header--inverted.header--scroll .logo__emblem {
    height: 1.75rem;
    width: 1.9375rem
}

.header--clear .header__section--primary a {
    color: #fff
}

.header--clear .header__section--primary a:hover {
    color: rgba(255, 99, 38, 0.9)
}

.header--clear .header__section--secondary {
    background: rgba(45, 92, 145, 0.45)
}

.header--clear .header__section--secondary a {
    color: #fff
}

.header--clear .header__section--secondary a:hover {
    color: rgba(255, 99, 38, 0.9)
}

.header--clear .nav--primary a {
    transition: all 0.4s
}

.header--clear .nav--primary a.active.has-children:after {
    border-bottom-color: rgba(157, 155, 157, 0.45) !important;
    top: -6px;
    transition: -webkit-transform 0.45s, border-color 0.5s !important;
    transition: border-color 0.5s, -webkit-transform 0.45s !important;
    transition: transform 0.45s, border-color 0.5s !important;
    transition: transform 0.45s, border-color 0.5s, -webkit-transform 0.45s !important
}

.header--clear.header--scroll .header__section--primary {
    height: 3.125rem;
    background-color: #fff
}

.header--clear.header--scroll .header__section--primary a {
    color: #9d9b9d
}

.header--clear.header--scroll .header__section--secondary {
    background: #484645
}

.header--clear.header--scroll .header__section--secondary a {
    color: #9d9b9d
}

.header--clear.header--scroll .nav--primary a.active.has-children:after {
    border-bottom-color: #e9e9e9 !important
}

.header--clear.header--scroll .logo__emblem,
.header--clear.header--scroll .logo__text {
    color: #494745
}

.header--clear.header--scroll .logo__emblem {
    height: 1.75rem;
    width: 1.9375rem
}

.header--home .header__section--primary {
    background-color: rgba(255, 255, 255, 0.75)
}

.header--inverted .header__section--primary,
.header--inverted .header__section--secondary {
    background-color: #2f2e2d
}

.header--inverted .header__section--secondary {
    background-color: #3f3d3c
}

.header--inverted .logo__emblem,
.header--inverted .logo__text {
    color: #fff
}

.header--inverted .nav--primary a:hover {
    color: #fff
}

.header--inverted .nav--primary a.active.has-children:after {
    border-bottom: .625rem solid #3f3d3c
}

.header--inverted .nav--secondary a:hover {
    color: #fff
}

.header--inverted .overlay__open {
    color: #fff
}

.header--clear .header__section--primary {
    background: none
}

.header--clear .logo__emblem,
.header--clear .logo__text {
    color: #fff
}

.header--clear .overlay__open {
    color: #fff
}

.header--scroll .header__section--primary {
    height: 3.125rem;
    background-color: #fff
}

.header--scroll .logo__emblem,
.header--scroll .logo__text {
    color: #494745
}

.header--scroll .logo__emblem {
    height: 1.875rem;
    width: 2.0625rem
}

.header--scroll .logo__text {
    height: 26px;
    width: 42px;
    margin-left: 0
}

.header--scroll .nav--primary a:hover {
    color: #FFFFFF;
}

.header--scroll .nav--primary a.active.has-children:after {
    border-bottom-color: #e9e9e9;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem)
}

.header--scroll .nav--secondary a:hover {
    color: #6a686a
}

.header--scroll .overlay__open {
    color: #9d9b9d
}

.logo {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: middle
}



.logo a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.logo__emblem,
.logo__text {
    color: #494745;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s
}

.logo__emblem {
    height: 2.1875rem;
    width: 2.375rem
}

@media screen and (max-width:375px) {
    .logo__emblem {
        height: 1.8125rem;
        width: 2rem
    }
}

.logo__text {
    margin-left: 1rem;
    height: 59px;
    width: 136px
}

@media screen and (max-width:375px) {
    .logo__text {
        height: 44px;
        width: 100px;
        margin-left: 0
    }
}

.nav--primary {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    list-style: none;
    float: right;
}

.nav--primary:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.nav--primary .header__link {
    padding: 0 12px
}

.nav--primary .header__link--flipper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 4.5rem;
    font-family: 'Bitter', serif;
    font-weight: bold;
    font-style: italic;
    text-transform: lowercase
}

.nav--primary .header__link--flipper:before {
    display: block;
    content: "[";
    width: .4375rem;
    height: 1.625rem;
    color: #00a859;
    font-size: 1.3125rem;
    font-style: normal
}

.nav--primary .header__link--flipper:after {
    display: block;
    content: "]";
    width: .4375rem;
    height: 1.625rem;
    color: #00a859;
    font-size: 1.3125rem;
    font-style: normal;
    border-bottom: 0 !important;
    -webkit-transform: translateY(0rem) !important;
    -ms-transform: translateY(0rem) !important;
    transform: translateY(0rem) !important
}

.nav--primary .flipper__text {
    display: inline-block;
    margin: 0 14px
}

.nav--primary .flipper__term-container {
    display: inline-block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 0;
    transition: opacity 1s ease
}

.nav--primary .flipper__term {
    display: inline-block;
    position: absolute;
    top: -64px;
    left: 0;
    width: 100%;
    height: 42px;
    color: #00a859;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotatex(90deg);
    -ms-transform: rotatex(90deg);
    transform: rotatex(90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.nav--primary .flipper__term:nth-child(1) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.nav--primary .flipper__term:nth-child(2) {
    -webkit-animation-delay: 1.90s;
    animation-delay: 1.90s
}

.nav--primary .flipper__term:nth-child(3) {
    -webkit-animation-delay: 3.15s;
    animation-delay: 3.15s
}

.nav--primary .flipper__term:nth-child(4) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: translatey(0) rotatex(90deg);
        transform: translatey(0) rotatex(90deg)
    }
    30% {
        -webkit-transform: translatey(42px) rotatex(0deg);
        transform: translatey(42px) rotatex(0deg)
    }
    60% {
        -webkit-transform: translatey(42px) rotatex(0deg);
        transform: translatey(42px) rotatex(0deg)
    }
    100% {
        -webkit-transform: translatey(85px) rotatex(-90deg);
        transform: translatey(85px) rotatex(-90deg)
    }
}

@keyframes flip {
    0% {
        -webkit-transform: translatey(0) rotatex(90deg);
        transform: translatey(0) rotatex(90deg)
    }
    30% {
        -webkit-transform: translatey(42px) rotatex(0deg);
        transform: translatey(42px) rotatex(0deg)
    }
    60% {
        -webkit-transform: translatey(42px) rotatex(0deg);
        transform: translatey(42px) rotatex(0deg)
    }
    100% {
        -webkit-transform: translatey(85px) rotatex(-90deg);
        transform: translatey(85px) rotatex(-90deg)
    }
}

.nav--primary li {
    display: inline-block;
    margin-left: 3.875rem
}

.nav--primary li:first-child {
    margin-left: 6.0625rem
}

@media screen and (max-width:1024px) {
    .nav--primary li:first-child {
        margin-left: 0rem
    }
}

.nav--primary li a {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    position: relative;
    color: #FFFFFF;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: .125rem;
    cursor: pointer;
    transition: all 0.4s
}

.nav--primary li a:hover {
    color: #00a859;
}

.nav--primary li a.active {
    color: #00a859
}

.nav--primary li a.active.has-children:after {
    position: absolute;
    left: 50%;
    margin-left: -.625rem;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-left-width: .625rem;
    border-right-width: .625rem;
    border-bottom-width: .625rem;
    border-top-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #e9e9e9;
    -webkit-transform: translateY(2.8125rem);
    -ms-transform: translateY(2.8125rem);
    transform: translateY(2.8125rem);
    transition: -webkit-transform 0.5s, border-color 0.5s;
    transition: border-color 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, border-color 0.5s;
    transition: transform 0.5s, border-color 0.5s, -webkit-transform 0.5s
}

@media screen and (max-width:1200px) {
    .nav--primary li {
        margin-left: 2.8125rem
    }
}

@media screen and (max-width:930px) {
    .nav--primary li {
        margin-left: 1.5625rem
    }
}

@media screen and (max-width:840px) {
    .nav--primary {
        display: none
    }
}


/* Nav-SM beginning  /**/


/* Nav-SM ending/**/

.nav--secondary {
    display: inline-block;
    height: 100%;
    float: right;
    list-style: none
}

.nav--secondary:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.nav--secondary li {
    display: inline-block;
    margin-left: 1.5625rem
}

.nav--secondary li:first-child {
    margin-left: 0
}

.nav--secondary li a {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    color: #FFF;
    font-size: .775rem;
    text-transform: uppercase;
    letter-spacing: .125rem;
    transition: all 0.4s
}

.nav--secondary li a:hover {
    color: #ffcc29
}

.nav--secondary li a.active,
.nav--secondary li a.active-trail {
    color: #00a859
}

.nav--secondary li a.header__link__re {
    text-transform: lowercase;
    font-family: 'Bitter', serif;
    font-style: italic
}

.nav--secondary li a.header__link__re:before {
    content: "re: ";
    color: #fff
}

@media screen and (max-width:840px) {
    .nav--secondary {
        display: none
    }
}

.body__overlay {
    overflow: hidden
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(45, 90, 145, 0.95);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: opacity 0.5s, visibility 0s 0.5s
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s
}

.overlay.open .nav--overlay {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.overlay.open .nav--overlay .header__link--flipper:before {
    display: inline;
    content: "[";
    width: .4375rem;
    height: 1.625rem;
    color: #fff;
    font-size: 2.875rem;
    font-style: normal
}

@media screen and (max-width:480px) {
    .overlay.open .nav--overlay .header__link--flipper:before {
        font-size: 2.375rem
    }
}

.overlay.open .nav--overlay .header__link--flipper:after {
    display: inline;
    content: "]";
    width: .4375rem;
    height: 1.625rem;
    color: #fff;
    font-size: 2.875rem;
    font-style: normal;
    border-bottom: 0 !important
}

@media screen and (max-width:480px) {
    .overlay.open .nav--overlay .header__link--flipper:after {
        font-size: 2.375rem
    }
}

.overlay.close .nav--overlay {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg)
}

.overlay__open {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: none;
    height: 100%;
    color: #9d9b9d;
    vertical-align: middle;
    font-size: 1.125rem;
    text-transform: uppercase
}

.overlay__open:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.overlay__open svg {
    height: 2.6875rem;
    width: 2.125rem;
    vertical-align: -.9375rem
}

@media screen and (max-width:375px) {
    .overlay__open svg {
        vertical-align: -1rem
    }
}

@media screen and (max-width:840px) {
    .overlay__open {
        display: inline-block
    }
}

@media screen and (max-width:375px) {
    .overlay__open {
        font-size: 1rem;
        top: 1px
    }
}

.overlay__close {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    position: absolute;
    font-size: 1.125rem;
    margin-top: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    top: .1875rem;
    right: .4375rem;
    height: 3.4375rem;
    color: #fff
}

.overlay__close svg {
    height: 3.4375rem;
    width: 2.6875rem
}

.overlay__content {
    position: relative;
    top: 50%;
    height: 70%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.nav--overlay {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s
}

.nav--overlay>li {
    position: relative;
    display: block;
    padding: 0.1rem;
    line-height: 0.8;
    margin-top: 15px;
}

.nav--overlay>li:last-child {
    padding-bottom: 1.75rem
}

.nav--overlay>li>a,
.nav--overlay>li label {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .125rem;
    cursor: pointer;
    transition: color 0.2s
}

@media screen and (max-width:375px) {
    .nav--overlay>li>a,
    .nav--overlay>li label {
        font-size: 1.875rem
    }
}

.nav--overlay>li label {
    position: absolute;
    top: 1.0625rem;
    right: 1rem;
    font-size: 2.1875rem;
    -webkit-tap-highlight-color: transparent
}

.nav--overlay>li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 1.875rem;
    width: 1.1875rem
}

.nav--overlay>li ul {
    list-style: none;
    display: none;
    padding-top: 0.25rem
}

.nav--overlay>li ul li {
    padding-top: 1.875rem;
    line-height: 1
}

.nav--overlay>li ul li:first-child {
    padding-top: 0
}

.nav--overlay>li ul a {
    display: block;
    color: #fff;
    font-size: 1.5625rem
}

.header--transparent .header__section--primary {
    background-color: transparent
}

.footer.footer--top {
    padding-top: 5rem
}

.footer.footer--bottom {
    padding: 0;
    background: #000028;
    color: #9d9b9d;
    font-size: .9375rem
}

@media screen and (max-width:1260px) {
    .footer.footer--bottom .g-content-container,
    .footer.footer--bottom .icon-card__set {
        margin-top: 10px;
    }
}

.footer.footer--bottom .logo__text {
    margin: 0;
    padding: 0;
    margin-left: -.625rem;
    margin-bottom: 1.875rem;
    height: 1.125rem;
    width: 7.6875rem;
    color: #fff
}

.footer.footer--bottom ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 6.25rem;
    list-style: none;
    vertical-align: top
}

.footer.footer--bottom ul:first-child {
    padding-left: 0
}

.footer.footer--bottom ul li {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    font-size: .875rem
}

@media screen and (max-width:415px) {
    .footer.footer--bottom ul {
        padding-left: 2.5rem
    }
}

@media screen and (max-width:320px) {
    .footer.footer--bottom ul {
        display: block;
        padding-left: 0
    }
}

.footer.footer--bottom .footer__buttons {
    margin: 0;
    padding: 0;
    float: right
}

.footer.footer--bottom .footer__buttons li {
    display: inline-block;
    padding-left: .75rem
}

.footer.footer--bottom .footer__buttons li:first-child {
    padding: 0
}

.footer.footer--bottom .footer__buttons li:last-child .button {
    padding: .875rem 1.5625rem
}

@media screen and (max-width:390px) {
    .footer.footer--bottom .footer__buttons li:last-child .button {
        padding: .625rem 1.25rem;
        line-height: 1.6
    }
}

@media screen and (max-width:320px) {
    .footer.footer--bottom .footer__buttons li:last-child .button {
        padding: .5rem
    }
}

@media screen and (max-width:390px) {
    .footer.footer--bottom .footer__buttons li {
        padding-left: .625rem
    }
}

@media screen and (max-width:320px) {
    .footer.footer--bottom .footer__buttons li {
        padding-left: .4375rem
    }
}

@media screen and (max-width:768px) {
    .footer.footer--bottom .footer__buttons {
        display: block;
        margin-top: 0;
        float: none
    }
}

.footer.footer--bottom .button {
    padding: .75rem;
    vertical-align: top;
    color: #fff;
    border: .0625rem solid #fff;
    line-height: 1.4
}

.footer.footer--bottom .button:hover,
.footer.footer--bottom .button:focus {
    color: #2f2e2d
}

.footer.footer--bottom .button:hover .icon,
.footer.footer--bottom .button:focus .icon {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.footer.footer--bottom .button svg {
    height: 1.375rem;
    width: 1.375rem
}

@media screen and (max-width:390px) {
    .footer.footer--bottom .button {
        padding: .625rem
    }
}

@media screen and (max-width:320px) {
    .footer.footer--bottom .button {
        padding: .5rem
    }
}

.footer.footer--bottom a {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    color: #9d9b9d;
    font-size: .875rem;
    transition: all 0.4s;
}

.footer.footer--bottom a:hover,
.footer.footer--bottom a:focus {
    color: #cfcfcf
}

.hero {
    position: relative;
    margin-bottom: 3.75rem;
    padding-top: 4.875rem;
    height: 60vh;
    min-height: 20rem;
    max-height: 25rem;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    overflow: hidden
}

.hero .g-content-container,
.hero .icon-card__set {
    height: 100%
}

@media screen and (max-width:1260px) {
    .hero .g-content-container,
    .hero .icon-card__set {
        margin: 0 1.875rem
    }
}

.hero--home {
    margin-bottom: 0;
    height: 100vh;
    min-height: 20rem;
    max-height: 25rem;
    background-position: center center;
    background-size: cover
}

.hero--home .hero__content figcaption {
    width: 50%
}

@media screen and (max-width:768px) {
    .hero--home .hero__content figcaption {
        width: 100%
    }
}

.hero--home .hero__content h1 {
    color: #fff
}

.hero--home .hero__content a {
    color: #fff
}

.hero--home .hero__content a .icon-arrow {
    color: #fff
}

@media screen and (max-width:768px) {
    .hero--home {
        background-color: #000028;
        background-image: none !important
    }
}

@media screen and (max-width:480px) {
    .hero--home {
        height: 60vh;
        min-height: 31.25rem
    }
}

.hero__mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 70, 69, 0.5)
}

.hero__mask--one,
.hero__mask--two {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.hero__mask--one:before,
.hero__mask--one:after,
.hero__mask--two:before,
.hero__mask--two:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: #000028;
}

.hero__mask--one:before {
    left: 0;
    width: 68%;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

@media screen and (max-width:1500px) {
    .hero__mask--one:before {
        width: 69.5%
    }
}

@media screen and (max-width:1450px) {
    .hero__mask--one:before {
        width: 71%
    }
}

@media screen and (max-width:1400px) {
    .hero__mask--one:before {
        width: 72.5%
    }
}

@media screen and (max-width:1450px) {
    .hero__mask--one:before {
        width: 74%
    }
}

@media screen and (max-width:1400px) {
    .hero__mask--one:before {
        width: 75.5%
    }
}

@media screen and (max-width:1350px) {
    .hero__mask--one:before {
        width: 77%
    }
}

@media screen and (max-width:1300px) {
    .hero__mask--one:before {
        width: 78.5%
    }
}

@media screen and (max-width:1250px) {
    .hero__mask--one:before {
        width: 80%
    }
}

@media screen and (max-width:1200px) {
    .hero__mask--one:before {
        width: 81.5%
    }
}

@media screen and (max-width:1150px) {
    .hero__mask--one:before {
        width: 83%
    }
}

@media screen and (max-width:1100px) {
    .hero__mask--one:before {
        width: 84.5%
    }
}

@media screen and (max-width:1050px) {
    .hero__mask--one:before {
        width: 86%
    }
}

@media screen and (max-width:1000px) {
    .hero__mask--one:before {
        width: 87.5%
    }
}

@media screen and (max-width:950px) {
    .hero__mask--one:before {
        width: 89%
    }
}

@media screen and (max-width:900px) {
    .hero__mask--one:before {
        width: 90.5%
    }
}

@media screen and (max-width:850px) {
    .hero__mask--one:before {
        width: 92%
    }
}

@media screen and (max-width:800px) {
    .hero__mask--one:before {
        width: 93.5%
    }
}

@media screen and (max-width:768px) {
    .hero__mask--one:before {
        display: none
    }
}

.hero__mask--one:after {
    right: 0;
    width: 15%;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

@media screen and (max-width:1500px) {
    .hero__mask--one:after {
        right: -1.5%
    }
}

@media screen and (max-width:1450px) {
    .hero__mask--one:after {
        right: -3%
    }
}

@media screen and (max-width:1400px) {
    .hero__mask--one:after {
        right: -4.5%
    }
}

@media screen and (max-width:1450px) {
    .hero__mask--one:after {
        right: -6%
    }
}

@media screen and (max-width:1400px) {
    .hero__mask--one:after {
        right: -7.5%
    }
}

@media screen and (max-width:1350px) {
    .hero__mask--one:after {
        right: -9%
    }
}

@media screen and (max-width:1300px) {
    .hero__mask--one:after {
        right: -10.5%
    }
}

@media screen and (max-width:1250px) {
    .hero__mask--one:after {
        right: -12%
    }
}

@media screen and (max-width:1200px) {
    .hero__mask--one:after {
        right: -13.5%
    }
}

@media screen and (max-width:1150px) {
    .hero__mask--one:after {
        right: -15%
    }
}

@media screen and (max-width:1100px) {
    .hero__mask--one:after {
        right: -16.5%
    }
}

@media screen and (max-width:1050px) {
    .hero__mask--one:after {
        display: none
    }
}

.hero__mask--two:after {
    right: -15%;
    width: 9%;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

@media screen and (max-width:1500px) {
    .hero__mask--two:after {
        right: -16.5%
    }
}

@media screen and (max-width:1450px) {
    .hero__mask--two:after {
        right: -18%
    }
}

@media screen and (max-width:1400px) {
    .hero__mask--two:after {
        right: -19.5%
    }
}

@media screen and (max-width:1450px) {
    .hero__mask--two:after {
        right: -21%
    }
}

@media screen and (max-width:1400px) {
    .hero__mask--two:after {
        right: -22.5%
    }
}

@media screen and (max-width:1350px) {
    .hero__mask--two:after {
        right: -24%
    }
}

@media screen and (max-width:1300px) {
    .hero__mask--two:after {
        right: -25.5%
    }
}

@media screen and (max-width:1250px) {
    .hero__mask--two:after {
        right: -27%
    }
}

@media screen and (max-width:1200px) {
    .hero__mask--two:after {
        right: -28.5%
    }
}

@media screen and (max-width:1150px) {
    .hero__mask--two:after {
        display: none
    }
}

.hero--inverted {
    background: #2f2e2d;
    color: #fff
}

.hero__content {
    position: relative;
    height: 100%
}

.hero__content.hero__content-light {
    color: #fff
}

.hero__content.hero__content-light .detail--blog__meta li {
    color: #fff
}

.hero__content figcaption {
    position: absolute;
    top: 50%;
    width: 85%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:768px) {
    .hero__content figcaption {
        width: 100%
    }
}

.hero__content p {
    margin-bottom: 1.5625rem
}

.hero__content a {
    font-size: 1.125rem
}

@media screen and (max-width:480px) {
    .hero__content a {
        font-size: 1rem
    }
}

.page-taxonomy .hero {
    height: 20vh;
    min-height: 21.875rem;
    max-height: 31.25rem
}

.rich-text {
    margin-bottom: 3.75rem
}

@media screen and (max-width:1260px) {
    .rich-text .g-content-container,
    .rich-text .icon-card__set {
        margin: 0 1.875rem
    }
}

@media screen and (max-width:768px) {
    .rich-text aside+article,
    .rich-text article+aside {
        padding-top: 2.5rem
    }
}

.node-type-page .field-name-body ul,
.node-type-page .field-name-body ol {
    margin: 0 0 1.875rem 1.25rem;
    padding: 0 0 0 2.5rem
}

.node-type-page .field-name-body ul li,
.node-type-page .field-name-body ol li {
    font-family: 'Exo 2';
    font-weight: 300;
    font-style: normal;
    padding: .3125rem 0 .25rem;
    font-size: 1.3125rem;
    line-height: 1.6
}

@media screen and (max-width:480px) {
    .node-type-page .field-name-body ul li,
    .node-type-page .field-name-body ol li {
        font-size: 1rem;
        padding-left: .625rem
    }
}

.rich-text__content {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.rich-text__content *:first-child:not(.callout-panel):not(.hljs):not(.button) {
    padding-top: 0
}

.rich-text__content a {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    border-bottom: .125rem solid rgba(82, 185, 190, 0.4);
    color: #484645;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    transition: background-color 0.4s, border-color 0.4s
}

.rich-text__content a:before,
.rich-text__content a:after {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.rich-text__content a:hover,
.rich-text__content a:focus {
    border-color: rgba(82, 185, 190, 0);
    background-color: rgba(82, 185, 190, 0.4)
}

.rich-text__content strong a,
.rich-text__content b a {
    font-weight: 600
}

.rich-text__content ul,
.rich-text__content ol {
    margin: 0 0 1.875rem 1.25rem
}

.rich-text__content ul li,
.rich-text__content ol li {
    font-family: 'Exo 2';
    font-weight: 300;
    font-style: normal;
    padding: .3125rem 0 .25rem;
    font-size: 1.3125rem;
    line-height: 1.6
}

@media screen and (max-width:480px) {
    .rich-text__content ul li,
    .rich-text__content ol li {
        font-size: 1rem
    }
}

.rich-text__content .button {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal
}

.rich-text__content pre {
    margin: 1.875rem 0
}

.pull-quote,
.figure-panel,
.callout-panel {
    margin: 0;
    padding: 0;
    margin-bottom: 1.875rem
}

.pull-quote.l-pull-left,
.figure-panel.l-pull-left,
.callout-panel.l-pull-left {
    margin-right: 1.5625rem
}

@media screen and (max-width:480px) {
    .pull-quote.l-pull-left,
    .figure-panel.l-pull-left,
    .callout-panel.l-pull-left {
        margin-right: 0
    }
}

.pull-quote.l-pull-right,
.figure-panel.l-pull-right,
.callout-panel.l-pull-right {
    margin-right: 0;
    margin-left: 1.5625rem
}

@media screen and (max-width:480px) {
    .pull-quote.l-pull-right,
    .figure-panel.l-pull-right,
    .callout-panel.l-pull-right {
        margin-left: 0
    }
}

.pull-quote.l-pull-left,
.pull-quote.l-pull-right,
.callout-panel.l-pull-left,
.callout-panel.l-pull-right {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 61.158%
}

.pull-quote.l-pull-left:last-child,
.pull-quote.l-pull-right:last-child,
.callout-panel.l-pull-left:last-child,
.callout-panel.l-pull-right:last-child {
    margin-right: 0
}

@media screen and (max-width:620px) {
    .pull-quote.l-pull-left,
    .pull-quote.l-pull-right,
    .callout-panel.l-pull-left,
    .callout-panel.l-pull-right {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%;
        margin: 0 0 1.5625rem
    }
    .pull-quote.l-pull-left:last-child,
    .pull-quote.l-pull-right:last-child,
    .callout-panel.l-pull-left:last-child,
    .callout-panel.l-pull-right:last-child {
        margin-right: 0
    }
}

.pull-quote.l-pull-right,
.callout-panel.l-pull-right {
    float: right;
    margin-right: 0
}

.pull-quote {
    padding: 0 2rem;
    border-left: 8px solid #e1e1e1
}

.pull-quote.l-pull-left,
.pull-quote.l-pull-right {
    padding: 0
}

.pull-quote.l-pull-left {
    text-align: left
}

.pull-quote.l-pull-right {
    text-align: right
}

@media screen and (max-width:620px) {
    .pull-quote.l-pull-right {
        text-align: left
    }
}

.pull-quote p {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: italic;
    font-size: 1.75rem;
    margin-bottom: 1.25rem
}

@media screen and (max-width:480px) {
    .pull-quote p {
        font-size: 1.25rem
    }
}

.pull-quote cite {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em
}

.pull-quote cite b,
.pull-quote cite strong {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal
}

@media screen and (max-width:480px) {
    .pull-quote cite {
        font-size: .875rem
    }
}

@media screen and (max-width:620px) {
    .pull-quote {
        padding: 0 0 0 .75em;
        text-align: left
    }
}

.figure-panel {
    text-align: center
}

.figure-panel.l-pull-left,
.figure-panel.l-pull-right {
    text-align: left
}

.figure-panel img {
    margin: 0 auto
}

@media screen and (max-width:620px) {
    .figure-panel img {
        margin: 0 auto;
        width: auto
    }
}

.figure-panel+figcaption,
.figure-panel figcaption {
    padding-top: .9375rem;
    text-align: center
}

.figure-panel+figcaption p,
.figure-panel figcaption p {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    color: #9d9b9d;
    font-size: .875rem
}

.figure-panel+figcaption p a,
.figure-panel figcaption p a {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    font-size: inherit
}

@media screen and (max-width:620px) {
    .figure-panel {
        float: none;
        text-align: center
    }
}

.callout-panel {
    margin-bottom: 1.5625rem;
    padding: 1.875rem;
    background: rgba(225, 225, 225, 0.5)
}

.callout-panel p {
    font-size: 1.125rem
}

@media screen and (max-width:480px) {
    .callout-panel p {
        font-size: 1rem
    }
}

.callout-panel>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

figure.img-container {
    margin-bottom: 0
}

@media screen and (min-width:1262px) {
    figure.img-container {
        margin: 0 -178px;
        position: relative;
        z-index: 10
    }
    figure.img-container img {
        margin: 0 auto
    }
}

figure.img-container+figcaption {
    margin-bottom: 15px
}

.disk-header {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1.25rem;
    position: relative;
    width: 100%
}

.disk-header:before {
    background-image: url("/sites/all/themes/arede/assets/images/dot_border-dark.svg");
    content: "";
    display: block;
    height: .1875rem;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 0
}

.disk-header span {
    background-color: #4a81d4;
    border-radius: 50%;
    border: 20px solid #fff;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.75rem;
    margin: auto;
    position: relative;
    height: 100px;
    width: 100px;
    z-index: 0
}

.flexbox__generic {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media screen and (max-width:768px) {
    .flexbox__generic {
        display: block
    }
}

.no-flexbox .flexbox__generic {
    display: table;
    vertical-align: middle
}

.no-flexbox .flexbox__generic>* {
    display: table-cell
}

.media-object {
    transform: scale(1)
}

.media-object__img.l-pull-left {
    margin-right: 1.875rem
}

.media-object__img.l-pull-right {
    margin-left: 1.875rem
}

.media-object__body h3 {
    margin: 0;
    padding: 0
}

.media-object__body p {
    margin-bottom: 1.5625rem
}

.media-object__meta,
.media-object__tags {
    display: inline-block;
    list-style: none
}

.media-object__meta li,
.media-object__tags li {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    color: #9d9b9d;
    font-size: .9375rem;
    text-transform: uppercase;
    letter-spacing: .09375rem
}

.media-object__meta a,
.media-object__tags a {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 89;
    padding: .3125rem 0
}

@media screen and (min-width:768px) {
    .media-object__meta a:before,
    .media-object__tags a:before {
        position: absolute;
        top: 100%;
        left: 0;
        content: "";
        height: .1875rem;
        width: 100%;
        opacity: 0;
        background: rgba(34, 34, 34, 0.1);
        -webkit-transform: translateY(.5rem);
        -ms-transform: translateY(.5rem);
        transform: translateY(.5rem);
        transition: -webkit-transform 0.4s, opacity 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s
    }
    .media-object__meta a:hover:before,
    .media-object__meta a:focus:before,
    .media-object__tags a:hover:before,
    .media-object__tags a:focus:before {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.media-object__meta {
    margin-bottom: 1.5625rem
}

.media-object__meta li+li:before {
    content: "|";
    margin: 0 .625rem
}

@media screen and (max-width:375px) {
    .media-object__meta li+li:before {
        content: "";
        margin: 0
    }
}

@media screen and (max-width:375px) {
    .media-object__meta li {
        display: block
    }
}

.media-object__tags {
    margin-top: 1.5625rem
}

.media-object__tags li {
    margin-right: .3125rem
}

.media-object__tags li:first-child {
    margin-right: .625rem
}

.media-object__tags li:last-child a:after {
    content: ""
}

.media-object__tags a:after {
    content: ","
}

.image-band.image-band--gray-dot {
    background-image: url("/sites/all/themes/arede/assets/images/dot_bg-gray.svg");
    background-size: 3px auto;
    background-color: #fff
}

.image-band+footer {
    margin-top: 0
}

@media screen and (max-width:1260px) {
    .image-band .g-content-container,
    .image-band .icon-card__set {
        margin: 0 1.875rem
    }
}

.image-band__content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%;
    padding: 5.625rem 0;
    text-align: center
}

.image-band__content:last-child {
    margin-right: 0
}

.image-band__content h2,
.image-band__content h3,
.image-band__content h4 {
    margin: 0;
    padding: 0;
    line-height: 1.3
}

.image-band__content h2 a,
.image-band__content h3 a,
.image-band__content h4 a {
    font-size: inherit;
    font-style: normal
}

@media screen and (max-width:480px) {
    .image-band__content {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%;
        margin-left: 0%;
        padding: 4.375rem 0
    }
    .image-band__content:last-child {
        margin-right: 0
    }
}

.image-band__triangle {
    display: block;
    margin: 0 auto;
    padding: 0 0 .9375rem;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-top: .9375rem solid #484645
}

.icon-card {
    margin: 1.875rem 3.125rem 1.875rem 0;
    min-width: 18.25rem;
    width: 20.625rem
}

@media screen and (max-width:480px) {
    .icon-card {
        margin: 0;
        margin-bottom: 2.5rem;
        clear: both
    }
}

.no-flexbox .icon-card {
    float: left
}

@media (max-height:768px) {
    .icon-card {
        margin: 0 1.25rem 1.875rem 1.25rem
    }
}

.icon-card__icon {
    display: block;
    margin: 0 auto .9375rem auto
}

.icon-card__set {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.no-flexbox .icon-card__set {
    display: block
}

.icon-card a {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    background-color: #4a81d4;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.5rem;
    padding: 3.125rem 2.5rem;
    text-align: center;
    transition: background-color 0.5s, color 0.5s;
    height: 12.5rem
}

.icon-card a:hover {
    background-color: #285990
}

.icon-card a span {
    display: block;
    min-height: 3rem
}

.related-content {
    padding-top: 5rem
}

.related-content+.related-content {
    padding-top: 2.5rem
}

@media screen and (max-width:1260px) {
    .related-content {
        padding: 5rem 1.875rem 0
    }
}

@media screen and (max-width:480px) {
    .related-content {
        margin-bottom: 3.125rem;
        padding: 5rem 1.875rem 0
    }
}

.related-content__listing {
    list-style: none
}

.related-content__listing .related-content__item {
    position: relative;
    display: block;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    min-height: 12.5rem;
    background-image: url("/sites/all/themes/arede/assets/images/dot_bg-gray.svg");
    background-size: 3px auto;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.35s ease-out
}

.related-content__listing .related-content__item:hover {
    background-color: rgba(82, 185, 190, 0.2);
    background-image: none
}

.related-content__listing .related-content__item>a {
    position: absolute;
    z-index: 85;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.related-content__listing .related-content__item h4 {
    margin: 0;
    padding: 0;
    font-size: 1.625rem;
    line-height: 1.2
}

.related-content__listing .related-content__item .media-object__meta {
    margin-bottom: .625rem
}

@media screen and (max-width:480px) {
    .related-content__listing .related-content__item {
        margin-bottom: 1.875rem
    }
    .related-content__listing .related-content__item:last-of-type {
        margin-bottom: 0
    }
}

.featured-work {
    margin-bottom: 6.25rem;
    text-align: center
}

.featured-work .button {
    margin-top: 3.75rem
}

@media screen and (max-width:1260px) {
    .featured-work .g-content-container,
    .featured-work .icon-card__set {
        margin: 0 1.875rem
    }
}

.featured-work__item {
    position: relative;
    height: 37.5rem;
    /*	background-image: url("/sites/all/themes/arede/assets/images/dot_bg-gray.svg"); /**/
    background-size: 3px auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .featured-work__item {
        height: auto
    }
}

.featured-work__img-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #222;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s
}

.featured-work__img-wrapper:last-child {
    margin-right: 0
}

.featured-work__img-wrapper:hover .featured-work__background {
    opacity: 0.4
}

.featured-work__img-wrapper.is-left {
    margin-right: 0
}

.featured-work__img-wrapper.is-right {
    margin-right: 0;
    float: right
}

.featured-work__img-wrapper figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    z-index: 89;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.featured-work__img-wrapper figcaption:before,
.featured-work__img-wrapper figcaption:after {
    pointer-events: none
}

.featured-work__img-wrapper figcaption div {
    height: 100%;
    width: 100%;
    color: #fff
}

.featured-work__img-wrapper figcaption div:before,
.featured-work__img-wrapper figcaption div:after {
    display: inline-block;
    content: "";
    height: 100%;
    width: 1%;
    vertical-align: middle
}

.featured-work__img-wrapper figcaption a {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

@media screen and (max-width:768px) {
    .featured-work__img-wrapper {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%;
        height: 18.75rem
    }
    .featured-work__img-wrapper:last-child {
        margin-right: 0
    }
}

.featured-work__background {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.65;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: opacity 0.5s
}

.featured-work__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15.625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:480px) {
    .featured-work__logo {
        left: 0;
        margin: 0
    }
}

.featured-work__content-wrapper {
    height: 100%
}

.featured-work__content {
    position: absolute;
    top: 50%;
    width: 32%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s
}

.featured-work__content.is-left {
    left: 0
}

@media screen and (max-width:1320px) {
    .featured-work__content.is-left {
        left: 2.5%
    }
}

@media screen and (max-width:1260px) {
    .featured-work__content.is-left {
        left: 3%
    }
}

@media screen and (max-width:768px) {
    .featured-work__content.is-left {
        left: 0
    }
}

.featured-work__content.is-right {
    right: 0
}

@media screen and (max-width:1320px) {
    .featured-work__content.is-right {
        right: 2%
    }
}

@media screen and (max-width:1260px) {
    .featured-work__content.is-right {
        right: 3%
    }
}

@media screen and (max-width:768px) {
    .featured-work__content.is-right {
        right: 0
    }
}

.featured-work__content h6 {
    margin: 0;
    padding: 0;
    color: #9d9b9d
}

.featured-work__content h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 1.25rem
}

.featured-work__content p {
    margin: 0;
    padding: 0;
    font-size: 1.125rem
}

.featured-work__content a {
    display: block;
    margin-top: 1.25rem
}

.featured-work__content span {
    display: block;
    margin: 2.5rem auto;
    height: .375rem;
    width: 3.75rem;
    background: #00a859
}

@media screen and (max-width:768px) {
    .featured-work__content span {
        margin: 1.875rem auto
    }
}

@media screen and (max-width:768px) {
    .featured-work__content {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 65.05695%;
        margin-left: 17.47153%;
        position: relative;
        top: 0;
        padding: 3.125rem 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .featured-work__content:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:575px) {
    .featured-work__content {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 82.52847%;
        margin-left: 8.73576%
    }
    .featured-work__content:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .featured-work__content {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%;
        margin-left: 0%
    }
    .featured-work__content:last-child {
        margin-right: 0
    }
}

.featured-clients {
    margin-bottom: 3.75rem;
    text-align: center
}

@media screen and (max-width:1260px) {
    .featured-clients .g-content-container,
    .featured-clients .icon-card__set {
        margin: 0 1.875rem
    }
}

.filter__listing {
    margin-bottom: 1.875rem;
    list-style: none
}

.filter__listing::after {
    clear: both;
    content: "";
    display: table
}

.filter__listing .filter__item {
    float: left;
    margin-right: .625rem;
    margin-bottom: .625rem
}

.filter__listing .filter__item .is-active {
    background: #484645;
    color: #fff
}

@media screen and (max-width:480px) {
    .filter__listing .filter__item {
        float: none;
        margin-right: 0;
        width: 100%
    }
}

.client__listing {
    margin-bottom: 2.1875rem;
    margin-left: -.3125rem;
    list-style: none
}

.client__listing .client__item {
    position: relative;
    padding-top: 3rem;
    margin-bottom: 1.875rem;
    width: 25%
}

.client__listing .client__item img {
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.practice-areas2__row--invert .practice-areas__mask2 {
    background: rgba(45, 90, 145, 0.8)
}

.practice-areas__mask2 {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #484645;
}

.practice-areas__row2 {
    position: relative;
    overflow: hidden
}

.practice-areas__row {
    position: relative;
    overflow: hidden
}

.practice-areas__row:last-of-type {
    /*margin-bottom: 5rem*/
}

.practice-areas__row--invert .practice-areas__mask {
    background: rgba(45, 92, 145, 0.8)
}

.practice-areas__row--invert .practice-areas__content {
    color: #fff
}

.practice-areas__img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.practice-areas__mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8)
}

.practice-areas__container {
    height: 100%;
    margin: auto;
}

@media screen and (max-width:1260px) {
    .practice-areas__container {
        margin: 0 1.875rem
    }
}

@media screen and (max-width:768px) {
    .practice-areas__container {
        margin: 0 0.825rem
    }
}

.practice-areas__content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 0;
    padding: 12.5rem 0
}

.practice-areas__content:last-child {
    margin-right: 0
}

.practice-areas__content.l-pull-right {
    float: right
}

.practice-areas__content h3,
.practice-areas__content p {
    margin-bottom: 1.875rem
}

@media screen and (max-width:480px) {
    .practice-areas__content h3,
    .practice-areas__content p {
        margin-bottom: 1.25rem
    }
}

.practice-areas__content h3 {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    font-size: 1.4375rem;
    text-transform: uppercase;
    letter-spacing: .125rem
}

@media screen and (max-width:1200px) {
    .practice-areas__content {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 54.68433%
    }
    .practice-areas__content:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .practice-areas__content {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 65.05695%
    }
    .practice-areas__content:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .practice-areas__content {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%;
        padding: 3.75rem 0
    }
    .practice-areas__content:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:1260px) {
    .specializations .g-content-container,
    .specializations .icon-card__set {
        margin: 0 1.875rem
    }
}

.specializations .component-header {
    margin-bottom: 5rem
}

.specializations h3 {
    margin-bottom: 1rem
}

.specializations .g-6 {
    margin-bottom: 6.25rem
}

.specializations .g-f6_f {
    margin-bottom: 6.25rem
}

.specializations .g-f6_4r {
    margin-bottom: 6.25rem
}

@media screen and (max-width:480px) {
    .specializations .button {
        text-align: center
    }
}

.partners {
    padding: 1.5625rem 0;
    background: #e1e1e1;
    text-align: center
}

.partners h5 {
    margin: 0;
    padding: 0
}

.partners h6 {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    padding-right: .625rem;
    color: #7e7d7d;
    vertical-align: middle
}

@media screen and (max-width:1024px) {
    .partners h6 {
        display: none
    }
}

@media screen and (max-width:1260px) {
    .partners .g-content-container,
    .partners .icon-card__set {
        margin: 0 1.875rem
    }
}

.partners__listing {
    position: relative;
    display: inline-block
}

.partners__listing .partners__item {
    display: inline-block;
    padding: 0 .625rem;
    vertical-align: middle
}

.partners__listing .partners__item:last-child {
    border-left: 1px solid #9d9b9d
}

.partners__listing .partners__item:last-child a {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    color: #484645;
    text-transform: uppercase
}

.partners__listing .partners__item:last-child a:after {
    content: "\203A";
    padding-left: .3125rem;
    vertical-align: .125rem
}

.partners__listing .partners__item img {
    height: 1.5625rem;
    opacity: 0.8
}

@media screen and (max-width:1200px) {
    .partners__listing .partners__item {
        padding: 0 3.75rem
    }
}

@media screen and (max-width:768px) {
    .partners__listing .partners__item {
        padding: 0
    }
}

@media screen and (max-width:480px) {
    .partners__listing .partners__item {
        padding: 0
    }
}

@media screen and (max-width:1024px) {
    .partners__listing {
        display: none
    }
}

.partners__link {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    display: none;
    color: #484645;
    text-align: center
}

.partners__link:after {
    content: "\203A";
    padding-left: .3125rem;
    vertical-align: .125rem
}

@media screen and (max-width:1024px) {
    .partners__link {
        display: block
    }
}

.case-studies {
    padding-bottom: 3.75rem
}

@media screen and (max-width:1260px) {
    .case-studies .g-content-container,
    .case-studies .icon-card__set {
        margin: 0 1.875rem
    }
}

.case-study__listing {
    list-style: none
}

.case-study__listing .case-study__item {
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

.case-study__listing .case-study__item .case-study__background {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.65;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: opacity 0.5s
}

.case-study__listing .case-study__item .case-study__logo {
    display: inline-block;
    vertical-align: middle;
    height: 8.4375rem;
    width: 17.1875rem;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s
}

@media screen and (max-width:375px) {
    .case-study__listing .case-study__item .case-study__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.case-study__listing .case-study__item figure {
    position: relative;
    overflow: hidden;
    height: 16.25rem;
    background: #222;
    text-align: center;
    cursor: pointer
}

@media screen and (min-width:768px) {
    .case-study__listing .case-study__item figure:hover .case-study__background {
        opacity: 0.4
    }
    .case-study__listing .case-study__item figure:hover .case-study__logo {
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%)
    }
    .case-study__listing .case-study__item figure:hover p,
    .case-study__listing .case-study__item figure:hover figcaption:before {
        opacity: 1
    }
}

.case-study__listing .case-study__item figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    z-index: 89;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.case-study__listing .case-study__item figcaption:before,
.case-study__listing .case-study__item figcaption:after {
    pointer-events: none
}

.case-study__listing .case-study__item figcaption div {
    height: 100%;
    width: 100%;
    color: #fff
}

.case-study__listing .case-study__item figcaption div:before,
.case-study__listing .case-study__item figcaption div:after {
    display: inline-block;
    content: "";
    height: 100%;
    width: 1%;
    vertical-align: middle
}

@media screen and (max-width:480px) {
    .case-study__listing .case-study__item figcaption div:before,
    .case-study__listing .case-study__item figcaption div:after {
        display: none
    }
}

.case-study__listing .case-study__item figcaption div p {
    margin: 0;
    padding: 0;
    position: relative;
    top: -30%;
    opacity: 0;
    transition: opacity 0.5s
}

.case-study__listing .case-study__item figcaption div .icon {
    color: #fff;
    margin-left: .5rem
}

.case-study__listing .case-study__item figcaption a {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer
}

.related-content .case-study__listing .case-study__item {
    margin-top: 0
}

.text-card {
    padding: 0 3.75rem 1.875rem 3.75rem;
    position: relative;
    text-align: left
}

@media (max-height:768px) {
    .text-card {
        padding: 1.125rem 1.875rem 1.125rem 3.75rem
    }
}

.text-card:before {
    background-color: #4a81d4;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 40px
}

@media (max-height:768px) {
    .text-card:before {
        top: 38px
    }
}

.text-card:last-child {
    margin-bottom: 0
}

.text-card h4 {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1rem
}

.modal-nav__modal {
    background-color: rgba(47, 46, 45, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1001
}

.modal-nav__modal h1 {
    font-size: 1.875rem
}

@media (min-height:700px) and (min-width:1024px) {
    .modal-nav__modal h1 {
        font-size: 2.5rem
    }
}

.modal-nav__modal p {
    font-size: .875rem
}

@media (min-height:500px) and (min-width:1024px) {
    .modal-nav__modal p {
        font-size: 1rem
    }
}

.modal-nav__modal .med__section {
    height: 80vh;
    float: left;
    min-height: 80vh;
    width: 80vw;
    position: relative
}

.modal-nav__modal .med__section .g-content-container,
.modal-nav__modal .med__section .icon-card__set {
    max-width: 38.125rem;
    width: 50%;
    background: rgba(4, 4, 4, 0.6);
    padding: 1.875rem
}

@media screen and (max-width:1024px) {
    .modal-nav__modal .med__section .g-content-container,
    .modal-nav__modal .med__section .icon-card__set {
        position: absolute;
        bottom: 3.75rem;
        right: 6.25rem;
        bottom: 1.875rem;
        max-width: 100%;
        padding: 3.75rem;
        right: 3.75rem;
        width: calc(100% - 120px)
    }
}

@media screen and (max-width:768px) {
    .modal-nav__modal .med__section .g-content-container,
    .modal-nav__modal .med__section .icon-card__set {
        right: 0;
        left: 0;
        padding: 1.25rem
    }
}

@media screen and (max-width:480px) {
    .modal-nav__modal .med__section .g-content-container p,
    .modal-nav__modal .med__section .icon-card__set p {
        display: none
    }
}

.modal-nav__modal-button {
    background-color: #484645;
    line-height: 1.25rem;
    padding: 1.25rem
}

.modal-nav__modal-button--back,
.modal-nav__modal-button--forward {
    position: absolute;
    top: auto;
    bottom: 0
}

.modal-nav__modal-button--back {
    left: 0
}

.modal-nav__modal-button--back .js-modal-nav__text-target {
    padding-left: .625rem
}

@media screen and (max-width:1024px) {
    .modal-nav__modal-button--back span.js-modal-nav__text-target {
        display: none
    }
}

.modal-nav__modal-button--forward {
    right: 0
}

.modal-nav__modal-button--forward .js-modal-nav__text-target {
    padding-right: .625rem
}

@media screen and (max-width:1024px) {
    .modal-nav__modal-button--forward span {
        display: none
    }
}

.modal-nav__modal-button--close {
    background-color: #4a81d4;
    position: absolute;
    top: calc(10vh - 10px);
    right: calc(10vw - 10px)
}

.modal-nav__modal-button a {
    color: #fff
}

.modal-nav__modal-button svg {
    display: inline-block;
    margin: 0;
    padding: 0
}

.modal-nav__modal-content-wrapper {
    height: 80vh;
    margin: 10vh 10vw;
    overflow: hidden;
    position: relative;
    width: 80vw
}

.modal-nav__nav-target-container {
    left: 0;
    position: relative;
    width: 400vw
}

.benefits {
    margin-bottom: 3.75rem;
    padding-top: 3.75rem
}

.benefits .rich-text__content {
    margin-bottom: 1.875rem
}

.benefits__listing {
    list-style: none
}

.benefits__listing .benefits__item {
    padding: 1.875rem 0
}

.benefits__listing .benefits__item p {
    margin: 0;
    padding: 0;
    padding: 0 2.5rem
}

.statistics {
    position: relative;
    margin-bottom: 6.25rem;
    background: #484645
}

.statistics:before,
.statistics:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 30%
}

.statistics:before {
    left: 0;
    background: #00a859
}

@media screen and (max-width:1024px) {
    .statistics:before {
        background: none
    }
}

.statistics:after {
    right: 0;
    background: #ffcc29
}

@media screen and (max-width:1024px) {
    .statistics:after {
        background: none
    }
}

@media screen and (max-width:1260px) {
    .statistics .g-content-container,
    .statistics .icon-card__set {
        margin: 0 1.875rem
    }
}

@media screen and (max-width:1024px) {
    .statistics .g-content-container,
    .statistics .icon-card__set {
        margin: 0
    }
}

.statistics__item {
    position: relative;
    z-index: 3;
    float: left;
    padding: 3.75rem 1.875rem;
    height: 17.25rem;
    width: 33.33333%;
    overflow: hidden
}

.statistics__item h5 {
    margin: 0;
    padding: 0;
    font-size: 1.5625rem;
    letter-spacing: .1875rem
}

@media screen and (max-width:1200px) {
    .statistics__item h5 {
        font-size: 1.4375rem
    }
}

@media screen and (max-width:480px) {
    .statistics__item h5 {
        font-size: 1.375rem
    }
}

@media screen and (max-width:320px) {
    .statistics__item h5 {
        font-size: 1.125rem
    }
}

.statistics__item p {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    line-height: 1
}

@media screen and (max-width:1024px) {
    .statistics__item {
        padding: 3.75rem 0;
        width: 100%;
        height: auto
    }
}

.statistics__item--content {
    position: relative
}

@media screen and (max-width:1024px) {
    .statistics__item--content {
        margin: 0 auto;
        width: 20rem
    }
}

@media screen and (max-width:320px) {
    .statistics__item--content {
        width: 16.25rem
    }
}

.statistics__employees {
    padding-left: 0;
    background: #00a859;
    text-align: right
}

.statistics__employees h5 {
    color: #4a6e25
}

.statistics__employees p {
    font-size: 7.6875rem
}

@media screen and (max-width:1200px) {
    .statistics__employees p {
        font-size: 7.1875rem
    }
}

@media screen and (max-width:1160px) {
    .statistics__employees p {
        font-size: 6.5625rem
    }
}

@media screen and (max-width:320px) {
    .statistics__employees p {
        font-size: 5.625rem
    }
}

.statistics__employees .box {
    position: absolute;
    top: 50%;
    left: .9375rem;
    margin-top: -4.21875rem;
    height: 6.4375rem;
    width: 8.4375rem;
}

.statistics__employees .box svg {
    position: relative;
    top: 50%;
    margin-top: -3.75rem;
    height: 6.5rem;
    width: 8.25rem;
    color: #679833
}

@media screen and (max-width:1200px) {
    .statistics__employees .box svg {
        margin-top: -3.59375rem;
        height: 5.1875rem;
        width: 7.9375rem
    }
}

@media screen and (max-width:1160px) {
    .statistics__employees .box svg {
        margin-top: -3.28125rem;
        height: 4.5625rem;
        width: 7.3125rem
    }
}

@media screen and (max-width:1024px) {
    .statistics__employees .box svg {
        margin-top: -3.4375rem;
        height: 5.875rem;
        width: 7.625rem
    }
}

@media screen and (max-width:320px) {
    .statistics__employees .box svg {
        margin-top: -2.4375rem;
        height: 4.875rem;
        width: 6.25rem
    }
}

@media screen and (max-width:1200px) {
    .statistics__employees .box {
        margin-top: -4.0625rem;
        height: 6.125rem;
        width: 8.125rem
    }
}

@media screen and (max-width:1024px) {
    .statistics__employees .box {
        left: 0;
        margin-top: -3.90625rem;
        height: 5.8125rem;
        width: 7.8125rem
    }
}

@media screen and (max-width:320px) {
    .statistics__employees .box {
        margin-top: -3.125rem;
        height: 4.25rem;
        width: 6.25rem
    }
}

.statistics__founded h5 {
    margin-bottom: 1.25rem;
    color: #2e787c
}

@media screen and (max-width:1160px) {
    .statistics__founded h5 {
        margin-bottom: .9375rem
    }
}

.statistics__founded p {
    font-size: 5.9375rem;
    letter-spacing: .1875rem
}

@media screen and (max-width:1160px) {
    .statistics__founded p {
        font-size: 5.8125rem;
        letter-spacing: .125rem
    }
}

@media screen and (max-width:320px) {
    .statistics__founded p {
        font-size: 4.75rem;
        letter-spacing: 0
    }
}

.statistics__founded hr {
    position: relative;
    display: block;
    height: .0625rem;
    width: 14.5rem;
    margin-bottom: .9375rem;
    background: rgba(255, 255, 255, 0.4);
    border: 0 none
}

.statistics__founded hr:after {
    position: absolute;
    top: .375rem;
    display: block;
    content: "";
    height: .0625rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.4)
}

@media screen and (max-width:1200px) {
    .statistics__founded hr {
        width: 13.75rem
    }
}

@media screen and (max-width:320px) {
    .statistics__founded hr {
        width: 11.0625rem
    }
}

.statistics__founded .flag {
    position: absolute;
    top: 0;
    right: 0
}

.statistics__founded .flag svg {
    color: #3c9ca1;
    width: 5.875rem
}

@media screen and (max-width:1245px) {
    .statistics__founded .flag svg {
        width: 5.3125rem
    }
}

@media screen and (max-width:1160px) {
    .statistics__founded .flag svg {
        width: 4.75rem
    }
}

@media screen and (max-width:1024px) {
    .statistics__founded .flag svg {
        width: 5.3125rem
    }
}

@media screen and (max-width:320px) {
    .statistics__founded .flag svg {
        width: 4.5rem
    }
}

@media screen and (max-width:320px) {
    .statistics__founded .flag {
        top: -.625rem
    }
}

.statistics__locations {
    padding-top: 3.125rem;
    padding-right: 0;
    background: #ffcc29
}

.statistics__locations .divider--top,
.statistics__locations .divider--bottom {
    position: relative;
    margin: 0;
    height: 1.25rem;
    width: 85%
}

.statistics__locations .divider--top hr,
.statistics__locations .divider--bottom hr {
    position: relative;
    top: 50%;
    display: block;
    float: right;
    height: .0625rem;
    width: 88%;
    background: rgba(255, 255, 255, 0.4);
    border: 0 none
}

.statistics__locations .divider--top svg,
.statistics__locations .divider--bottom svg {
    position: absolute;
    top: -.125rem;
    width: 1.875rem;
    height: 1.5625rem;
    color: #e84100;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg)
}

@media screen and (max-width:1160px) {
    .statistics__locations .divider--top,
    .statistics__locations .divider--bottom {
        width: 91%
    }
}

@media screen and (max-width:1024px) {
    .statistics__locations .divider--top,
    .statistics__locations .divider--bottom {
        width: 99%
    }
}

@media screen and (max-width:320px) {
    .statistics__locations .divider--top,
    .statistics__locations .divider--bottom {
        width: 100%
    }
}

.statistics__locations .divider--top {
    margin-bottom: .75rem
}

.statistics__locations .divider--top svg {
    left: 0;
    -webkit-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    transform: rotate(224deg)
}

.statistics__locations .divider--bottom {
    margin-top: .75rem
}

.statistics__locations .divider--bottom hr {
    float: left
}

.statistics__locations .divider--bottom svg {
    right: 0
}

.statistics__locations h5,
.statistics__locations span {
    color: #a62f00
}

@media screen and (max-width:1024px) {
    .statistics__locations h5 {
        font-size: 1.5625rem
    }
}

@media screen and (max-width:320px) {
    .statistics__locations h5 {
        font-size: 1.1875rem
    }
}

.statistics__locations p {
    margin-left: -.3125rem;
    font-size: 5rem
}

.statistics__locations p span {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    position: relative;
    top: -.875rem;
    font-size: 2.8125rem
}

@media screen and (max-width:320px) {
    .statistics__locations p span {
        top: -.5625rem;
        font-size: 2.5rem
    }
}

@media screen and (max-width:320px) {
    .statistics__locations p {
        font-size: 4.0625rem
    }
}

@media screen and (max-width:1024px) {
    .statistics__locations {
        text-align: center
    }
}

.team {
    margin-bottom: 3.75rem
}

@media screen and (max-width:1260px) {
    .team .g-content-container,
    .team .icon-card__set {
        margin: 0 1.875rem
    }
}

.team__listing {
    list-style: none
}

.team__listing .team__item {
    padding: 1.875rem 0
}

.team__listing .team__item img {
    margin-bottom: 1rem;
    width: 100%
}

.team__listing .team__item h6,
.team__listing .team__item p {
    margin: 0;
    padding: 0;
    line-height: 1.4
}

.team__listing .team__item p {
    font-size: 1.125rem
}

#detail--blog__social-float {
    display: block;
    position: absolute;
    margin-left: 30px;
    width: 50px;
    z-index: 0
}

@media only screen and (max-width:767px) {
    #detail--blog__social-float {
        background: #FFFFFF;
        bottom: 0;
        display: inline-block;
        margin: 0;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 999
    }
}

#detail--blog__social-float .social-float__icon {
    height: 42px !important;
    display: inline-block;
    padding: 3px 3px;
    position: relative;
    width: 42px !important
}

#detail--blog__social-float .social-float__icon:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@-moz-document url-prefix() {
    @media only screen and (max-width: 767px) {
        #detail--blog__social-float {
            margin-left: -100% !important
        }
    }
}

@media screen and (max-width:1260px) {
    .portfolio-map .g-content-container,
    .portfolio-map .icon-card__set {
        margin: 0 1.875rem
    }
}

@media screen and (max-width:768px) {
    .portfolio-map .g-content-container,
    .portfolio-map .icon-card__set {
        display: none
    }
}

.portfolio-map .map--clients {
    position: relative
}

.portfolio-map .map--clients .state-boundary {
    fill: #484645;
    stroke: #fff;
    stroke-width: 1px
}

.portfolio-map .map--clients #circles circle {
    fill: #484645;
    fill-opacity: 0.8;
    stroke: #fff
}

.portfolio-map .map--clients #circles circle.inactive {
    fill-opacity: 1;
    fill: #888;
    stroke-opacity: 1;
    stroke: #ccc
}

.portfolio-map .map--clients #circles circle.hover {
    fill: #00a859
}

.portfolio-map .map--clients #clusters circle {
    fill: #fff;
    fill-opacity: 0;
    stroke: none
}

.portfolio-map .map--clients .hover-tooltip {
    position: absolute;
    top: 0;
    display: none;
    text-align: center;
    pointer-events: none
}

pre code.hljs {
    padding: .9375rem;
    font-family: inherit;
    font-size: .8125rem;
    word-wrap: break-word
}

html.remodal-is-locked {
    overflow: hidden
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    background: rgba(34, 34, 34, 0.6);
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(34, 34, 34, 0.8)
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
    animation: remodal-overlay-opening-keyframes 0.3s
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
    animation: remodal-overlay-closing-keyframes 0.3s
}

.remodal {
    width: 100%;
    padding: 3.75rem;
    color: #fff;
    background: #2f2e2d;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-sizing: border-box
}

.remodal .button {
    color: #fff
}

@media screen and (max-width:480px) {
    .remodal {
        padding: 2.5rem .9375rem
    }
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation: remodal-opening-keyframes 0.3s;
    animation: remodal-opening-keyframes 0.3s
}

.remodal.remodal-is-closing {
    -webkit-animation: remodal-closing-keyframes 0.3s;
    animation: remodal-closing-keyframes 0.3s
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: .4375rem;
    right: .4375rem;
    display: block;
    overflow: visible;
    width: 1.8125rem;
    height: 1.8125rem;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #9d9b9d;
    border: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s
}

.remodal-close:hover,
.remodal-close:focus {
    color: #fff
}

.remodal-close:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.875rem;
    content: "\00d7";
    font-family: Arial, sans-serif !important;
    font-size: 3.125rem;
    line-height: 1.875rem;
    text-align: center
}

.remodal-confirm,
.remodal-cancel {
    display: inline-block;
    overflow: visible;
    vertical-align: middle;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: 0;
    transition: background 0.2s
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        opacity: 0;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes remodal-opening-keyframes {
    from {
        opacity: 0;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

@keyframes remodal-closing-keyframes {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

.item-list .pager {
    margin-bottom: 5rem
}

.item-list .pager li {
    margin: 0;
    padding: 0
}

.blog__signup {
    background-color: #fff;
    /*	background-image: url("/sites/all/themes/arede/assets/images/dot_bg-gray.svg"); /**/
    background-size: 3px auto;
    margin-top: 110px;
    max-height: 161px;
    padding: 34px 0 40px;
    transition: all .4s;
    width: 100%
}

@media screen and (max-width:1207px) {
    .blog__signup {
        max-height: 272px;
        padding: 32px 0 240px
    }
}

@media screen and (max-width:726px) {
    .blog__signup {
        max-height: 430px;
        padding: 36px 0 40px
    }
}

.hero+.content-top .blog__signup {
    margin-top: -60px
}

.node-type-article .blog__signup {
    margin-bottom: 1.25rem
}

form .signup__info,
form .signup__fullname,
form .signup__email,
form .signup__submit {
    display: inline-block;
    margin: 5px 10px;
    max-width: 313px;
    vertical-align: middle
}

form .signup__info {
    max-width: 270px;
    text-align: left
}

form .signup__info p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

@media screen and (max-width:1207px) {
    form .signup__info {
        display: block;
        margin: 0 auto;
        margin-bottom: 24px;
        max-width: none;
        text-align: center
    }
}

@media screen and (max-width:726px) {
    form .signup__info {
        max-width: 330px
    }
}

@media screen and (max-width:1207px) {
    form .signup__fullname,
    form .signup__email {
        display: inline-block;
        margin-bottom: 32px
    }
}

@media screen and (max-width:726px) {
    form .signup__fullname,
    form .signup__email {
        margin-top: 12px
    }
}

@media screen and (max-width:726px) {
    form .signup__email {
        margin-top: 8px
    }
}

@media screen and (max-width:1207px) {
    form .signup__submit {
        display: block;
        margin: 0 auto;
        margin-bottom: 6px;
        margin-top: 34px
    }
}

@media screen and (max-width:726px) {
    form .signup__submit {
        margin-bottom: 0;
        margin-top: 70px
    }
}

form .signup__label {
    display: block;
    margin: 0 auto
}

@media screen and (max-width:1207px) {
    form .signup__label {
        margin-top: -103px
    }
}

@media screen and (max-width:726px) {
    form .signup__label {
        margin-top: -138px;
        max-width: 314px;
        padding-bottom: 30px
    }
}

form .signup__label p {
    color: #9d9b9d;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 324px;
    text-align: left
}

@media screen and (max-width:1207px) {
    form .signup__label p {
        margin-bottom: 22px;
        margin-left: 0;
        text-align: center
    }
}

@media screen and (max-width:726px) {
    form .signup__label p {
        margin-bottom: 85px;
        margin-left: 0;
        text-align: center
    }
}

.signup__fullname input,
.signup__email input {
    background: #e1e1e1;
    border: 0;
    color: #484645;
    font-family: 'Exo 2';
    font-size: 14px;
    text-transform: uppercase
}

.signup__fullname input:focus,
.signup__email input:focus {
    background: #e1e1e1
}

.signup__fullname .input__field-error,
.signup__email .input__field-error {
    background: #ff0000
}

.signup__fullname .input__label-content,
.signup__email .input__label-content {
    color: #FFF
}

.signup__submit input {
    background: #FFF;
    border: 0;
    color: #000028;
    font-family: 'Exo 2';
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    border: .125rem solid #00a859;
    font-size: 16px;
    line-height: 34px;
    transition: all .4s;
    letter-spacing: .175rem;
    width: 151px
}

.signup__submit input:hover {
    background: #00a859;
    color: #fff
}

.signup__submit--error p {
    color: #ff0000;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    margin: 0 auto;
    margin-left: 280px;
    max-width: 500px
}

@media screen and (max-width:1207px) {
    .signup__submit--error {
        margin-top: -25px
    }
    .signup__submit--error p {
        margin: 0 auto;
        text-align: center
    }
}

@media screen and (max-width:727px) {
    .signup__submit--error p {
        margin: 0 auto;
        margin-bottom: 46px;
        margin-top: -117px;
        max-width: 310px;
        text-align: center
    }
}

.blog__signup--hide .signup__fullname,
.blog__signup--hide .signup__email,
.blog__signup--hide .signup__label,
.blog__signup--hide .signup__submit--error {
    display: none
}

.blog__signup--hide .signup__submit {
    margin-bottom: 0;
    margin-top: 0
}

.blog__signup--hide .signup__info {
    margin-bottom: 18px
}

@-moz-document url-prefix() {
    .signup__submit input {
        line-height: 38px
    }
}

@supports (overflow:-webkit-marquee) and ((-webkit-box-pack:inherit) or (justify-content:inherit)) {
    .signup__submit--error p {
        margin: 0 auto;
        margin-left: 267px;
        text-align: center
    }
    @media screen and (max-width:1207px) {
        .signup__submit--error p {
            margin: 0 auto
        }
    }
    @media screen and (max-width:727px) {
        .signup__submit--error p {
            margin: 0 auto;
            margin-bottom: 46px;
            margin-top: -117px;
            max-width: 310px;
            text-align: center
        }
    }
}

@supports (-ms-accelerator:true) {
    .signup__fullname .input__field-error,
    .signup__email .input__field-error {
        background: #ff3333
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .signup__fullname .input__field-error,
    .signup__email .input__field-error {
        background: #ff3333 \9
    }
}

.signup__fullname .input__field-error,
.signup__email .input__field-error {
    background: #ff3333 \9
}

.blog {
    text-align: center
}

@media screen and (max-width:1260px) {
    .blog .g-content-container,
    .blog .icon-card__set {
        margin: 0 1.875rem
    }
}

.orange-gradient {
    background: linear-gradient(133deg, #802400 0%, #fd5919 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.blog__sort {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    margin-bottom: 1.875rem;
    font-size: .9375rem;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .09375rem
}

.blog__sort .blog__sort-options {
    float: right;
    list-style: none
}

.blog__sort .blog__sort-options li {
    display: inline-block
}

.blog__sort .blog__sort-options li:nth-child(2):after {
    content: "|";
    margin: 0 .625rem 0 .9375rem
}

.blog__sort .blog__sort-option {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding-right: 1rem
}

.blog__sort .blog__sort-option:before,
.blog__sort .blog__sort-option:after {
    position: absolute;
    right: 0;
    content: "";
    border: .3125rem solid transparent;
    height: 0;
    width: 0
}

.blog__sort .blog__sort-option:before {
    border-top: none;
    border-bottom: .3125rem solid #484645;
    bottom: 56%
}

.blog__sort .blog__sort-option:after {
    border-bottom: none;
    border-top: .3125rem solid #484645;
    top: 56%
}

.blog__sort .blog__sort-option--is-ascending:before {
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-bottom: .5rem solid #00a859;
    bottom: 35%
}

.blog__sort .blog__sort-option--is-ascending:after {
    border: none
}

.blog__sort .blog__sort-option--is-descending:before {
    border: none
}

.blog__sort .blog__sort-option--is-descending:after {
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-top: .5rem solid #00a859;
    top: 35%
}

.blog__listing {
    margin-bottom: 2.5rem;
    text-align: center
}

.blog__listing .blog__item {
    position: relative;
    display: block;
    margin-top: -.1875rem;
    transition: all 0.35s ease-out
}

.blog__listing .blog__item:hover {
    background: rgba(82, 185, 190, 0.2)
}

.blog__listing .blog__item:hover .media-object,
.blog__listing .blog__item:hover+.blog__item .media-object {
    background-image: none
}

.blog__listing .blog__item>a {
    position: absolute;
    z-index: 88;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.blog__listing .blog__item h3 {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    line-height: 1.4
}

.blog__listing .blog__item .media-object {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3.125rem 0;
    /*	background-image: url("/sites/all/themes/arede/assets/images/dot_border-light.svg");/**/
    background-size: 3px auto;
    background-repeat: repeat-x
}

.blog__listing .blog__item .media-object::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:1260px) {
    .blog__listing .blog__item .media-object {
        margin: 0 1.875rem
    }
}

.nav h3 {
    display: none
}

@media screen and (max-width:480px) {
    .nav {
        background-color: #000028;
        margin-top: -3.75rem
    }
    .nav h3 {
        font-family: 'Exo 2';
        font-weight: 700;
        font-style: normal;
        color: #fff;
        font-size: .875rem;
        text-transform: uppercase;
        letter-spacing: .125rem;
        transition: all 0.4s;
        display: block;
        cursor: pointer;
        margin: 0;
        padding: 1.875rem;
        /*	background-image: url("/sites/all/themes/arede/assets/images/blog/icon-chevron.png");/**/
        background-repeat: no-repeat;
        background-position: right 1.5625rem center;
        border-bottom: .0625rem solid #292826
    }
    .nav h3.open {
        /*	background-image: url("/sites/all/themes/arede/assets/images/blog/icon-chevron-up.png")/**/
    }
}

.nav--tertiary {
    text-align: center;
    margin-bottom: 2.5rem
}

@media screen and (max-width:480px) {
    .nav--tertiary {
        text-align: left;
        border-top: .0625rem solid #646362
    }
}

@media screen and (max-width:480px) {
    .nav--tertiary--taxonomy {
        display: none;
        padding: 1.875rem
    }
}

.nav--tertiary--taxonomy li {
    display: inline-block;
    margin: 0 1.25rem 1.25rem 0
}

@media screen and (max-width:480px) {
    .nav--tertiary--taxonomy li {
        display: block
    }
    .nav--tertiary--taxonomy li a {
        font-family: 'Exo 2';
        font-weight: 700;
        font-style: normal;
        color: #fff;
        font-size: .875rem;
        text-transform: uppercase;
        letter-spacing: .125rem;
        transition: all 0.4s
    }
    .nav--tertiary--taxonomy li a.active {
        color: #00a859
    }
}

.nav--tertiary--taxonomy li .button {
    font-size: .75rem
}

.nav--tertiary--taxonomy li .button.active {
    background: #00a859;
    color: #fff
}

.nav--tertiary--taxonomy li .button.in-active {
    background: #fff;
    color: #000
}

.nav--tertiary--taxonomy li .button.in-active:hover {
    background: #00a859;
    color: #fff
}

.view-pi-listing .g-content-container,
.view-pi-listing .icon-card__set {
    margin: 0 1.875rem
}

.view-pi-listing .g-3-up ul.media-object__meta {
    margin-bottom: 0;
    margin-top: .9375rem
}

.view-pi-listing .g-3-up ul.media-object__meta li {
    font-size: .75rem;
    font-weight: 600
}

.view-pi-listing .g-3-up .title h5 {
    color: #484645;
    transition: all 0.4s;
    font-size: 1.25rem;
    font-family: 'Exo 2';
    font-weight: normal;
    padding-top: 0
}

.view-pi-listing .g-3-up .title h5:hover {
    color: #00a859
}

.view-pi-listing .g-3-up .field-name-body p {
    font-size: .875rem;
    font-weight: normal
}

.detail {
    margin-bottom: 3.75rem;
    padding-top: 11.25rem
}

.detail.detail--capabilities {
    padding-top: 0
}

.content-top+.detail {
    padding-top: 0
}

.detail--blog__title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%;
    margin-bottom: 2.5rem
}

.detail--blog__title:last-child {
    margin-right: 0
}

.detail--blog__title h1 {
    font-size: 2.875rem
}

@media screen and (max-width:480px) {
    .detail--blog__title h1 {
        font-size: 2.5rem
    }
}

@media screen and (max-width:1024px) {
    .detail--blog__title {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 74.10533%;
        margin-left: 12.94733%
    }
    .detail--blog__title:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .detail--blog__title {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 82.52847%;
        margin-left: 8.73576%
    }
    .detail--blog__title:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .detail--blog__title {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%;
        margin-left: 0%;
        padding: 0 1.875rem
    }
    .detail--blog__title:last-child {
        margin-right: 0
    }
}

.detail--blog__content,
.detail--capabilities__content,
.detail--career__content,
.node-page.full {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%
}

.detail--blog__content:last-child,
.detail--capabilities__content:last-child,
.detail--career__content:last-child,
.node-page.full:last-child {
    margin-right: 0
}

@media screen and (max-width:1024px) {
    .detail--blog__content,
    .detail--capabilities__content,
    .detail--career__content,
    .node-page.full {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 74.10533%;
        margin-left: 12.94733%
    }
    .detail--blog__content:last-child,
    .detail--capabilities__content:last-child,
    .detail--career__content:last-child,
    .node-page.full:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .detail--blog__content,
    .detail--capabilities__content,
    .detail--career__content,
    .node-page.full {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 82.52847%;
        margin-left: 8.73576%
    }
    .detail--blog__content:last-child,
    .detail--capabilities__content:last-child,
    .detail--career__content:last-child,
    .node-page.full:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .detail--blog__content,
    .detail--capabilities__content,
    .detail--career__content,
    .node-page.full {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%;
        margin-left: 0%;
        padding: 0 1.875rem
    }
    .detail--blog__content:last-child,
    .detail--capabilities__content:last-child,
    .detail--career__content:last-child,
    .node-page.full:last-child {
        margin-right: 0
    }
}

.detail--blog__content .rich-text__content h2,
.detail--blog__content .rich-text__content h3,
.detail--blog__content .rich-text__content h4,
.detail--blog__content .rich-text__content h5 {
    padding-top: 1.875rem;
    margin-bottom: .5rem;
    line-height: 1.2
}

.detail--blog__content .rich-text__content h2 {
    font-size: 2.625rem
}

@media screen and (max-width:768px) {
    .detail--blog__content .rich-text__content h2 {
        font-size: 2.25rem
    }
}

@media screen and (max-width:480px) {
    .detail--blog__content .rich-text__content h2 {
        font-size: 1.875rem
    }
}

.detail--blog__content .rich-text__content h3 {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal;
    font-size: 1.875rem;
    letter-spacing: .01875rem
}

.detail--blog__content .rich-text__content h3 a {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal
}

@media screen and (max-width:480px) {
    .detail--blog__content .rich-text__content h3 {
        font-size: 1.5rem
    }
}

.detail--blog__content .rich-text__content h4 {
    font-size: 1.625rem
}

@media screen and (max-width:480px) {
    .detail--blog__content .rich-text__content h4 {
        font-size: 1.125rem
    }
}

.detail--blog__content .rich-text__content ul,
.detail--blog__content .rich-text__content ol {
    padding: 0 0 0 2.5rem
}

@media screen and (max-width:480px) {
    .detail--blog__content .rich-text__content ul,
    .detail--blog__content .rich-text__content ol {
        padding-left: .625rem
    }
}

.detail--blog__meta,
.detail--blog__tags {
    display: inline-block;
    list-style: none
}

.detail--blog__meta li,
.detail--blog__tags li {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    color: #9d9b9d;
    font-size: .9375rem;
    text-transform: uppercase;
    letter-spacing: .09375rem
}

.detail--blog__meta a,
.detail--blog__tags a {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal
}

.detail--blog__meta li+li:before {
    content: "|";
    margin: 0 .625rem
}

@media screen and (max-width:480px) {
    .detail--blog__meta li+li:before {
        content: "";
        margin: 0
    }
}

@media screen and (max-width:480px) {
    .detail--blog__meta li {
        display: block
    }
}

.detail--blog__tags {
    margin-bottom: 2.5rem;
    padding-top: 1.25rem
}

.detail--blog__tags li {
    margin-right: .3125rem
}

.detail--blog__tags li:first-child {
    margin-right: .625rem
}

.detail--blog__tags li:last-child a:after {
    content: ""
}

.detail--blog__tags a {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding: .3125rem 0
}

.detail--blog__tags a:after {
    content: ","
}

@media screen and (min-width:768px) {
    .detail--blog__tags a:before {
        position: absolute;
        top: 100%;
        left: 0;
        content: "";
        height: .1875rem;
        width: 100%;
        opacity: 0;
        background: rgba(34, 34, 34, 0.15);
        -webkit-transform: translateY(.5rem);
        -ms-transform: translateY(.5rem);
        transform: translateY(.5rem);
        transition: -webkit-transform 0.4s, opacity 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s
    }
    .detail--blog__tags a:hover:before,
    .detail--blog__tags a:focus:before {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (max-width:480px) {
    .detail--blog__tags {
        width: 100%;
        text-align: center
    }
}

.detail--blog__subscribe {
    margin-bottom: 1.875rem;
    padding: 1.875rem;
    background: #e9f0f3;
    text-align: center
}

.detail--blog__subscribe a {
    font-family: 'Exo 2';
    font-weight: 700;
    font-style: normal
}

@media screen and (max-width:1260px) {
    .node-portfolio.full .g-content-container,
    .node-portfolio.full .icon-card__set {
        margin: 0 1.875rem
    }
}

@media screen and (max-width:1260px) {
    .careers .g-content-container,
    .careers .icon-card__set {
        margin: 0 1.875rem
    }
}

.careers .component-header {
    margin-bottom: .125rem
}

.careers__listing {
    margin-bottom: 2.5rem;
    text-align: center
}

.careers__listing .careers__item {
    position: relative;
    display: block;
    margin-top: -.125rem;
    transition: all 0.35s ease-out
}

.careers__listing .careers__item:hover {
    background: rgba(82, 185, 190, 0.2)
}

.careers__listing .careers__item:hover .media-object,
.careers__listing .careers__item:hover+.careers__item .media-object {
    background-image: none
}

.careers__listing .careers__item>a {
    position: absolute;
    z-index: 89;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.careers__listing .careers__item h3 {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    line-height: 1.4
}

.careers__listing .careers__item .media-object {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding: 3.125rem 0;
    transition: all 0.5s
}

.careers__listing .careers__item .media-object::after {
    clear: both;
    content: "";
    display: table
}

.careers__listing .careers__item+li .media-object {
    /*	background-image: url("/sites/all/themes/arede/assets/images/dot_border-light.svg"); /**/
    background-size: 3px auto;
    background-repeat: repeat-x
}

.contact {
    padding-top: 11.25rem;
    padding-bottom: 5rem;
    margin-bottom: 0;
    background: #2f2e2d;
    color: #fff
}

.contact hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.contact+.footer {
    padding-top: 0
}

.contact__form {
    text-align: center
}

.contact__form form {
    padding-top: 1.875rem
}

.contact__form .form__interests {
    /*margin-bottom: 1.25rem;
    padding-top:.9375rem;*/
    text-align: left
}

.contact__form .form__interests h6 {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: .875rem;
    letter-spacing: .125rem
}

.contact__form .form__interests h6:first-child {
    font-size: 1rem;
    margin-bottom: .625rem
}

.contact__form .form__interests ul {
    padding-top: 1.25rem;
    /*margin-bottom: 1.25rem*/
}

.contact__form .form__interests ul::after {
    clear: both;
    content: "";
    display: table
}

.contact__form .form__interests ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 1.875rem;
    white-space: nowrap
}

.contact__form .form__interests ul li:last-child {
    margin-right: 0
}

.contact__form .form__interests ul li:nth-child(3n) {
    margin-right: 0
}

.contact__form .form__interests ul li:nth-child(3n+1) {
    clear: left
}

@media screen and (max-width:1200px) {
    .contact__form .form__interests ul li {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%
    }
    .contact__form .form__interests ul li:nth-child(3n) {
        margin-right: 3.57866%
    }
    .contact__form .form__interests ul li:nth-child(3n+1) {
        clear: none
    }
    .contact__form .form__interests ul li:last-child {
        margin-right: 0
    }
    .contact__form .form__interests ul li:nth-child(2n) {
        margin-right: 0
    }
    .contact__form .form__interests ul li:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width:768px) {
    .contact__form .form__interests ul li {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 100%
    }
    .contact__form .form__interests ul li:nth-child(2n) {
        margin-right: 4.82916%
    }
    .contact__form .form__interests ul li:nth-child(2n+1) {
        clear: none
    }
    .contact__form .form__interests ul li:last-child {
        margin-right: 0
    }
}

.contact__form .button {
    color: #000028;
}

.node-type-campaign .button.button--orange {
    color: #00a859
}

.node-type-campaign .button.button--orange:hover {
    color: #fff
}

@media (max-width:340px) {
    .node-type-campaign .header__content .logo__text {
        display: none
    }
}

@media screen and (max-width:840px) {
    .node-type-campaign .header__content .nav--primary {
        display: inline-block
    }
}

@media screen and (max-width:480px) {
    .node-type-campaign .header__content {
        margin: 0 10px
    }
    .node-type-campaign .header__content .nav--primary {
        display: inline-block
    }
    .node-type-campaign .header__content .nav--primary li a.button {
        font-size: .875rem;
        padding: 10px 15px
    }
    .node-type-campaign .header__content .logo__emblem {
        width: 1.5625rem
    }
    .node-type-campaign .header__content .logo__text {
        width: 6.875rem
    }
}

.med {
    font-size: 18px;
    overflow: hidden
}

.med .tabs.primary {
    position: relative
}

.med .block-webform .g-6 {
    width: 100%
}

.med .block-webform .g-f6_f {
    width: 100%
}

.med .block-webform .g-f6_4f {
    width: 100%
}

.med .partners {
    position: relative
}

@media screen and (max-width:1024px) {
    .med .partners h6,
    .med .partners .partners__listing {
        display: block
    }
}

.med .partners h6 {
    display: block
}

@media screen and (max-width:768px) {
    .med .partners .partners__listing .partners__item {
        margin-bottom: 1.5em
    }
    .med .partners .partners__listing .partners__item img {
        margin: 0 auto
    }
}

.med .partners .partners__listing .partners__item:last-child {
    border-left: 0
}

.med .partners .partners__listing .partners__item img {
    height: 100%;
    opacity: 1
}

.med .contact {
    float: left;
    position: relative;
    padding: 1.875rem;
    display: block
}

.med:after {
    content: "small";
    display: none;
    height: 0;
    width: 0
}

@media (min-height:500px) and (min-width:769px) {
    .med:after {
        content: "medium"
    }
}

@media (min-height:700px) and (min-width:1025px) {
    .med:after {
        content: "large"
    }
}

.med p {
    font-size: 1.125rem
}

@media (max-height:768px) {
    .med p {
        font-size: 1rem
    }
}

@media screen and (max-width:480px) {
    .med p {
        font-size: 1rem
    }
}

.med+.footer.footer--top {
    padding-top: 0
}

.med h1 {
    font-size: 3.75rem;
    margin-bottom: 1.875rem
}

@media (max-height:768px) {
    .med h1 {
        font-size: 2.5rem;
        margin-bottom: 1.25rem
    }
}

@media screen and (max-width:480px) {
    .med h1 {
        font-size: 1.875rem
    }
}

.med h2 {
    line-height: 3.75rem
}

@media (max-height:768px) {
    .med h2 {
        font-size: 2.5rem;
        line-height: 3.125rem
    }
}

.med h6 {
    color: #9d9b9d;
    margin-bottom: 1.75rem
}

@media (max-height:768px) {
    .med h6 {
        font-size: 1rem
    }
}

.med__add-bottom-buffer-space {
    margin-bottom: 2.5rem;
    margin-top: .3125rem
}

@media screen and (max-width:768px) {
    .med__add-bottom-buffer-space {
        margin-bottom: 2.5rem;
        margin-top: 3.125rem
    }
}

@media screen and (max-width:480px) {
    .med__add-bottom-buffer-space {
        margin-bottom: 2.5rem;
        margin-top: 3.125rem
    }
}

.med__button-spacer {
    padding: 100px 0;
    margin: 0 40px 0 0
}

.med__button-spacer:last-child {
    margin-right: 0
}

@media (max-height:768px) {
    .med__button-spacer {
        padding: 75px 0
    }
}

@media screen and (max-width:480px) {
    .med__button-spacer {
        padding: 40px 0
    }
}

.med__button-spacer h6 {
    margin-bottom: 0;
    padding-top: 0
}

.med__button {
    border: 2px solid #4a81d4;
    color: #4a81d4;
    display: block;
    font-size: 1.75rem;
    margin: 0 1.25rem;
    padding: 1.875rem;
    position: relative;
    transition: background-color 0.5s, color 0.5s;
    width: 16.25rem
}

@media screen and (max-width:768px) {
    .med__button {
        display: inline-block;
        font-size: 1.25rem;
        margin-bottom: .625rem;
        padding: 1.25rem;
        width: 12.5rem
    }
}

.med__button:hover {
    background-color: #4a81d4;
    color: #fff
}

.med__button.is-active {
    background-color: #4a81d4;
    color: #fff
}

.med__button.is-active:after {
    content: "";
    border-top: 10px solid #4a81d4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 5px)
}

@media screen and (max-width:768px) {
    .med__button.is-active:after {
        display: none
    }
}

.med___floating-nav {
    display: none;
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 1000
}

@media (min-height:500px) and (min-width:769px) {
    .med___floating-nav {
        display: block
    }
}

.med___floating-nav li {
    background-color: #7aa5fd;
    border: 2px solid #7aa5fd;
    border-radius: 50%;
    height: 13px;
    list-style-type: none;
    margin-bottom: 10px;
    transition: opacity 0.25s;
    width: 13px
}

.med___floating-nav li.is-active {
    opacity: 0.5
}

.med__half-width-with-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    width: 50%
}

@media screen and (max-width:480px) {
    .med__half-width-with-image {
        background-size: contain;
        height: 50vh;
        width: 100%
    }
}

.med__section {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0;
    min-height: 100vh;
    width: 100%;
    padding: 6rem 0;
    position: relative
}

.no-flexbox .med__section {
    display: table;
    vertical-align: middle
}

.no-flexbox .med__section>div {
    display: table-cell
}

@media screen and (max-width:1200px) {
    .med__section {
        padding: 6rem 2rem
    }
}

@media screen and (max-width:480px) {
    .med__section {
        padding: 1rem;
        margin: 0
    }
}

@media (min-height:700px) and (min-width:1025px) {
    .med__section {
        height: 100vh
    }
}

.med__section--bicolor {
    background-color: #4a81d4;
    color: #fff;
    position: relative
}

@media screen and (max-width:480px) {
    .med__section--bicolor {
        padding: 3rem 1rem;
        margin-bottom: 0
    }
}

@media (min-width:769px) {
    .med__section--bicolor:before {
        background-color: #285990;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%
    }
}

.med__section--bicolor .button {
    text-align: center
}

.med__section--bicolor a {
    color: #fff
}

.med__section--bicolor h6 {
    color: #fff;
    opacity: 0.6
}

.med__section--bicolor li {
    font-size: 1.125rem;
    line-height: 2.5rem;
    list-style-type: none;
    margin: 0 0 1.125rem 2.5rem;
    position: relative
}

.med__section--bicolor li:before {
    color: #fff;
    content: ".";
    display: block;
    line-height: 0;
    position: absolute;
    top: 15px;
    left: -2.0rem;
    z-index: 1
}

.med__section--bicolor svg {
    fill: #fff;
    stroke: #fff
}

.med__section--blue-bg {
    background-color: #4a81d4;
    background-size: cover;
    color: #fff;
    height: 120vh;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:480px) {
    .med__section--blue-bg {
        height: auto;
        overflow: visible;
        margin-bottom: 0
    }
}

.med__section--blue-bg>div {
    margin-top: -25vh
}

@media screen and (max-width:480px) {
    .med__section--blue-bg>div {
        margin-top: 1.25rem
    }
}

.med__section--blue-bg:after {
    border-left: 100vw solid transparent;
    border-bottom: 50vh solid white;
    content: "";
    display: block;
    height: 50vh;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

@media screen and (max-width:480px) {
    .med__section--blue-bg:after {
        display: none
    }
}

.med__section--blue-bg h1 {
    font-size: 4rem;
    line-height: 4.8125rem
}

@media screen and (max-width:1024px) {
    .med__section--blue-bg h1 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media screen and (max-width:768px) {
    .med__section--blue-bg h1 {
        font-size: 2.25rem;
        line-height: 2.8125rem
    }
}

.med__section--blue-bg p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem
}

@media screen and (max-width:1024px) {
    .med__section--blue-bg p {
        font-size: .875rem;
        line-height: 1.375rem
    }
}

.med__section--centered {
    text-align: center
}

.med__section--white-text h1,
.med__section--white-text h2,
.med__section--white-text h3,
.med__section--white-text h4,
.med__section--white-text h5,
.med__section--white-text h6,
.med__section--white-text p {
    color: #fff
}

.med__section--white-text p {
    font-weight: 400
}

.med__section--diagonal {
    background-color: transparent;
    position: relative
}

.med__section--diagonal:after {
    border-left: 100vw solid transparent;
    border-bottom: 50vh solid white;
    content: "";
    display: block;
    height: 50vh;
    position: absolute;
    right: 0;
    top: -50vh;
    width: 100%
}

@media screen and (max-width:480px) {
    .med__section--diagonal:after {
        display: none
    }
}

.med__section--diagonal:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.med__section--diagonal div {
    z-index: 2
}

.med__section--hide-mobile {
    display: block
}

@media screen and (max-width:768px) {
    .med__section--hide-mobile {
        display: none
    }
}

.med__section--margined {
    height: auto;
    width: 100%
}

@media (min-height:500px) and (min-width:1025px) {
    .med__section--margined {
        height: 80vh;
        margin: 10vh auto;
        width: 80vw
    }
}

.med__section--overlay {
    background-size: cover;
    color: #fff
}

.med__section--overlay h6 {
    color: white
}

@media screen and (max-width:480px) {
    .med__section--overlay h6 {
        font-size: .8rem
    }
}

@media screen and (max-width:480px) {
    .med__section--overlay h1 {
        font-size: 1.275rem
    }
}

.med__section--overlay p {
    font-weight: 400
}

.med__section .g-content-container,
.med__section .icon-card__set {
    width: 100%
}

.med__section p {
    margin: 0 auto 1.875rem auto;
    max-width: 56.25rem
}

.med__tabset {
    margin-bottom: 5em
}

.med__tabtargets {
    position: relative
}

.med .med__tab {
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity 0.5s;
    opacity: 0;
    display: none
}

.med .med__tab.is-active {
    position: static;
    opacity: 1;
    display: block
}

.med__two-up {
    display: block;
    width: 100%
}

.med__two-up--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.med__two-up--vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-height:500px) and (min-width:769px) {
    .med__two-up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .no-flexbox .med__two-up {
        display: table;
        vertical-align: middle
    }
    .no-flexbox .med__two-up>div {
        display: table-cell
    }
    .med__two-up>div {
        max-width: 43%;
        width: 43%
    }
    .med__two-up>div:first-child {
        margin-right: 4%
    }
    .med__section--bicolor .med__two-up>div {
        width: 40%
    }
    .med__section--bicolor .med__two-up>div:first-child {
        margin-right: 15%
    }
    .med__two-up--reverse>div:first-child {
        margin-left: 4%;
        margin-right: 0
    }
    .med__section--bicolor .med__two-up--reverse>div:first-child {
        margin-left: 20%;
        margin-right: 0
    }
}

.med+.footer {
    position: relative
}

.med+.footer+footer {
    position: relative
}

.scroll-magic__sail-in {
    position: relative;
    z-index: 10
}

@media screen and (max-width:768px) {
    .scroll-magic__sail-in {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem
    }
}

.scroll-magic__sail-in-items-wrapper {
    position: relative
}

.scroll-magic__sail-in-items {
    height: 0;
    width: 0
}

.no-flexbox .scroll-magic__sail-in-items {
    display: none
}

.scroll-magic__sail-in-items .scroll-magic__sail-in-item {
    position: absolute;
    transition: top 1s ease-in-out 0.5s, left 1s ease-in-out 1.5s, -webkit-transform 1s ease-in-out 1.5s;
    transition: top 1s ease-in-out 0.5s, left 1s ease-in-out 1.5s, transform 1s ease-in-out 1.5s;
    transition: top 1s ease-in-out 0.5s, left 1s ease-in-out 1.5s, transform 1s ease-in-out 1.5s, -webkit-transform 1s ease-in-out 1.5s;
    z-index: -1;
    height: 60%
}

@media screen and (max-width:768px) {
    .scroll-magic__sail-in-items .scroll-magic__sail-in-item {
        height: 35%
    }
}

.scroll-magic__sail-in-items .scroll-magic__sail-in-item--top-left {
    top: -400px;
    left: -1800px;
    transition: top 2.5s ease-in-out -1s, left 2.5s ease-in-out -1.2s, -webkit-transform 2.0s ease-in-out 0.0s;
    transition: top 2.5s ease-in-out -1s, left 2.5s ease-in-out -1.2s, transform 2.0s ease-in-out 0.0s;
    transition: top 2.5s ease-in-out -1s, left 2.5s ease-in-out -1.2s, transform 2.0s ease-in-out 0.0s, -webkit-transform 2.0s ease-in-out 0.0s
}

@media screen and (max-width:768px) {
    .scroll-magic__sail-in-items .scroll-magic__sail-in-item--top-left {
        top: 120%;
        left: -1800px
    }
}

.scroll-magic__sail-in-items .scroll-magic__sail-in-item--top-right {
    top: -250px;
    right: -1440px;
    transition: top 2.5s ease-in-out -1.0s, right 2.5s ease-in-out -1.2s, -webkit-transform 2.5s ease-in-out 0s;
    transition: top 2.5s ease-in-out -1.0s, right 2.5s ease-in-out -1.2s, transform 2.5s ease-in-out 0s;
    transition: top 2.5s ease-in-out -1.0s, right 2.5s ease-in-out -1.2s, transform 2.5s ease-in-out 0s, -webkit-transform 2.5s ease-in-out 0s
}

.scroll-magic__sail-in-items .scroll-magic__sail-in-item--bottom-left {
    bottom: -600px;
    left: -1320px;
    transition: bottom 0.5s ease-in-out 0.5s, left 0.5s ease-in-out 0.5s, -webkit-transform 1.4s ease-in-out 0.5s;
    transition: bottom 0.5s ease-in-out 0.5s, left 0.5s ease-in-out 0.5s, transform 1.4s ease-in-out 0.5s;
    transition: bottom 0.5s ease-in-out 0.5s, left 0.5s ease-in-out 0.5s, transform 1.4s ease-in-out 0.5s, -webkit-transform 1.4s ease-in-out 0.5s
}

.scroll-magic__sail-in-items .scroll-magic__sail-in-item--bottom-right {
    bottom: -500px;
    right: -1200px;
    transition: bottom 0.5s ease-in-out 0.5s, right 0.5s ease-in-out 0.5s, -webkit-transform 1.4s ease-in-out 0.5s;
    transition: bottom 0.5s ease-in-out 0.5s, right 0.5s ease-in-out 0.5s, transform 1.4s ease-in-out 0.5s;
    transition: bottom 0.5s ease-in-out 0.5s, right 0.5s ease-in-out 0.5s, transform 1.4s ease-in-out 0.5s, -webkit-transform 1.4s ease-in-out 0.5s
}

.is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--top-left {
    top: -70px;
    left: -70px
}

@media screen and (max-width:1024px) {
    .is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--top-left {
        top: -122px;
        left: -75px
    }
}

@media screen and (max-width:768px) {
    .is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--top-left {
        top: 95%;
        left: 50%;
        margin-left: -120px
    }
}

.is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--top-right {
    top: -60px;
    right: -50px
}

@media screen and (max-width:1024px) {
    .is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--top-right {
        top: -120px;
        right: -80px
    }
}

@media screen and (max-width:768px) {
    .is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--top-right {
        top: -210px;
        right: 50%;
        margin-right: -80px;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

.is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--bottom-left {
    bottom: -200px;
    left: -30px;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg)
}

@media screen and (max-width:1024px) {
    .is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--bottom-left {
        bottom: -220px;
        left: -90px;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

@media screen and (max-width:768px) {
    .is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--bottom-left {
        display: none;
        bottom: -190px;
        left: -100px;
        -webkit-transform: rotate(32deg);
        -ms-transform: rotate(32deg);
        transform: rotate(32deg)
    }
}

.is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--bottom-right {
    bottom: -230px;
    right: -40px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

@media screen and (max-width:1024px) {
    .is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--bottom-right {
        bottom: -230px;
        right: -50px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@media screen and (max-width:768px) {
    .is-active .scroll-magic__sail-in-items .scroll-magic__sail-in-item--bottom-right {
        display: none;
        bottom: -200px;
        right: -40px;
        -webkit-transform: rotate(-36deg);
        -ms-transform: rotate(-36deg);
        transform: rotate(-36deg)
    }
}

.view-devblog-article {
    margin-top: -3.75rem;
    border-left: 1px solid #e7e7e7
}

@media screen and (min-width:840px) {
    .view-devblog-article .devblog-search-header {
        padding: 3.75rem 0 3.75rem 3.75rem
    }
}

.view-devblog-article .devblog-search-header .view-header {
    color: #9a9490;
    font-size: 1rem;
    padding-top: .5rem
}

@media screen and (max-width:840px) {
    .view-devblog-article .devblog-search-header .view-header {
        padding: 1.25rem 1.875rem 1.875rem 1.875rem
    }
}

@media (min-width:840px) and (max-width:1260px) {
    .view-devblog-article .devblog-search-header {
        margin: 0 1.875rem
    }
}

@media screen and (max-width:840px) {
    #views-exposed-form-devblog-article-block-1 {
        margin-top: -4.25rem
    }
}

#views-exposed-form-devblog-article-block-1 .form-type-textfield {
    position: relative
}

#views-exposed-form-devblog-article-block-1 .form-type-textfield .cleartext {
    /*	background-image: url(/sites/all/themes/arede/assets/images/blog/textclear.png);/**/
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1.25rem;
    top: 1rem
}

#views-exposed-form-devblog-article-block-1 #edit-search-api-views-fulltext-wrapper,
#views-exposed-form-devblog-article-block-1 #edit-search-wrapper {
    width: 84%;
    position: relative;
    padding-right: 0
}

@media screen and (max-width:840px) {
    #views-exposed-form-devblog-article-block-1 #edit-search-api-views-fulltext-wrapper,
    #views-exposed-form-devblog-article-block-1 #edit-search-wrapper {
        padding: 0;
        width: 100%
    }
}

#views-exposed-form-devblog-article-block-1 #edit-search-api-views-fulltext-wrapper label,
#views-exposed-form-devblog-article-block-1 #edit-search-wrapper label {
    position: absolute;
    top: 30px;
    z-index: 2;
    /*	background-image: url(/sites/all/themes/arede/assets/images/blog/devblog-mag.png);/**/
    background-repeat: no-repeat;
    text-indent: -9999px;
    left: 20px
}

@media screen and (max-width:840px) {
    #views-exposed-form-devblog-article-block-1 #edit-search-api-views-fulltext-wrapper label,
    #views-exposed-form-devblog-article-block-1 #edit-search-wrapper label {
        top: 24px
    }
}

#views-exposed-form-devblog-article-block-1 #edit-search-api-views-fulltext,
#views-exposed-form-devblog-article-block-1 #edit-search {
    background: #eeeeee;
    border: 0;
    height: 4rem;
    width: 100%;
    padding-left: 3.75rem
}

#views-exposed-form-devblog-article-block-1 .views-submit-button {
    padding-right: 0
}

#views-exposed-form-devblog-article-block-1 .views-submit-button #edit-submit-devblog-article {
    height: 4rem;
    width: 100%;
    background: #484645;
    border: 0;
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
    webkit-transition: all 0.4s;
    transition: all 0.4s
}

#views-exposed-form-devblog-article-block-1 .views-submit-button #edit-submit-devblog-article:hover {
    background: #7b7b7b
}

#views-exposed-form-devblog-article-block-1 .views-submit-button {
    width: 16%
}

@media screen and (max-width:840px) {
    #views-exposed-form-devblog-article-block-1 .views-submit-button {
        position: absolute;
        left: -9999px
    }
}

.sidebar-first.g-section-wrapper {
    padding-bottom: 2.5rem
}

.sidebar-first.g-section-wrapper .item-list ul.facetapi-facetapi-ajax-checkboxes {
    list-style-type: none;
    max-height: 20.625rem;
    overflow: auto
}

@media screen and (min-width:1250px) {
    .sidebar-first.g-section-wrapper .item-list ul.facetapi-facetapi-ajax-checkboxes {
        width: 85%
    }
}

.sidebar-first.g-section-wrapper .item-list ul.facetapi-facetapi-ajax-checkboxes li {
    margin: .9375rem 0 0 0
}

.sidebar-first.g-section-wrapper .item-list ul.facetapi-facetapi-ajax-checkboxes li input {
    moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border: 2px #484645 solid;
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: middle
}

@media screen and (max-width:840px) {
    .sidebar-first.g-section-wrapper .item-list ul.facetapi-facetapi-ajax-checkboxes li input {
        border: 2px #9a9490 solid
    }
}

.sidebar-first.g-section-wrapper .item-list ul.facetapi-facetapi-ajax-checkboxes li span {
    padding-left: .9375rem;
    vertical-align: middle
}

.sidebar-first.g-section-wrapper .item-list ul.facetapi-facetapi-ajax-checkboxes li.facetapi-active input {
    border: .125rem #484645 solid;
    background-color: #484645;
    /*	background-image: url(/sites/all/themes/arede/assets/images/blog/icon-check.png);/**/
    background-repeat: no-repeat;
    background-position: 0 .0625rem
}

@media screen and (max-width:840px) {
    .sidebar-first.g-section-wrapper .item-list ul.facetapi-facetapi-ajax-checkboxes li.facetapi-active input {
        background-color: #9a9490;
        border: .125rem #9a9490 solid
    }
}

.sidebar-first.g-section-wrapper .block-ajax-facets {
    margin-top: 1.875rem
}

@media screen and (max-width:840px) {
    .sidebar-first.g-section-wrapper .block-ajax-facets {
        text-align: center
    }
    .sidebar-first.g-section-wrapper .block-ajax-facets a {
        color: #fff
    }
}

@media screen and (max-width:840px) {
    .sidebar-first.g-section-wrapper .facet--authors,
    .sidebar-first.g-section-wrapper .facet--tags {
        display: none
    }
}

@media screen and (max-width:840px) {
    .sidebar-first.g-section-wrapper {
        background-color: #484645;
        margin-top: -3.75rem;
        height: auto;
        overflow: hidden
    }
    .sidebar-first.g-section-wrapper h6 {
        font-family: 'Exo 2';
        font-weight: 700;
        font-style: normal;
        color: #fff;
        font-size: .875rem;
        text-transform: uppercase;
        letter-spacing: .125rem;
        transition: all 0.4s;
        display: block;
        cursor: pointer;
        margin: 0;
        /*	background-image: url(/sites/all/themes/arede/assets/images/blog/icon-chevron-up.png); /**/
        background-repeat: no-repeat;
        background-position: right 1.5625rem center;
        background-size: auto;
        border-bottom: .0625rem solid #292826;
        padding: 1.875rem
    }
    .sidebar-first.g-section-wrapper h6.close {
        /*	background-image: url(/sites/all/themes/arede/assets/images/blog/icon-chevron.png) /**/
    }
    .sidebar-first.g-section-wrapper #facetapi-facet-search-apidevblog-article-block-field-devblog-categories-wrapper {
        border-top: .0625rem solid #646362
    }
    .sidebar-first.g-section-wrapper #facetapi-facet-search-apidevblog-article-block-field-devblog-categories-wrapper ul {
        padding: 1.875rem 1.875rem 0 1.875rem
    }
    .sidebar-first.g-section-wrapper .facetapi-facetapi-ajax-checkboxes span {
        color: #fff;
        font-size: 1rem
    }
}

#toolbar {
    box-shadow: none
}

#toolbar a {
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    font-size: .6875rem;
    letter-spacing: .0625rem
}

#toolbar img {
    display: inline-block;
    vertical-align: -.25rem !important
}

#toolbar .icon {
    display: none
}

#toolbar+.page .header {
    top: 1.875rem
}


/**/

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.g-2f {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 10.24588%;
}

.g-1f {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}


/* arede  */

.g-wbs {
    -moz-box-shadow: 0px 8px 8px #000;
    -webkit-box-shadow: 0px 8px 8px #000;
    box-shadow: 0px 8px 8px #000;
}

#loading_ex {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    right: 0;
    background: url(../img/fundo1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 6000;
}

#loginerrodiv {
    height: 20px;
}

.btnmenuclass {
    border-radius: 10%;
    background-color: #000028;
    padding: 2px;
    width: 120px;
    height: 32px;
    font-family: 'Exo 2';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    border-width: .125rem !important;
    border-style: solid;
    border-color: #F60;
    background: #000028;
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    outline: none;
}

#coreeimos {
    font-size: 14px;
}

.btnmenuclass:hover {
    background-color: #244e87;
    color: #FFF;
}

.border_blue {
    border-color: #244e87;
}

.border_yellow {
    border-color: #ffcc29;
    ;
}

.border_green {
    border-color: #066D27;
}

.border_orange {
    border-color: #f90;
}

.border_red {
    border-color: #ff0000;
}

.border_darkgrey {
    border-color: #686868;
    background-color: #686868;
    color: #FFF;
}

.btn_med_size {
    width: 120px;
    height: 40px;
}

.btn_voltar {
    background-image: url('../img/btnnew1.png');
    border-color: #244e87;
}

#diaagediv {
    width: 90%;
    margin-bottom: 20px;
    width: 30%;
    margin-left: 15px;
    min-height: 265px;
}

#hero-banner {
    background-image: url("../img/homeban.png");
    background-size: cover;
    background-repeat: no-repeat;
}

input:focus~.floating-label,
input:not(:focus):valid~.floating-label {
    top: 10px;
    bottom: 10px;
    left: 85%;
    color: #FFF;
    font-size: 20px;
}

.inputText {
    font-size: 20px;
    width: 200px;
    height: 35px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 10px;
    color: #FFF;
    transition: 0.2s ease all;
}

#btn_class {
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    border-radius: 15px;
    color: #FFF;
    font-size: 30px;
}

#logomain {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

#homeimg {
    width: 25%;
    height: 50px;
    cursor: pointer;
}

#bannertext {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #000028;
    margin-top: 8px;
}

#bannertext2 {
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color: #000028;
    margin-top: 8px;
}

#bannertext3 {
    text-align: left;
    font-size: 35px;
    font-weight: bold;
    color: #000028;
    margin-top: 8px;
}

.hometext {
    font-size: 18px;
    color: #000028;
    text-align: center;
}

.hometextbig {
    font-size: 50px;
    font-weight: bold;
    color: #000028;
    text-align: center;
}

.depimg {
    width: 33%;
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
}

#imoimg {
    width: 33.3%;
    height: 50px;
    cursor: pointer;
}

.btn_nav {
    margin-top: 10px;
    float: right;
    background-image: url('../img/btnnew1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    color: #FFF;
    font-size: 22;
    width: 200px;
}

.btn_nav:hover {
    margin-top: 10px;
    float: right;
    background-image: url('../img/btnnew2.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    color: #FFF;
    font-size: 22;
    width: 200px;
}

.btn_cad {
    margin-top: 10px;
    float: right;
    background-image: url('../img/btnnew1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    color: #FFF;
    font-size: 22;
    width: 200px;
}

.btn_cad:hover {
    margin-top: 10px;
    float: right;
    background-image: url('../img/btnnew2.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    color: #FFF;
    font-size: 22;
    width: 200px;
}

.homeimg2 {
    background-image: url('../img/btnnew1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    border: 0;
    color: #FFF;
    font-weight: bold;
    width: 24.5%;
}

.homeimg2:hover {
    background-image: url('../img/btnnew2.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    border: 0;
    color: #FFF;
    font-weight: bold;
    width: 24.5%;
}

#client_logo {
    max-width: 90px;
    max-height: 90px;
    margin-top: -30px;
    float: left;
}

#agendareldetailsAction {
    width: 90%;
    height: auto;
    display: none;
    padding-bottom: 50px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #FFF;
    position: absolute;
    top: 26%;
    z-index: 3000;
}

#agendareldetails {
    width: 90%;
    min-height: 480px;
    height: auto;
    min-height: 450px;
    display: none;
    padding-bottom: 50px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #FFF;
    position: absolute;
    top: 26%;
    z-index: 3000;
}

#openHelp {
    width: 90%;
    min-width: 1000px;
    height: 65%;
    min-height: 600px;
    display: none;
    background-color: #FFF;
    position: absolute;
    top: 110px;
    margin-right: 5%;
    margin-left: 5%;
    z-index: 3000;
}

#helpList {
    width: auto;
    max-width: 20%;
    height: 85%;
    margin-left: 10px;
}

#helpVid {
    width: 75%;
    height: 85%;
}

#cad_no_coords {
    width: 90%;
    height: 80%;
    min-height: 550px;
    max-height: 640px;
    display: none;
    background-color: #FFF;
    margin-right: 5%;
    margin-left: 5%;
    padding: 0% 5% 5% 5%;
    position: absolute;
    top: 10%;
    z-index: 3000;
}

#cadmanualcolumn {
    width: 34%;
}

#manual_coords {
    display: none;
    width: 58%;
    height: 280px
}

#insertdocumentos {
    width: 100%;
    display: none;
    background-color: #FFF;
    position: absolute;
    margin: 0;
    padding: 0px 15px 0px 15px;
    z-index: 3000;
}

#geracontratodiv {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin-bottom: 50px;
    display: none;
    background-color: #FFF;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 2%;
    z-index: 3000;
}

#headerfixed {
    background-color: #CCC;
    height: 10vh;
    min-height: 103px;
    max-height: 103px;
}

#div_cadsize {
    height: 64px;
}

#corrmainheader {
    background-color: #CCC;
    height: 8vh;
    min-height: 75px;
    max-height: 75px;
}

#CorrMainViewinfo {
    background-color: #CCC;
    height: 73vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corrmainheader_consul {
    display: none;
    background-color: #CCC;
    height: 8vh;
    min-height: 110px;
    max-height: 110px;
}

#CorrMainConsultView {
    display: none;
    background-color: #CCC;
    height: 68vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corrmainheader_cad {
    display: none;
    background-color: #CCC;
    height: 8vh;
    min-height: 80px;
    max-height: 80px;
}

#CorrMainCadView {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corrmainheader_corretores {
    display: none;
    background-color: #CCC;
    height: 8vh;
    min-height: 80px;
    max-height: 80px;
}

#CorrMainrecorreView {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#Correditimoview {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#Corredituserview {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#Corrquickcaduser {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#Corrquickcaduser2 {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#CorrMainView_cadUser {
    display: none;
    background-color: #CCC;
    height: 70vh;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#ViewImovelshowReady {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corricontratos {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corriconfig {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corridocumentos {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corrimoupimages {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corrimopresentation {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corrmainheader_edit {
    display: none;
    background-color: #CCC;
    height: 8vh;
    min-height: 80px;
    max-height: 80px;
}

#corrusermainheader_edit {
    display: none;
    background-color: #CCC;
    height: 8vh;
}

#corrmainheader_agenda {
    display: none;
    background-color: #CCC;
    height: 8vh;
    min-height: 80px;
    max-height: 80px;
}

#CorrMainView_agenda {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#corrmainheader_relat {
    display: none;
    background-color: #CCC;
    height: 8vh;
    min-height: 80px;
    max-height: 80px;
}

#CorrMainrelatView {
    display: none;
    background-color: #CCC;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
}

#respCadView {
    height: 45px;
    margin-top: 36px;
}

#responsebox_cad {
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 20px;
}

#corconvite {
    height: 82vh;
    color: #000028;
    min-height: 650px;
    overflow-y: auto;
}

#loginlogos {
    width: 64px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

#logindiv {
    height: 92vh;
    color: #000028;
    min-height: 700px;
    position: fixed;
    overflow-y: auto;
}

#login1view {
    margin-top: 20%;
    padding: 8%;
    color: #FFF;
}

#login1view_mob {
    display: none;
}

#login2view {
    background-color: #FFF;
    margin-top: 20%;
    padding: 3% 8% 3% 8%;
    border-radius: 10%;
}

#menuViewdiv {
    float: right;
    margin-top: 15px;
    width: 45px;
}

#logoview {
    width: 80px
}

#footer {
    height: 8vh;
    min-height: 80px;
    position: fixed;
    bottom: 0;
    padding: 1% 5% 1% 5%;
    z-index: 1000;
}

@media screen and (max-width:1920px) {
    #login2view {
        margin-top: 15%;
    }
    #login1view {
        margin-top: 15%;
    }
}

@media screen and (max-width:1600px) {
    #login2view {
        margin-top: 15%;
    }
    #login1view {
        margin-top: 15%;
    }
}

@media screen and (max-width:1440px) {
    #logindiv {
        min-height: 600px;
    }
    #login2view {
        margin-top: 10%;
        padding: 2% 8% 2% 8%;
    }
    #login1view {
        margin-top: 10%;
    }
}

@media screen and (max-width:1366px) {
    #login2view {
        margin-top: 10%;
        padding: 1% 8% 0% 8%;
    }
    #login1view {
        margin-top: 10%;
    }
}

@media screen and (max-width:1260px) {
    #homeimg {
        width: 25%;
        height: 50px;
    }
}

@media screen and (max-width:1024px) {
    #hero-banner {
        background-image: url("../img/homeban.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
    #homeimg {
        width: 25%;
        height: 50px;
    }
}

@media screen and (max-width:768px) {
    #hero-banner {
        background-image: url("../img/homeban_800.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
    #coreeimos {
        font-size: 12px;
    }
    select {
        font-size: 20px;
    }
    .homeimg2 {
        width: 24%;
    }
    .homeimg2:hover {
        width: 24%;
    }
    #btn_cad {
        width: 180px;
        height: 35px;
    }
    .btn_nav {
        width: 180px;
        height: 35px;
    }
    .btn_nav:hover {
        width: 180px;
        height: 35px;
    }
    #homeimg {
        width: 50%;
        height: 50px;
    }
    #bannertext {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        color: #000028;
        margin-top: 22px;
    }
    #bannertext2 {
        text-align: left;
        font-size: 32px;
        font-weight: bold;
        color: #000028;
    }
    .hometextbig {
        font-size: 40px;
    }
}

@media screen and (max-width:600px) {
    #hero-banner {
        background-image: url("../img/homeban_600.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
    #login2view {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    #login1view {
        display: none;
    }
    #login1view_mob {
        display: block;
    }
    #client_logo {
        max-width: 40px;
        max-height: 40px;
        margin-top: 5px;
        float: left;
    }
    select {
        font-size: 18px;
    }
    .homeimg2 {
        width: 24%;
    }
    .homeimg2:hover {
        width: 24%;
    }
    #btn_cad {
        width: 150px;
        height: 35px;
    }
    .btn_nav {
        width: 150px;
        height: 35px;
    }
    .btn_nav:hover {
        width: 150;
        height: 35px;
    }
    #logomain {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
    }
    #homeimg {
        width: 50%;
        height: 60px;
    }
    .hometextbig {
        font-size: 30px;
    }
    #bannertext {
        font-size: 26px;
        text-align: center;
        font-weight: bold;
        color: #000028;
        margin-top: 25px;
    }
    .btnmenuclass {
        width: 95px;
        font-size: 0.9rem;
        line-height: normal;
        text-transform: none;
    }
    .aredebutton_green {
        width: 140px;
        font-size: 0.9rem;
    }
    #bannertext2 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        color: #000028;
    }
    #agendareldetailsAction {
        width: 90%;
        height: 90%;
        display: none;
        padding-bottom: 50px;
        margin-left: 5%;
        margin-right: 5%;
        background-color: #FFF;
        position: fixed;
        top: 5%;
        z-index: 3000;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #agendareldetails {
        width: 90%;
        min-height: 480px;
        height: 90%;
        min-height: 450px;
        display: none;
        padding-bottom: 50px;
        margin-left: 5%;
        margin-right: 5%;
        background-color: #FFF;
        position: fixed;
        top: 5%;
        z-index: 3000;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #openHelp {
        width: 90%;
        min-width: auto;
        height: 90%;
        min-height: 600px;
        background-color: rgb(255, 255, 255);
        position: fixed;
        top: 5%;
        margin-right: 5%;
        margin-left: 5%;
        z-index: 3000;
        overflow-x: hidden;
        overflow-y: scroll
    }
    #helpList {
        width: 90%;
        min-width: auto;
        max-width: fit-content;
        height: auto;
        margin-left: 10px;
    }
    #helpVid {
        width: 90%;
        min-width: auto;
        max-width: fit-content;
        height: auto;
        margin-left: 10px;
        margin-bottom: 30px;
    }
    #cad_no_coords {
        width: 90%;
        min-height: auto;
        max-width: fit-content;
        min-width: auto;
        height: 90%;
        display: none;
        background-color: #FFF;
        margin-right: 5%;
        margin-left: 5%;
        padding: 0% 5% 5% 5%;
        position: fixed;
        top: 5%;
        z-index: 3000;
        overflow-x: hidden;
        overflow-y: scroll
    }
    #cadmanualcolumn {
        width: 100%;
    }
    #manual_coords {
        width: 100%;
    }
    #insertdocumentos {
        width: 90%;
        height: 90%;
        background-color: rgb(255, 255, 255);
        position: fixed;
        margin: 0px;
        padding: 0px 15px;
        z-index: 3000;
        top: 5%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #geracontratodiv {
        width: 90%;
        height: 90%;
        background-color: rgb(255, 255, 255);
        position: fixed;
        top: 5%;
        z-index: 3000;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #headerfixed {
        height: 10vh;
        min-height: 60px;
        max-height: 60px;
    }
    #div_cadsize {
        height: 60px;
    }
    #corrmainheader {
        background-color: #CCC;
        height: 8vh;
        min-height: 60px;
        max-height: 60px;
    }
    #CorrMainViewinfo {
        background-color: #CCC;
        height: 80vh;
        min-height: 530px;
    }
    #corrmainheader_consul {
        min-height: 110px;
        max-height: 110px;
    }
    #CorrMainConsultView {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #corrmainheader_cad {
        display: none;
        background-color: #CCC;
        height: 80vh;
        min-height: 80px;
        max-height: 80px;
    }
    #CorrMainCadView {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #corrmainheader_corretores {
        display: none;
        background-color: #CCC;
        height: 8vh;
        min-height: 80px;
        max-height: 80px;
    }
    #CorrMainrecorreView {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #Correditimoview {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #Corredituserview {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #Corrquickcaduser {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #Corrquickcaduser2 {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #CorrMainView_cadUser {
        display: none;
        background-color: #CCC;
        height: 80vh;
        z-index: 1000;
    }
    #ViewImovelshowReady {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #corricontratos {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #corriconfig {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #corridocumentos {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #corrimoupimages {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #corrimopresentation {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #corrmainheader_edit {
        display: none;
        background-color: #CCC;
        height: 8vh;
        min-height: 100px;
        max-height: 100px;
    }
    #corrusermainheader_edit {
        display: none;
        background-color: #CCC;
        height: 8vh;
        min-height: 100px;
        max-height: 100px;
    }
    #corrmainheader_agenda {
        display: none;
        background-color: #CCC;
        height: 8vh;
        min-height: 100px;
        max-height: 100px;
    }
    #CorrMainView_agenda {
        display: none;
        background-color: #CCC;
        height: 80vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #corrmainheader_relat {
        display: none;
        background-color: #CCC;
        height: 8vh;
        min-height: 100px;
        max-height: 100px;
    }
    #CorrMainrelatView {
        display: none;
        background-color: #CCC;
        height: 80vh;
    }
    #respCadView {
        height: 20px;
        margin-top: 0px;
    }
    #responsebox_cad {
        margin-left: 20px;
        margin-bottom: 0px;
        font-size: 16px;
    }
    #loginlogos {
        width: 48px;
    }
    #logindiv {
        color: #000028;
        width: 100%;
        position: fixed;
        width: 100%;
        top: 65px;
        min-height: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #login1view {
        margin-top: 0;
        padding: 0;
        color: #FFF;
    }
    #footer {
        display: none;
    }
}

@media screen and (max-width:480px) {
    #hero-banner {
        display: none;
        /*
        background-image: url("img/homeban_480.png");
        background-size: cover;
        background-repeat: no-repeat;
        */
    }
    #btnsection {
        display: none;
    }
    #represearchdetail {
        font-size: 18px;
    }
    #represearchdetail_fia {
        font-size: 18px;
    }
    #loginerrodiv {
        height: 70px;
    }
    #diaagediv {
        width: 90%;
    }
    .homeimg2 {
        width: 88%;
    }
    .homeimg2:hover {
        width: 88%;
    }
    .g-2f {
        width: 23.23176%
    }
    #btn_cad {
        width: 120px;
        height: 28px;
    }
    .btn_nav {
        width: 120px;
        height: 28px;
    }
    .btn_nav:hover {
        width: 120px;
        height: 35px;
    }
    #logomain {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
    }
    #homeimg {
        width: 50%;
        height: 60px;
    }
    #bannertext {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        margin-top: 25px;
    }
    #bannertext2 {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #000028;
    }
    #bannertext3 {
        font-size: 22px;
    }
    .hometextbig {
        font-size: 30px;
    }
    .depimg {
        width: 100%;
        float: left;
        margin-top: 25px;
    }
    input {
        font-size: 12px;
    }
    select {
        font-size: 14px;
    }
    #logoview {
        width: 65px;
        height: 45px;
    }
    #menuViewdiv {
        width: 35px;
    }
}

@media screen and (max-width:320px) {
    #hero-banner {
        display: none;
        /*
        background-image: url("img/homeban_480.png");
        background-size: cover;
        background-repeat: no-repeat;
        */
    }
    #menuViewdiv {
        width: 30px;
    }
    #logoview {
        width: 50px;
        height: 30px;
    }
    #btnsection {
        display: none;
    }
    .homeimg2 {
        width: 48%;
    }
    .homeimg2:hover {
        width: 48%;
    }
    input {
        font-size: 12px;
    }
    select {
        font-size: 14px;
    }
    .g-2f {
        width: 23.23176%
    }
    #btn_cad {
        width: 80px;
    }
    .btn_nav {
        width: 80px;
    }
    .btn_nav:hover {
        width: 80;
    }
    #logomain {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
    }
    #homeimg {
        width: 50%;
        height: 60px;
    }
    #bannertext {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        color: #FFF;
        margin-top: 25px;
    }
    #bannertext2 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #000028;
        height: 15px;
    }
    .hometextbig {
        font-size: 30px;
    }
    .depimg {
        width: 100%;
        float: left;
        margin-top: 25px;
    }
}

.cadinpimo {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    float: right;
    padding: .75rem .8125rem;
    width: 100%;
    border: 0 none;
    background: #000028;
    color: #fff;
    outline: none;
    transition: all 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none
}

.cadinpimo:focus {
    background: #605e5e;
    color: #fff;
}

.cadinpimo.cadinpimo-error {
    background: maroon
}

.cadinpimo:focus+.cadinpimo .cadinpimo-content,
.input--filled .cadinpimo-content {
    -webkit-transform: translate(0, -85%);
    -ms-transform: translate(0, -85%);
    transform: translate(0, -85%)
}

.cadinpimo-error--description {
    clear: both;
    display: block;
    text-align: left;
    padding-top: .1875rem;
    font-size: .875rem
}

.cadinpimo__label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    display: inline-block;
    color: #000;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: .125rem;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#tableadicional {
    border-collapse: separate;
    width: 100%;
}

#tableadicional tr {
    background-color: #000028;
    color: #FFF;
}

#tableadicional th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    background-color: #000028;
    color: white;
    margin-top: 8px;
}

#tableadicional tr:nth-child(even) {
    background-color: #000028;
}

@media screen and (max-width: 600px) {
    #tableadicional {
        border: 0;
        margin-bottom: 50px;
    }
    #tableadicional caption {
        font-size: 1.3em;
    }
    #tableadicional thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #tableadicional tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    #tableadicional td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    #tableadicional td::before {
        /*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    #tableadicional td:last-child {
        border-bottom: 0;
    }
}

#rel_docs {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: .85em;
}

#rel_docs caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

#rel_docs tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

#rel_docs th,
#rel_docs td {
    padding: .505em;
    text-align: center;
}

#rel_docs th {
    font-size: .85em;
    /* letter-spacing: .1em; */
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #000028;
    color: white;
}

#rel_docs tr:nth-child(even) {
    background-color: #f2f2f2;
}

#rel_docs tr:hover {
    background-color: #ddd;
}

#rel_imoveis {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: .85em;
}

#rel_imoveis caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

#rel_imoveis tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

#rel_imoveis th,
#rel_imoveis td {
    padding: .625em;
    text-align: center;
}

#rel_imoveis th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #000028;
    color: white;
}

#rel_imoveis tr:nth-child(even) {
    background-color: #f2f2f2;
}

#rel_imoveis tr:hover {
    background-color: #ddd;
}

@media screen and (max-width: 600px) {
    #rel_imoveis {
        border: 0;
        margin-bottom: 50px;
    }
    #rel_imoveis caption {
        font-size: 1.3em;
    }
    #rel_imoveis thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #rel_imoveis tr {
        border: 3px solid #000028;
        display: block;
    }
    #rel_imoveis td {
        border-bottom: 1px solid #000028;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    #rel_imoveis tr:nth-child(even) {
        background-color: #000028;
    }
    #rel_imoveis td::before {
        /*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    #rel_imoveis td:last-child {
        border-bottom: 0;
    }
}

#rel_imoveis_contract {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: .85em;
}

#rel_imoveis_contract caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

#rel_imoveis_contract tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

#rel_imoveis_contract th,
#rel_imoveis_contract td {
    padding: .425em;
    text-align: center;
}

#rel_imoveis_contract th {
    font-size: .82em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    background-color: #000028;
    color: white;
}

#rel_imoveis_contract tr:nth-child(even) {
    background-color: #f2f2f2;
}

#rel_imoveis_contract tr:hover {
    background-color: #ddd;
}

@media screen and (max-width: 600px) {
    #rel_imoveis_contract {
        border: 0;
        margin-bottom: 50px;
    }
    #rel_imoveis_contract caption {
        font-size: 1.3em;
    }
    #rel_imoveis_contract thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #rel_imoveis_contract tr {
        border: 3px solid #000028;
        display: block;
        margin-bottom: 15px;
    }
    #rel_imoveis_contract td {
        border-bottom: 1px solid #000028;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    #rel_imoveis_contract td::before {
        /*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    #rel_imoveis_contract td:last-child {
        border-bottom: 0;
    }
}

#imocadViewpt1_tab {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

#imocadViewpt1_tab caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

#imocadViewpt1_tab tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

#imocadViewpt1_tab th,
#imocadViewpt1_tab td {
    padding: .625em;
    text-align: center;
}

#imocadViewpt1_tab th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #000028;
    color: white;
}

#imocadViewpt1_tab tr:nth-child(even) {
    background-color: #f2f2f2;
}

#imocadViewpt1_tab tr:hover {
    background-color: #ddd;
}

@media screen and (max-width: 600px) {
    #imocadViewpt1_tab {
        border: 0;
        margin-bottom: 50px;
    }
    #imocadViewpt1_tab caption {
        font-size: 1.3em;
    }
    #imocadViewpt1_tab thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #imocadViewpt1_tab tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    #imocadViewpt1_tab td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    #imocadViewpt1_tab td::before {
        /*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    #imocadViewpt1_tab td:last-child {
        border-bottom: 0;
    }
}