/*
Theme Name: SafeOregon Theme
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    clear: both;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
    color: #666;
    font-size: 12px;
    line-height: 16px;
}

hr {
    background-color: #E7E7E7;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}


/* Text elements */

p {
    margin-bottom: 18px;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type="text"],
textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,
thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

tr.odd td {
    background: #F2F7FC;
}

.attachment img {
    max-width: 900px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}

.wp-smiley {
    margin: 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    clear: both;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

h3#comments-title {
    padding: 24px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body p:last-child {
    margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}

.comment-author {}

.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}

.commentlist .even {}

.commentlist .bypostauthor {}

.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
    color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
    color: #FF4B33;
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .children li {
    border: none;
    margin: 0;
}

.nopassword,
.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}


/* Comments form */

input[type=submit] {
    color: #333;
}

#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 48px 0 0;
}

h3#reply-title {
    margin: 18px 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color: #FF4B33;
    font-weight: bold;
}

#respond label {
    color: #888;
    font-size: 12px;
}

#respond input {
    margin: 0 0 9px;
    width: 98%;
}

#respond textarea {
    width: 98%;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

header {
    background: #00435c;
}

#information {
    background: #e9e5db;
}

footer {
    background: #00435c;
}

#navigation_bar ul {
    margin: 0;
}

#navigation_bar li {
    float: left;
    list-style-type: none;
    background: url(images/seperator.png) 0 center no-repeat;
    line-height: 36px;
}

#navigation_bar li:first-child {
    background: none;
}

#navigation_bar li > a {
    color: #fff;
    display: block;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    padding: 28px 30px;
    transition: all 0.3s linear 0s;
    letter-spacing: 0.04em;
}

#navigation_bar li a:hover , #navigation_bar li.current-menu-item:first-child a{
    color: #52BFD5;
}

/*--#navigation_bar > li:last-child a:hover, #navigation_bar > li.current-menu-item:last-child a{
    color: #7FBB49;
}--*/

#trip a {
    color: #fff;
    display: block;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 21px;
}

#logo {
    padding: 15px 0 17px;
}

#navigation_bar {
    float: left;
}

#trip {
    float: right;
}

#trip a span {
    display: block;
    background: url(images/arrow.png) 85% center no-repeat;
    margin-left: -2px;
    letter-spacing: 0.04em;
}

#trip a {
    background: rgb(54, 180, 193) url(images/blue_hover_white.png) no-repeat;
    display: block;
    height: 93px;
    line-height: 93px;
    width: 225px;
    padding: 0 0 0 30px;
    transition: all 0.3s linear 0s;
}

#trip a:hover {
    background: #0091A4 url(images/blue_hover_white.png) no-repeat;
}

h1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    color: #36b4c1;
    line-height: 72px;
    padding-bottom: 20px;
}

h1 strong {
    display: block;
    color: #7fbb49;
    font-weight: 900;
}

h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 53px;
    color: #36b4c1;
    line-height: 53px;
    padding-bottom: 20px;
}

h2 strong {
    display: block;
    color: #7fbb49;
    font-weight: 900;
}

h4 {
    color: #006f78;
    font-size: 21px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
}

h6 {
    color: #75777b;
    font-weight: 900;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #75777b;
    font-weight: 600;
}

a.link {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 20px;
    background: #36b4c1;
    transition: all 0.3s linear 0s;
    margin: 18px 0 0;
}

a.link:hover {
    background: #00A4BC;
}

#information .desc p {
    width: 420px;
}

#information .desc {
    padding-top: 5px;
    float: right;
}

#information {
    padding: 35px 0 0;
}

#contact_us h2 {
    font-size: 22px;
    color: #006f78;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    padding-bottom: 10px;
}

#contact_us {
    background: #36b4c1 none repeat scroll 0 0;
    float: left;
    margin-top: -215px;
    width: 100%;
}

footer nav li {
    float: left;
}

#contact_us p {
    color: #fff;
    width: 420px;
}

#contact_us .row {
    background: #36b4c1 url(images/trees_group.png) bottom right no-repeat;
    padding: 44px 0 70px;
}

#contact_us a {
    font-size: 15px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    color: #fff;
    padding-right: 18px;
    background: url(images/arrow5.png) right 2px no-repeat;
    transition: all 0.3s linear 0s;
}

