a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    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:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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

*,
* :after,
* :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    border-bottom: 1px solid #468847
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b94a48;
    border-bottom: 1px solid #b94a48
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
    line-height: .9em;
    opacity: 0;
    color: #b94a48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.parsley-errors-list.filled {
    opacity: 1
}

img {
    display: block
}

.loading {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8) url(/public/img/loader.svg) center center no-repeat;
    background-size: 50px 50px;
    z-index: 9999
}

.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1
}

.alert_con {
    position: fixed;
    width: intrinsic;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
    z-index: 999
}

.alertMessage {
    position: relative;
    display: block;
    width: intrinsic;
    background: #ccf7ff;
    color: #4498d0;
    border: 1px solid #4498d0;
    font-size: 16px;
    padding: 8px 5px 9px 15px;
    margin: 5px auto 5px;
    border-radius: 2px;
    cursor: pointer
}

.alertMessage:after {
    content: "\2715";
    float: right;
    text-align: center;
    width: 26px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 50%
}

.alertMessage.success {
    background: #e0f1d4;
    color: #398f4f;
    border-color: #c4d6c0
}

.alertMessage.error {
    display: block;
    background: #f1dfde;
    color: #9e4242;
    border-color: #9e4242
}

.alertMessage.alert {
    background: #fffaec;
    border-color: #ffc700;
    color: #fd9a10;
    font-size: 12px;
    padding: 8px 10px;
    margin: 5px 0;
    border-radius: 4px
}

small {
    font-size: smaller;
    font-weight: 400
}

.full {
    display: block;
    width: 100%
}

.hidden {
    display: none
}

.clearfix {
    clear: both
}

.clearfix::before {
    content: "";
    display: block;
    clear: both
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fleft,
.left {
    float: left
}

.fcenter {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.fnone {
    float: none !important
}

.fright,
.right {
    float: right
}


.tleft {
    text-align: left
}

.tright {
    text-align: right
}

.tcenter {
    text-align: center
}

.tjustify {
    text-align: justify
}

.t-underline {
    text-decoration: underline
}

.form_group {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px
}

.form_group label {
    color: #7d7d7d;
    font-size: 13px;
    transition: .1s ease all;
    -moz-transition: .1s ease all;
    -webkit-transition: .1s ease all
}

.error,
.form_group .error {
    float: none !important;
    color: #de5d44;
    border-color: #de5d44
}

.form_group small {
    display: block;
    float: left;
    color: #c0c2c5;
    margin-top: 3px;
    font-size: 12px;
    line-height: 13px
}

.form_group>.half {
    display: inline-block;
    width: calc(50% - 13px);
    margin-left: 0
}

.form_group>.half~.half {
    margin-left: 20px
}

.form_group>.triple {
    display: inline-block;
    width: calc(33.3333333% - 13px);
    margin-left: 0
}

.form_group>.triple~.triple {
    margin-left: 20px
}

::placeholder {
    font-size: 13px
}

input,
select,
textarea {
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
    line-height: 21px;
    font-family: inherit;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    -webkit-appearance: none
}

input:focus,
select:focus,
textarea:focus {
    border-color: #005f9a;
    outline: 0
}

input:read-only,
textarea:read-only {
    border-color: transparent;
    outline: 0
}

select {
    background: #fff url(/public/img/input-select2.svg) right 15px center no-repeat;
    background-size: 14px 14px;
    padding-right: 20px
}

input[type=radio] {
    height: 18px;
    width: 18px;
    float: left;
    margin: 0 7px 0 0 !important;
    padding: 0;
    background-color: #fff;
    background-image: url(/public/img/input-radio-w.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid silver;
    -webkit-appearance: none;
    border-radius: 50%
}

input[type=radio]:hover {
    border-color: #4d4d4d
}

input[type=radio]:checked {
    background-image: url(/public/img/input-radio-b.svg);
    border-color: #4d4d4d
}

input[type=checkbox]~label,
input[type=radio]~label {
    line-height: 22px
}

input[type=checkbox] {
    height: 18px;
    width: 18px;
    float: left;
    margin: 0 7px 0 0 !important;
    padding: 0;
    background-color: #fff;
    background-image: url(/public/img/input-checkbox-w.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid #b9b9b9;
    -webkit-appearance: none;
    border-radius: 2px
}

input[type=checkbox]:hover {
    border-color: #4d4d4d
}

input[type=checkbox]:checked {
    background-image: url(/public/img/input-checkbox-b.svg);
    border-color: #4d4d4d
}