@charset "utf-8";
@charset "utf-8";

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

html {
    font-size: 62.5%;
    min-height: 100%;
    position: relative;
}

body {
    width: 100%;
    height: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    background: #9ec1da url(../images/bg.jpg) no-repeat top left;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.clearboth {
    clear: both;
}

img {
    max-width: 100%;
    min-width: 25%;
    height: auto;
    width: auto;
}

h1 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #980039;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
}

h4 {
    color: #980039;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    margin: 8px 0 5px 0;
    margin: 0.8rem 0 0.5rem 0;
}

h3 {
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
}

h5 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 20px 0;
    margin: 2rem 0;
}

h6 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #980039;
    text-align: center;
}

p {
    line-height: 18px;
    line-height: 1.8rem;
}

hr {
    border: 0;
    background-color: #CCCCCC;
    height: 1px;
    height: 0.1rem;
}

.center {
    text-align: center;
}

.OuterWrap {
    width: 960px;
    width: 96rem;
    max-width: 93%;
    margin: 20px auto;
    margin: 2rem auto;
    padding: 5px;
    padding: 0.5rem;
    background: #FFFFFF;
    -webkit-border-radius: 30px;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 30px;
    -moz-border-radius: 3rem;
    border-radius: 30px;
    border-radius: 3rem;
    border: solid 1px #a6a7a7;
    overflow: hidden;
}

.Header {
    position: relative;
    width: 100%;
    height: 218px;
    height: 21.8rem;
    background: url(../images/Header-BG.png) no-repeat 0 0;
    background-size: auto;
    margin-bottom: 1rem;
}

.Logo {
    position: absolute;
    width: 174px;
    width: 17.4rem;
    height: 181px;
    height: 18.1rem;
    top: 15px;
    top: 1.5rem;
    left: 40px;
    left: 4rem;
    background: url(../images/logo.jpg) no-repeat 0 0;
}

.Slogan {
    position: absolute;
    color: #FFF;
    bottom: 14px;
    bottom: 1.4rem;
    left: 320px;
    left: 32rem;
}

/*.ShareIcons{position:absolute;width:286px;width:28.6rem;height:50px;height:5rem;top:-10px;top:-1rem;left:337px;left:33.7rem;}*/
.ShareIcons {
    position: absolute;
    width: 286px;
    width: 28.6rem;
    height: 50px;
    height: 5rem;
    top: -10px;
    top: -1rem;
    left: 337px;
    left: 37.7rem;
}


.ShareIcons div {
    width: 47px;
    width: 4.7rem;
    height: 48px;
    height: 4.8rem;
    display: inline-block;
    margin: 2px 10px 0 10px;
    margin: 0.2rem 1rem 0 1rem;
    cursor: pointer;
}

.ShareIcons .FB {
    background: url(../images/icon-fb.png) 0 20px no-repeat;
}

/*.ShareIcons .GOO{background:url(../images/icon-goo.png) 0 20px no-repeat;}*/
.ShareIcons .GOO {
    background: url(../images/icon-goo.png) 0 20px no-repeat;
    display: none;
}

.ShareIcons .RSS {
    background: url(../images/icon-rss.png) 0 20px no-repeat;
}

.ShareIcons .TW {
    background: url(../images/icon-tw.png) 0 20px no-repeat;
}

.ShareIcons div:hover {
    background-position: 0 6px;
}

.Newletter {
    position: absolute;
    width: 230px;
    width: 23rem;
    height: 160px;
    height: 16rem;
    right: 14px;
    right: 1.4rem;
    top: 14px;
    top: 1.4rem;
    padding: 10px;
    padding: 1rem;
    background: #f8f8f8;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 10px;
    -moz-border-radius: 1rem;
    border-radius: 10px;
    border-radius: 1rem;
    border: solid 1px #a6a7a7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Newletter p {
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
}