#contact_us a:hover {
    color: #006f78;
    background: url(images/arrow4.png) right 2px no-repeat;
}

.group {
    border-radius: 605px;
    background: #e9e5db;
    display: block;
    text-align: center;
    margin-left: -65px;
    position: relative;
}

.contact_us_wrapper {
    padding-left: 0px;
}

footer nav ul {
    margin: 0;
}

footer nav ul li {
    list-style-type: none;
    background: url(images/seperator1.png) 0 center no-repeat;
    padding: 28px 22px;
}

footer nav ul li:first-child {
    background: none;
    padding-left: 0;
}

footer nav ul li:last-child {
    padding-right: 0;
}

footer nav li a {
    display: block;
    font-size: 15px;
    color: #36b4c1;
    font-family: 'Raleway';
    font-style: normal;
    line-height: 15px;
    font-weight: 700;
    transition: all 0.3s linear 0s;
}

footer nav li a:hover {
    color: #52BFD5;
}

footer h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #36b4c1;
    font-weight: 400;
    line-height: 18px;
    float: right;
    padding: 18px 0 24px;
}

footer h6 img {
    position: relative;
    top: 7px;
    margin-left: 5px;
}

#toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: auto;
    padding: 0;
    position: absolute;
    right: 35px;
    top: 26px;
    transition: all 0.1s ease-in;
    width: auto;
    z-index: 1000;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    transition: all 0.3s ease-in-out 0s;
}

#toggle:hover {
    opacity: .8;
}

#toggle .patty {
    background: none repeat scroll 0 0 #36b4c1;
    height: 4px;
    top: 3px;
    margin: 10px 0;
    transition: all 0.3s ease 0s;
    width: 32px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
}

#toggle .patty:before {
    top: -9px;
}

#toggle .patty:after,
#toggle .patty:before {
    background: none repeat scroll 0 0 #36b4c1;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 32px;
    z-index: -1;
    border-radius: 5px;
}

#toggle .patty:after {
    top: 9px;
}

.sticky #toggle {
    top: 16px;
}

#toggle:hover {
    transition: top 0.4s ease 0s;
}

#toggle:hover .patty:before {
    top: -9px;
}

#toggle:hover .patty:after {
    top: 9px;
}

.open .patty:before {
    background: none repeat scroll 0 0 #36b4c1 !important;
    top: 0 !important;
    transform: rotate(-45deg);
}

.open .patty:after {
    background: none repeat scroll 0 0 #36b4c1 !important;
    top: 0 !important;
    transform: rotate(45deg);
}

.open .patty {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

#breadcrum {
    background: #7fbb49;
}

#breadcrum li {
    float: left;
    margin-right: 25px;
}

#breadcrum li:last-child {
    margin-right: 0;
}

#breadcrum li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    opacity: .7;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding: 20px 0;
    transition: all 0.3s linear 0s;
}

#breadcrum li a:hover,
#breadcrum li.active a, #breadcrum li.current-menu-item a{
    opacity: 1;
}

#breadcrum li.active a, #breadcrum li.current-menu-item a {
    background: url(images/arrow2.png) right 22px no-repeat;
    padding-right: 15px;
}

.top_section p {
    font-size: 18px;
    color: #75777b;
}

.top_section {
    background: #e9e5db;
}

.pic {
    line-height: 8px;
    margin: -38px 0 0 84px;
}

.top_left_section {
    padding-top: 58px;
    padding-bottom: 30px;
}

.bottom_section {
    background: #36b4c1;
    padding: 60px 0 80px;
    position: relative;
    z-index: 9;
}

.bottom_section h4 {
    padding-bottom: 18px;
}

.bottom_section p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.bottom_section a {
    font-size: 15px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    color: #006f78;
    padding-right: 20px;
    background: url(images/arrow3.png) right 2px no-repeat;
    transition: all 0.3s linear 0s;
}

.bottom_section a:hover {
    color: #005d65;
    background: url(images/arrow4.png) right 2px no-repeat;
}

.bottom_section .medium-push-1 {
    left: 0;
}

.faq h2,
.resources h2 {
    font-size: 29px;
    color: #009eb0;
    padding-bottom: 36px;
    line-height: 29px;
}

.resources h2 {
    color: #7fbb49;
    padding-bottom: 18px;
}

.faq p {
    color: #75777b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
    padding-right: 8%;
}

.faq li {
    margin-bottom: 38px;
}

.faq {
    padding: 60px 0 55px;
}


.inner_wrapper.resources {
    background: #e9e5db url("images/pattern2.png") no-repeat scroll right bottom; padding-top: 60px;
}

.resources .info {
    padding-bottom: 18px;
}

.resources .info p {
    font-size: 18px;
    line-height: 24px;
}

.resources p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #75777b;
    line-height: 20px;
    margin-bottom: 18px;
	padding-right: 50px;
}

.resources p a {
    color: #7fbb49;
    transition: all 0.3s linear 0s;
}

.resources p a:hover {
    color: #66a331;
}

.resources_left {
    padding-top: 0;
}

.resources .pic {
    margin: 0 0 15px 0;
}

.inner_wrapper.contact_us {
    background: #e9e5db url("images/pattern3.png") no-repeat scroll left bottom;
}

a.do_it_here {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    background: #36b4c1;
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    transition: all 0.3s linear 0s;
}

a.do_it_here:hover {
    background: #009eb0;
}

.contact_us h4 {
    color: #75777b;
    padding-bottom: 12px;
}

.contact_us p,
.contact_us p a {
    color: #75777b;
    font-size: 16px;
}

.contact_us .top_left_section {
    padding-top: 0;
    padding-bottom: 0;
}

.contact_us {
    padding-top: 58px;
}

.contact_us form {
    padding: 10px 0 45px;
}

.contact_us form input[type='text'],
.contact_us form input[type='email'],
.contact_us form textarea {
    height: 34px;
    line-height: 34px;
    background: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    font-size: 13px;
    color: #75777b;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0;
    font-weight: normal;
}

::-webkit-input-placeholder {
    color: #75777b !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #75777b !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #75777b !important;
    opacity: 1;
}

input:-moz-placeholder {
    color: #75777b !important;
    opacity: 1;
}

:: -webkit-textarea-placeholder {
    color: #75777b !important;
    opacity: 1;
}

:: -moz-textarea-placeholder {
    color: #75777b !important;
    opacity: 1;
}

:-ms-textarea-placeholder {
    color: #75777b !important;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #75777b !important;
    opacity: 1;
}

.contact_us form p {
    float: left;
    width: 232px;
    margin-left: 18px;
}

.contact_us form p:nth-child(even) {
    margin-left: 0;
}

.contact_us form textarea {
    height: 170px;
    box-sizing: border-box;
    resize: none;
    padding: 15px;
    line-height: 18px;
    width: 484px;
    margin-bottom: 18px;
}

.contact_us form input[type='submit'] {
    font-size: 16px;
    color: #fff;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    background: #7fbb49;
    height: 40px;
    line-height: 40px;
    background: #7fbb49;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    transition: all 0.3s linear 0s;
}

.contact_us form input[type='submit']:hover {
    background: #66a331;
}

.report_pic {
    margin: -38px 0 -1px 182px;
    line-height: 8px;
}

.report_tips .top_section {
    background: none;
}

.bottom_section p {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}

.inner_wrapper.report_tips {
    background: #e9e5db;
}

.report_tips .bottom_section {
    padding: 45px 0 60px;
    background: #36b4c1 url(images/pattern4.png) right bottom no-repeat;
}

.inner_wrapper.report_tips h2 {
    font-size: 29px;
    line-height: 29px;
    color: #7fbb49;
    text-align: center;
}

.ways ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    text-align: center;
}
.ways ul:last-child{
    margin-bottom: 0;
}

.ways li {
    width: 33.33%;
}

.report_tips h6 {
    padding-bottom: 0;
    color: #75777b;
    padding: 15px 0 7px;
}

.report_tips li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #36b4c1;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s linear 0s;
}

.report_tips li.email > a {
    border-bottom: 1px solid #36b4c1;
}

.options {
    margin: 6px 0 0;
}

.report_tips li h5 a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #36b4c1;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    display: inline-block;
    transition: all 0.3s linear 0s;
}

.report_tips li h5 a:hover {
    background: #009eb0;
}

.report_tips li:first-child a:hover {
    color: #009eb0;
}

.report_tips li h5 {
    margin: 8px 0 0;
}

.ways {
    padding: 40px 0 60px;
}