.Newletter input[type=text] {
    width: 225px;
    width: 22.5rem;
    height: 20px;
    height: 2rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.Newletter ul li {
    float: left;
    margin-right: 7px;
    margin-right: 0.7rem;
}

.Newletter .ButtonSubscribe {
    float: right;
    margin-top: -20px;
    margin-top: -2rem;
}

.sp-form[sp-id="119722"]{
    width: 100%;
    padding: 1rem;
}
input[type=submit] {
    background: #0185b5;
    border: solid 1px #000000;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

input[type=submit]:hover {
    background: #980039;
}

.header-right {
    position: absolute;
    width: 230px;
    width: 23rem;
    height: 160px;
    height: 16rem;
    right: 14px;
    right: 1.4rem;
    top: 14px;
    top: 1.4rem;
    padding: 10px;
    padding: 1rem;
    text-align: center;
    font-size: 2.2rem;
    font-size: 22px;
    font-weight: bold;
    line-height: 2.7rem;
    line-height: 27px;
}

.TopNav {
    position: absolute;
    bottom: 65px;
    bottom: 6.5rem;
    left: 300px;
    left: 33rem;
}

.TopNav ul li {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 5px;
    margin-right: 0.5rem;
}

.TopNav ul li a {
    display: inline-block;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    color: #000000;
    text-decoration: none;
}

.TopNav ul li a:hover,
.TopNav ul li a:active {
    background: #d8d8d8;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 5px;
    -moz-border-radius: 0.5rem;
    border-radius: 5px;
    border-radius: 0.5rem;
}

.tinynav {
    display: none;
}

.adsbygoogle {
    display: inline-block;
    width: 336px;
    width: 33.6px;
    height: 280px;
    height: 28rem;
    margin: 20px auto;
    margin: 2rem auto;
}

.AdSlot1 {
    width: 728px;
    height: 90px;
}

.AdSlot2 {
    width: 336px;
    height: 280px;
}


.SidebarLeftWrap {
    width: 210px;
    width: 21rem;
    float: left;

}

.SidebarHeadingLeft {
    background: #0089b5;
}

.SidebarContentsLeft {
    border: solid 1px #0089b5;
}

.ContentTextWrap {
    width: 487px;
    width: 48.7rem;
    margin: 0 10px;
    margin: 0 1rem;
    float: left;
    padding: 15px;
    padding: 1.5rem;
    border: solid 1px #a6a7a7;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 5px;
    -moz-border-radius: 0.5rem;
    border-radius: 5px;
    border-radius: 0.5rem;
}

.ContentTextWrap p {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    margin-top: 10px;
    margin-top: 1rem;
    font-size: 13px;
    font-size: 1.3rem;
}

.ContentTextWrap p img {
    border: solid 1px #000000;
}

.ContentTextWrap a {
    color: #980039;
}

.ContentTextWrap a:hover {
    text-decoration: none;
}

.ContentTextWrap textarea {
    width: 486px;
    width: 48.6rem;
    border: solid 1px #000000;
}

.ContentTextWrap li {
    list-style-type: disc;
    margin-left: 10px;
    margin-left: 1rem;
    padding-left: 10px;
    padding-left: 1rem;
}

.SidebarRightWrap {
    width: 210px;
    width: 21rem;
    float: left;
}

.SidebarHeadingRight {
    background: #980039;
}

.SidebarContentsRight {
    border: solid 1px #980039;
}

.Sidebar {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.SidebarHeading {
    -webkit-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 0.5rem 0.5rem 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -moz-border-radius: 0.5rem 0.5rem 0 0;
    border-radius: 5px 5px 0 0;
    border-radius: 0.5rem 0.5rem 0 0;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 10px;
    padding-top: 1rem;
    height: 25px;
    height: 2.5rem;
}

.SidebarContents {
    padding: 10px;
    padding: 1rem;
    border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 0.5rem 0.5rem;
    -moz-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 0.5rem 0.5rem;
    border-radius: 0 0 5px 5px;
    border-radius: 0 0 0.5rem 0.5rem;
    background: #ebebeb;
}

.SidebarContents ul {
    margin-left: 10px;
    margin-left: 1rem;
}

.SidebarContents ul li {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
    list-style-image: url(../images/SidebarBullet.png);
}

.SidebarContents ul li a {
    color: #000000;
    text-decoration: none;
    line-height: 15px;
    line-height: 1.5rem;
}

.SidebarContents ul li a:hover {
    color: #980039;
    text-decoration: underline;
}

.DailyArrow {
    text-align: center;
    margin-top: 7px;
    margin-top: 0.7rem;
}

.SidebarContents .Surprise a {
    color: #980039;
    text-decoration: underline;
    font-weight: bold;
}

.SidebarContents .Surprise a:hover {
    text-decoration: none;
}

.SocialNetwork {
    text-align: center;
    margin: 15px 0;
    margin: 1.5rem 0;
}

.SocialNetwork div {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    text-align: center;
    display: inline-block;
}

.BottomButton {
    width: 450px;
    width: 45rem;
    height: 65px;
    height: 6.5rem;
    margin: 30px auto;
    margin: 3rem auto;
}

.BottomButtonLeft {
    width: 31px;
    width: 3.1rem;
    height: 65px;
    height: 6.5rem;
    float: left;
    background: url(../images/white-button-left.png) no-repeat;
}

.BottomButtonRight {
    width: 419px;
    width: 41.9rem;
    height: 65px;
    height: 6.5rem;
    float: left;
    background: url(../images/white-button-right.png) right;
}

.BottomButtonRight h6 {
    margin-top: 11px;
    margin-top: 1.1rem;
}

.SitemapContents {
    padding: 30px;
    padding: 3rem;
}

.SitemapContainer li {
    float: left;
    width: 28%;
    padding: 15px;
    padding: 1.5rem;
    margin-right: 10px;
    margin-right: 1rem;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 0.5rem;
    border-radius: 5px;
    border-radius: 0.5rem;
    border: solid 1px #CCCCCC;
}

.SitemapContainer li ul {
    margin-left: 20px;
    margin-left: 2rem;
}

.SitemapContainer li ul li {
    border: none;
    width: 100%;
    float: none;
    padding: 0;
    margin: 10px 0 10px 0;
    margin: 1rem 0 1rem 0;
    list-style-image: url(../images/SidebarBullet.png);
    line-height: 15px;
    line-height: 1.5rem;
}

.SitemapContainer li ul li a {
    color: #000;
}

.SitemapContainer li ul li a:hover {
    text-decoration: none;
    color: #980039;
}

.NewetterSidebar input[type=text] {
    width: 98%;
    margin: 10px 0;
    margin: 1rem 0;
    height: 20px;
    height: 2rem;
}

.NewetterSidebar input[type=submit] {
    margin: 0 auto;
    display: block;
}

._form {
    position: relative;
    background: #fff;
    width: 400px;
    /* width: 100%; */
    padding: 0 !important;
    text-align: left;
}

._form em {
    color: #9a9a9a;
}

._form a {
    margin-left: 3px;
}

._form ._field,
._form ._field ._label,
._form ._type_radio,
._form ._type_checkbox,
._form ._type_captcha,
._form ._field table {
    background: none;
}

._form ._field {
    position: relative;
    width: 100%;
    cursor: move;
    font-style: normal;
    margin: 1.2em 0;
    padding: 0;
    overflow: hidden;
}

._form ._field input[type="text"] {
    width: 95%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #b6b6b6;
}

._form ._field ._label {
    display: block;
    margin: 0 0 0.5em;
    padding: 0 !important;
    font-size: 15px;
}

._form ._field ._option input[type="checkbox"],
._form ._field ._option input[type="radio"] {
    position: relative;
    width: 13px;
    height: 13px;
    margin: -4px 0 0;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
}

._form ._field ._option input[type="submit"],
._form ._field ._option input[type="button"] {
    margin: 0;
    cursor: pointer;
    height: 35px;
    width: auto;
    font-size: 15px;
}

._form ._field ._option select {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 15px;
    border: 1px solid #b6b6b6;
}

._form ._type_radio ._option,
._form ._type_checkbox ._option {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
}

._form ._type_date ._option input[type="text"] {
    float: left;
    width: 100px;
}

._form ._type_date ._option input[type="button"] {
    width: 37px;
    height: 36px;
    margin-left: 5px;
    padding: 20px;
    background: url(https://ui.honestmail.net/admin/css/../images/icon_calendar.gif) no-repeat 0 0;
    border: none;
    outline: none;
    text-indent: -9999px;
}

._form ._type_captcha img {
    float: left;
    margin: 0 6px 0 0;
    width: 70px;
    height: 33px;
    border: 1px solid #b6b6b6;
}

._form ._type_captcha input[type="text"] {
    margin: -14px 0 0 0 !important;
    width: 25%;
}

._form ._field table {
    width: 100% !important;
}

._form ._field table tbody tr td {
    width: 50% !important;
    font-size: 15px;
}

._form {
    width: 400px;
    padding: 16px !important;
    background: #eff9fd;
    color: #2c2c2c;
    font-weight: normal;
    border: 1px solid #c4d5da;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

._form #notice {
    margin: 10px 0 0 -3px !important;
    padding: 0;
    color: #959c9f;
    font-size: 11px;
    font-family: helvetica, arial, sans-serif;
}

._form #notice a,
._form #notice a:visited {
    color: #959c9f;
    text-decoration: underline;
}

._form ._field,
._form ._field ._label,
._form ._type_radio,
._form ._type_checkbox,
._form ._type_captcha,
._form ._field table {
    background: none;
}

._form ._field {
    position: relative;
    width: 100%;
    cursor: default;
    font-style: normal;
    margin: 0 0 16px !important;
    padding: 0 !important;
    overflow: hidden;
}

._form ._field input[type="text"],
._form ._field input[type="email"] {
    width: 97%;
    margin: 0 !important;
    padding: 4px !important;
    font-size: 16px;
    border: 1px solid #b4c5cb;
    border-top: 1px solid #a5b4b9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

._form ._field ._label {
    margin: 0 0 0.3em !important;
    color: #546f79;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    font-weight: 700;
}

._form ._field ._option {
    margin: 0;
    padding: 0;
    color: #546f79;
    font-size: 13px;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    line-height: 20px;
}

._form ._type_header ._label {
    width: 100%;
    font-style: normal;
    font-size: 20px !important;
    line-height: 24px;
    color: #546f79;
    margin: 0 0 5px !important;
    padding: 0 0 10px !important;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}

._form ._type_input ._option textarea {
    width: 97% !important;
    background: #fafafa;
    border: 1px solid #b4c5cb;
    border-top: 1px solid #a5b4b9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

._form ._field ._option input[type="submit"],
._form ._field ._option input[type="button"] {
    width: auto;
    margin: 10px 0 0 !important;
    padding: 8px 15px !important;
    cursor: pointer;
    font-family: helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background: #82aebe;
    border: 1px solid #6a9eb0;
    border-bottom: 1px solid #5f8e9f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px 1px 1px #5f8e9f !important;
}

._form ._type_input ._option input[type="submit"]:hover,
._form ._type_input ._option input[type="button"]:hover {
    background: #6494a6;
}

._form ._type_radio ._option label {
    display: inline;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

._form ._type_radio ._option label input[type="radio"] {
    position: relative;
    width: 13px;
    height: 13px;
    margin: -4px 0 0 !important;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    border: none;
    line-height: 18px;
}

._form ._type_date ._option input[type="text"] {
    float: left;
    width: 100px;
}

._form ._type_date ._option input[type="button"] {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px 0 0 5px !important;
    padding: 0;
    background: url(https://ui.honestmail.net/admin/templates/form-themes/simple-blue/images/icon_calendar.gif) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
}

._form ._field ._option select {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 16px;
    border: 1px solid #cce0e7;
}

._form ._type_captcha img {
    float: left;
    width: 88px;
    height: 44px;
    margin: 0 6px 0 0;
    border: 1px solid #cce0e7;
}

._form ._type_captcha input[type="text"] {
    margin: 0 !important;
    width: 40%;
    font-size: 16px;
}

._form ._field table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100% !important;
    table-layout: fixed;
    margin-bottom: 18px;
    font-size: 13px !important;
    border-collapse: collapse;
    border-spacing: 0;
}

._form ._field table td {
    padding: 0 10px 0 0 !important;
    line-height: 18px;
    text-align: left;
    font-size: 13px !important;
    color: #606060;
}

._form ._type_input ._option table tbody#_forward_rcpt input {
    margin: 0 0 5px 0 !important;
    width: 96% !important;
}

._form ._type_input ._option table tbody#_forward_rcpt img.image_addrcpt {
    cursor: pointer;
}

.form_errors {
    text-align: center;
    font-size: 15px;
    margin: 10px;
    color: #900;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.email {
    width: 225px;
    width: 22.5rem;
    height: 20px;
    height: 2rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

._form {
    position: relative;
    background: #fff;
    width: 400px;
    padding: 0 !important;
    text-align: left;
}

._form em {
    color: #9a9a9a;
}

._form a {
    margin-left: 3px;
}

._form ._field,
._form ._field ._label,
._form ._type_radio,
._form ._type_checkbox,
._form ._type_captcha,
._form ._field table {
    background: none;
}

._form ._field {
    position: relative;
    width: 100%;
    cursor: move;
    font-style: normal;
    margin: 1.2em 0;
    padding: 0;
    overflow: hidden;
}

._form ._field input[type="text"] {
    width: 95%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #b6b6b6;
}

._form ._field ._label {
    display: block;
    margin: 0 0 0.5em;
    padding: 0 !important;
    font-size: 15px;
}

._form ._field ._option input[type="checkbox"],
._form ._field ._option input[type="radio"] {
    position: relative;
    width: 13px;
    height: 13px;
    margin: -4px 0 0;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
}

._form ._field ._option input[type="submit"],
._form ._field ._option input[type="button"] {
    margin: 0;
    cursor: pointer;
    height: 35px;
    width: auto;
    font-size: 15px;
}

._form ._field ._option select {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 15px;
    border: 1px solid #b6b6b6;
}

._form ._type_radio ._option,
._form ._type_checkbox ._option {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
}

._form ._type_date ._option input[type="text"] {
    float: left;
    width: 100px;
}

._form ._type_date ._option input[type="button"] {
    width: 37px;
    height: 36px;
    margin-left: 5px;
    padding: 20px;
    background: url(https://ui.honestmail.net/admin/css/../images/icon_calendar.gif) no-repeat 0 0;
    border: none;
    outline: none;
    text-indent: -9999px;
}

._form ._type_captcha img {
    float: left;
    margin: 0 6px 0 0;
    width: 70px;
    height: 33px;
    border: 1px solid #b6b6b6;
}

._form ._type_captcha input[type="text"] {
    margin: -14px 0 0 0 !important;
    width: 25%;
}

._form ._field table {
    width: 100% !important;
}

._form ._field table tbody tr td {
    width: 50% !important;
    font-size: 15px;
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans);

._form {
    margin: 0;
    padding: 0px !important;
    background: #f0f0f0;
    color: #2c2c2c;
    font-weight: normal;
    text-shadow: 1px 1px 1px #fff;
}

/* ._form #notice {
    margin: !important;
    padding: 0 0 3px !important;
    color: #acacac;
    font-size: 11px;
    font-family: helvetica, arial, sans-serif;
} */

._form #notice a:link,
._form #notice a:visited {
    color: #acacac;
    text-decoration: underline;
}

.formwrapper {
    width: auto;
    margin: 0px !important;
    padding: 10px 20px 3px !important;
    background: #f0f0f0;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.formwraptop {
    margin: 0px !important;
    padding: 0px !important;
    height: 5px;
}

.formwraptop .topleft {
    float: left;
    height: 5px;
    width: 20px;
    background: transparent url(https://ui.honestmail.net/admin/templates/form-themes/grey/images/bg_form_top_left.png) no-repeat top left;
}

.formwraptop .topbg {
    height: 5px;
    background: transparent url(https://ui.honestmail.net/admin/templates/form-themes/grey/images/bg_form_top_bg.png) no-repeat top right;
}

.formwrapbottom {
    margin: 0px !important;
    padding: 0px !important;
    height: 5px;
}

.formwrapbottom .bottomleft {
    float: left;
    height: 5px;
    width: 20px;
    background: transparent url(https://ui.honestmail.net/admin/templates/form-themes/grey/images/bg_form_bottom_left.png) no-repeat bottom left;
}

.formwrapbottom .bottombg {
    height: 5px;
    background: transparent url(https://ui.honestmail.net/admin/templates/form-themes/grey/images/bg_form_bottom_bg.png) no-repeat bottom right;
}

._form ._field,
._form ._field ._label,
._form ._type_radio,
._form ._type_checkbox,
._form ._type_captcha,
._form ._field table {
    background: none;
}

._form ._field {
    position: relative;
    width: 100%;
    cursor: default;
    font-style: normal;
    margin: 0 0 16px !important;
    padding: 0 !important;
    overflow: hidden;
}

._form ._field input[type="text"],
._form ._field input[type="email"] {
    width: 97%;
    margin: 0 !important;
    padding: 4px !important;
    font-size: 18px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent url(https://ui.honestmail.net/admin/templates/form-themes/grey/images/bg_input.gif) repeat-x top left;
}

._form ._field ._label {
    margin: 0 0 0.3em !important;
    color: #202020;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    font-weight: 400;
}

._form ._field ._option {
    margin: 0;
    padding: 0;
    color: #202020;
    font-size: 13px;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    line-height: 20px;
}

._form ._type_header ._label {
    width: 100%;
    font-style: normal;
    font-size: 26px !important;
    line-height: 34px;
    font-family: 'PT Sans', arial, serif;
    font-weight: 700;
    color: #202020;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
    overflow: hidden;
    background: transparent url(https://ui.honestmail.net/admin/templates/form-themes/grey/images/bg_hdr_line.gif) repeat-x bottom left;
}

._form ._type_input ._option textarea {
    padding: 2px !important;
    width: 97% !important;
    background: #fff url(https://ui.honestmail.net/admin/templates/form-themes/grey/images/bg_input.gif) repeat-x top left;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

._form ._field ._option input[type="submit"],
._form ._field ._option input[type="button"] {
    width: auto;
    height: 48px;
    margin: 10px 0 0 !important;
    padding: 8px 32px 8px 15px !important;
    cursor: pointer;
    font-family: helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #f2b103 url(https://ui.honestmail.net/admin/templates/form-themes/grey/images/bg_submit_btn.gif) repeat-x top right;
    border: 1px solid #b97e00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 1px #ca9300;
}

._form ._type_radio ._option label {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

._form ._type_radio ._option label input[type="radio"] {
    position: relative;
    width: 13px;
    height: 13px;
    margin: -4px 0 0 !important;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    border: none;
    line-height: 18px;
}

._form ._type_date ._option input[type="text"] {
    float: left;
    width: 100px;
    font-size: 18px;
}

._form ._type_date ._option input[type="button"] {
    float: left;
    width: 27px;
    height: 27px;
    margin: 0 0 0 5px !important;
    padding: 0;
    background: url(https://ui.honestmail.net/admin/templates/form-themes/grey/images/icon_calendar.gif) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
}

._form ._field ._option select {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 18px;
    border: 1px solid #d7d7d7;
}

._form ._type_captcha img {
    float: left;
    width: 88px;
    height: 44px;
    margin: 0 6px 0 0;
    border: 1px solid #d7d7d7;
}

._form ._type_captcha input[type="text"] {
    margin: 0 !important;
    width: 40%;
    font-size: 18px;
}

._form ._field table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100% !important;
    table-layout: fixed;
    margin-bottom: 18px;
    font-size: 12px !important;
    border-collapse: collapse;
    border-spacing: 0;
}

._form ._field table td {
    padding: 0 10px 0 0 !important;
    line-height: 18px;
    text-align: left;
    font-size: 12px !important;
    color: #606060;
}

._form ._type_input ._option table tbody#_forward_rcpt input {
    margin: 0 0 5px 0 !important;
    width: 96% !important;
}

._form ._type_input ._option table tbody#_forward_rcpt img.image_addrcpt {
    cursor: pointer;
}

.form_errors {
    text-align: center;
    font-size: 15px;
    margin: 10px;
    color: #900;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Responsive Styles */
@media screen and (max-width: 1048px) {
    .OuterWrap {
        max-width: 95%;
        margin: 1rem auto;
    }

    .Header {
        height: auto;
        min-height: 25rem;
        background: #e6e7e7;
        background-image: none;
        border-radius: 2.5rem;
        border: solid 1px #bebebe;
        padding-bottom: 1rem;
    }

    .Logo {
        left: 50%;
        transform: translateX(-50%);
        top: 2rem;
        width: 17.4rem;
        height: 18.1rem;
        background-size: contain;
    }

    .Slogan {
        position: relative;
        color: #000;
        top: auto;
        left: auto;
        text-align: center;
        margin: 1rem 0;
    }

    .Slogan h2 {
        font-size: 1.5rem;
    }

    .ShareIcons {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        text-align: center;
        background: #980039;
        border-radius: 2.5rem 2.5rem 0 0;
        padding: 1rem 0;
    }

    .ShareIcons div {
        margin: 0.5rem;
    }

    .TopNav {
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        margin: 1rem auto;
        width: 100%;
        z-index: 10;
    }

    .TopNav ul li {
        float: none;
        display: inline-block;
        margin: 0.5rem;
    }

    .TopNav ul li a {
        color: #FFF;
        background: #980039;
        border-radius: 0.5rem;
    }

    .TopNav ul li a:hover,
    .TopNav ul li a:active {
        background: #cb004c;
    }

    .Newletter {
        position: relative;
        right: auto;
        top: auto;
        width: 90%;
        margin: 1rem auto;
        height: auto;
    }

    .header-right {
        position: relative;
        right: auto;
        top: auto;
        width: 90%;
        margin: 1rem auto;
        height: auto;
    }

    .ContentWrap {
        margin-top: 10rem;
        /* Increased to clear navbar */
        flex-direction: column;
    }

    .SidebarLeftWrap {
        width: 100%;
        float: none;
        min-height: auto;
        overflow: visible;
        margin-bottom: 1rem;
    }

    .SidebarLeftWrap ul li {
        width: 100%;
        display: block;
    }

    .ContentTextWrap {
        width: 100%;
        margin: 4rem 0;
        padding: 1rem;
    }

    .SidebarRightWrap {
        width: 100%;
        float: none;
        min-height: auto;
        overflow: visible;
        margin-bottom: 1rem;
    }

    .BottomButton {
        width: 90%;
        height: auto;
        margin: 2rem auto;
    }

    .BottomButtonLeft {
        display: none;
    }

    .BottomButtonRight {
        width: 100%;
        background-image: none;
        background: #e7edef;
        border: solid 1px #adb9c2;
        border-radius: 3rem;
        padding: 1rem;
    }

    .adsbygoogle,
    .AdSlot1,
    .AdSlot2 {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 1rem auto;
    }
}

@media screen and (max-width: 768px) {
    .Header {
        min-height: 30rem;
    }

    .Logo {
        top: 3rem;
    }

    .Slogan {
        margin-top: 20rem;
    }

    .TopNav {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .Newletter {
        width: 95%;
    }

    .header-right {
        width: 95%;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .SidebarLeftWrap ul li {
        width: 100%;
    }

    .ContentTextWrap {
        padding: 0.5rem;
    }

    .ContentTextWrap p,
    .ContentTextWrap h1,
    .ContentTextWrap h2,
    .ContentTextWrap h5 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

@media screen and (max-width: 480px) {
    .Header {
        min-height: 35rem;
    }

    .Logo {
        width: 15rem;
        height: 15rem;
        /* margin-left: -7.5rem; */
    }

    .Sidebar {
        margin: 0.5rem 0.5rem
    }

    .Slogan h2 {
        font-size: 1.3rem;
    }

    .ShareIcons div {
        width: 4rem;
        height: 7rem;
        background-size: 80%;
    }

    .ShareIcons div:hover,
    .ShareIcons div:focus {
        background-position: 0 10px;
    }

    .ContentTextWrap {
        float: none;
    }

    .TopNav {
        width: 95%;
        /* margin-left: -47.5%; */
    }

    .TopNav ul li {
        font-size: 1.1rem;
        margin: 0.2rem;
    }

    .TopNav ul li a {
        padding: 0.3rem;
    }

    .Newletter {
        height: auto;
        padding: 0.5rem;
    }

    .Newletter input[type=text],
    .email {
        width: 100%;
        box-sizing: border-box;
    }

    .BottomButtonRight h6,
    .BottomButtonRight p {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .BottomButtonRight {
        float: none;
        height: 100%;
        justify-self: center;
    }

    .SocialNetwork {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .center {
        margin: auto 1rem;
    }
}