.report_tips li::after {
    background: url(images/plus.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 42px;
    right: 0;
    content: " ";
    display: block;
}

.report_tips li {
    position: relative;
}

.report_tips li:last-child::after {
    display: none;
}

.report_tips li > a.entire_class {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: none;
    z-index: 99;
}

.report_tips li img {
    transition: all 0.3s linear 0s;
    transform: translateZ(0px);
}

.report_tips li.animation-shake:hover img {
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* .report_tips li:nth-child(2):hover img {
    animation-duration: 0.15s;
    animation-iteration-count: infinite;
    animation-name: hvr-buzz;
    animation-timing-function: linear;
} */

.report_tips li.animation-mobile-app:hover > img {
transform: rotate(4deg);
}

.report_tips li.animation-click:hover > img {
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-name: hvr-push;
    animation-timing-function: linear;
}

html,
body {
    height: 100%;
    background: #e9e5db;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -71px;
    box-sizing: border-box;
}

.wrapper:after {
    content: "";
    display: block;
}

.big_footer .wrapper {
    min-height: 100%;
    margin-bottom: -272px;
}

.big_footer .site-footer,
.big_footer .wrapper:after {
    height: 272px;
}

.home_page {
    background: #36b4c1;
}

.site-footer,
.wrapper:after {
    height: 71px;
}

.wrapper > .container,
.wrapper > .container main {
    height: 94.75%;
}

footer {
    position: relative;
}

.home_footer {
    bottom: 68px;
    position: absolute;
    right: 150px;
    z-index: 1;
	display: none;
}

.footer2 {
    right: 0;
    bottom: 68px;
    position: absolute;
    z-index: 1;
}

.footer5 {
    left: 0;
    bottom: 66px;
    position: absolute;
    width: 68%;
    z-index: 1;
}

.footer3 {
    right: 0;
    bottom: 68px;
    position: absolute;
    width: 61%;
    z-index: 1;
     display: none;
}

.footer5 img, .footer3 img {
    width: 100%;
}

.inner_wrapper.contact_us,
.inner_wrapper.resources {
    background: none;
}

.report_pic {
    display: none;
}
.resources .pic img{width: 100%;}
.resources .pic{display: block; width:350px;}
.inner_wrapper {
    position: relative;
    z-index: 99;
}

#contact_us .row {
    background: #36b4c1;
}

#contact_us a {
    position: relative;
    z-index: 99;
}

#breadcrum li a {
    position: relative;
    z-index: 99;
}

.pic {
    display: none;
}

.top_section > span {
    position: absolute;
    top: 15px;
    right: 0;
}

.top_section > span img {
    width: 100%;
}

.home_footer img {
    width: 100%;
}
.footer3_new{
      bottom: 44px;
    padding: 0;
    position: absolute;
    right: 20%;
    width: 22%;
    z-index: 99;
    display:none;
}
.footer3_new img{width: 100%;margin: 0;}
.common.desc p {width:100% !important;}
span.wpcf7-not-valid-tip {font-size:13px !important;}
.textarea span.wpcf7-not-valid-tip{display:none !important;}
div.wpcf7-mail-sent-ok {border:0 !important;}
div.wpcf7-response-output{ margin: 2em 0 0 0 !important;    padding: 0.2em 0 !important;}
div.wpcf7-validation-errors {border:0 !important;}
footer .hmenu nav li:first-child a:hover{color:#36b4c1;}
.footer5_sec, .footer5_sec1{display:none;}


/*--updated code sytle --*/

/*--dropdown--*/
#navigation_bar nav {position:relative;}
#navigation_bar nav ul li {position:relative;}
#navigation_bar ul li ul {position:absolute; top:100%; display:none; background:#00435c; width:166px; z-index:999; padding: 15px 0;}
#navigation_bar ul li ul li {padding:0 20px 0 0; background:none;}
#navigation_bar ul li ul li > a {font-family: 'Raleway'; font-size:13px; line-height:15px; color:#fff; text-align:left; font-weight:700; padding:10px 32px; transition:none;}
#navigation_bar ul li ul li > a:hover { color:#52BFD5; text-decoration:none; background:url('images/arrowhover.png') no-repeat 90% 67%;}


/*--signs--*/
.resources-lists {position:relative; width:100%;}
.resources-lists ul {list-style:none; margin:54px 0 0;}
.resources-lists ul li {display:inline-block; margin:0 44px 0 0; width:185px; text-align:center; float:left;}
.resources-lists ul li:last {margin:0px;}
.resources-lists h4 {font-family: 'Raleway'; font-style:normal; font-weight:400; color:#808286; font-size:14px; line-height:18px; text-align:center;  letter-spacing: 0.040em;}
.resources-lists h4 a{color:#808286; text-decoration:none; font-weight: 800; letter-spacing:0.040em; background:url('images/arrownormal.png') no-repeat right center; padding-right:15px; }
.resources-lists h4 a:hover { color:#36b4c1; text-decoration:none;  background:url('images/arrowhover.png') no-repeat right center; }
.fimgblock {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 120px;
    position: relative;
    text-align: center;
    width: 120px;
    margin:0 auto 18px;
}

.fimgblock img {width: 50%;
  height: auto;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;}
  
 .arrow {border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #fff; height: 0; width: 0;display: none; position: absolute; right: 15px; top: 12px; margin: 10px;display: block;}
 
 #information {width:100%; position:relative;} 
.img-block{width: auto;
    height: auto;
    display: inline-block;
    float: left;
    /* bottom: -27px; */
    /* left: 57%; */}
.img-block img {width:auto; height:auto; display:block;}
.flexslider .slides > li {min-height:auto;position:relative; }
.sliderinfo {position: relative;
    left: 48%;
    top: 0;
    width: 100%;
    margin-left: -500px; }
.descriptions {
    float: left;
    width: 530px;
    margin:30px 0 0 3%;
    position: relative;
    /* left: 50%; */
}
.descriptions > h3 {
    color: #7fbb49;
    font-weight: 900;
    font-size: 20px;
    text-align: left;
    font-family: 'Raleway';
    margin:0 0 8px;
    letter-spacing: 0.04em;
}
.descriptions p {
    font-size: 28px;
    line-height: 32px;
    color: #005b7a;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.descriptions h4{color:#005b7a;font-family: 'Open Sans', sans-serif; font-size:13px; line-height:16px; text-align:left; font-weight: 800;}
#contact_us {margin-top:0px;}

.flex-direction-nav .flex-prev {background:url('images/prev_arrw.png')no-repeat top left; width:55px!important; height:55px!important; outline:0px; font-size:0px;opacity:1!important;content:""!important; left:76px!important; top: 38%!important;}
.flex-direction-nav .flex-prev:hover {background:url('images/prev_arrwhover.png')no-repeat top left; left:76px;}  
.flex-direction-nav .flex-next {background:url('images/next_arrw.png')no-repeat top left; width:55px!important; height:55px!important; outline:0px; font-size:0px;opacity:1!important;content:""!important; right:76px!important; top: 38%!important;}
.flex-direction-nav .flex-next:hover {background:url('images/next_arrwhover.png')no-repeat top left;  right:76px;} 
.flex-control-nav {
    width: 150px;
    position: absolute;
    bottom: 100px;
    text-align: left;
    left: 48%;
    margin-left: -94px;
}
.flex-control-nav li {margin: 0 4px!important;}
.flex-direction-nav a:before {content:"";}
.flex-direction-nav a.flex-next:before{content:"";}
.flex-control-paging li a{background:rgba(127,187,73,0.4);}
.flex-control-paging li a.flex-active {background:rgba(127,187,73,1);}
.flex-control-paging li a:hover{background:rgba(127,187,73,0.7);}
#information {background:#e9e5da url('images/slidertreestructure.jpg')no-repeat bottom left; background-size:100%;}
#contact_us .row {background:none;}
/*#contact_us p {min-height: 125px;}*/
#contact_us h2 { padding-bottom: 14px; line-height: 28px;letter-spacing:  0.040em;}
/*#contact_us .row{top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
 #contact_us {position:relative;}*/
 
 
 
 #contact_us p { padding-bottom:18px;}
 
 .resources-lists ul li:hover a {color: #36b4c1;}
 
 .resources-lists ul li:hover h4 { color: #36b4c1;}

#breadcrum {
    background: none;
}
    
  .mob-img {
    display: block;
    float: none;
    margin: 0 auto 25px;
    text-align: center;
    width: 50%;
    display:none;
}  

.contact_us_wrapper p {margin-bottom: 0px; line-height: 20px; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight:600;}
  
#breadcrum {display: none;}
