.block-button,.gform_wrapper .gform_footer .gform_button {
    color: #fff;
    background-color: #f58220;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 25px 10px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    text-align: center;
    box-sizing: border-box
}

@media all and (min-width: 768px) {
    .block-button,.gform_wrapper .gform_footer .gform_button {
        min-width:160px
    }
}

.block-button:visited,.gform_wrapper .gform_footer .gform_button:visited {
    color: #fff
}

.block-button:hover,.gform_wrapper .gform_footer .gform_button:hover {
    color: #fff;
    background-color: rgba(245,130,32,0.9);
    text-decoration: none
}

.with-icon.block-button,.gform_wrapper .gform_footer .with-icon.gform_button {
    padding-left: 35%;
    text-align: left;
    background-image: none;
    background-position: left 10% center;
    background-repeat: no-repeat;
    background-size: 30px auto
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .with-icon.block-button,.gform_wrapper .gform_footer .with-icon.gform_button {
        padding-left:25%;
        background-size: 20px auto
    }
}

.with-icon.links.block-button,.gform_wrapper .gform_footer .with-icon.links.gform_button {
    background-image: url("../images/icons/chain-white.png")
}

.with-icon.library.block-button,.gform_wrapper .gform_footer .with-icon.library.gform_button {
    background-image: url("../images/icons/book-white.png")
}

.gform_wrapper .gform_body ul.gform_fields li.gfield select,.gform_wrapper .gform_body ul.gform_fields li.gfield input[type=text],#library_search_form input[type=text],#library_search_form select {
    margin-bottom: 0;
    font-size: 14px;
    color: #6c6c6c;
    background: #fff;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 4px 7px;
    border: 1px solid #c6c6c6;
    border-radius: 0
}

html,body,div,span,applet,object,iframe,h1,h2,.sidebar 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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}


blockquote,q {
    quotes: none
}

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

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

code {
    padding: 3px 6px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #3f8faf
}

body {
    background: #fff;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #5b5b5b;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

.columns img,.column img {
    max-width: 100%;
    height: auto
}

.content img {
    border: 1px solid #dfdfdf;
    margin-bottom: 15px
}

.item-img img {
    width: 100%;
    height: auto
}

.align-left {
    float: left
}

.align-center {
    text-align: center
}

.align-right {
    float: right
}

img.align-left {
    float: left;
    margin: 0 15px 12px 0
}

img.align-center {
    text-align: center;
    clear: both;
    margin: 15px auto;
    display: block
}

img.align-right {
    float: right;
    margin: 0 0 12px 15px
}

img,object,video {
    max-width: 100%;
    height: auto;
    display: block
}

img {
    width: auto;
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic
}

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

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

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

.image-left {
    float: left;
    margin: 0 15px 8px 0;
    padding: 3px;
    border: 1px solid #dedede
}

.image-right {
    float: right;
    margin: 0 0 8px 15px;
    padding: 3px;
    border: 1px solid #dedede
}

h1,h2,.sidebar h2,h3,h4,h5,h6 {
    color: #444;
    font-family: Arial, sans-serif;
    font-weight: normal
}

h4{
	color: #009CA6 !important;
}

.sidebar h1,.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5,.sidebar h6 {
    color: #444;
    font-family: 'Droid Sans', Arial, sans-serif;
    font-weight: bold
}

.sidebar h1 {
    font-size: 20px;
    line-height: 1.6
}

.sidebar h2 {
    font-size: 18px;
    line-height: 1.6
}

.sidebar h3 {
    font-size: 16px;
    line-height: 1.6
}

.sidebar h4 {
    font-size: 14px;
    line-height: 1.6
}

.sidebar h5 {
    font-size: 14px;
    line-height: 1.6
}

.sidebar h6 {
    font-size: 14px;
    line-height: 1.6
}

h1 a,h2 a,.sidebar h2 a,h3 a,h4 a,h5 a,h6 a {
    font-weight: inherit
}

h1 {
    font-size: 26px;
    line-height: 1.6
}

h2,.sidebar h2 {
    font-size: 24px;
    line-height: 1.6
}

h3 {
    font-size: 22px;
    line-height: 1.6
}

h4 {
    font-size: 18px;
    line-height: 1.6
}

h5 {
    font-size: 16px;
    line-height: 1.6
}

h6 {
    font-size: 14px;
    line-height: 1.6
}

.subheader {
    color: #777
}

p {
    margin: 0 0 15px 0;
    line-height: 20px
}

p img {
    margin: 0
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777
}

em {
    font-style: italic
}

strong {
    font-weight: bold;
    color: #000;
}

small {
    font-size: 80%
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0
}

a,a:visited {
    color: #00A0AF;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    -transition: color 0.1s ease-in-out
}

a:hover {
    color: #888;
    text-decoration: underline
}

a:focus {
    outline: 1px dotted #FAA32F
}

p a,p a:visited {
    line-height: inherit
}

ol {
    list-style: decimal
}

ol,ul.square,ul.circle,ul.disc {
    margin-left: 30px
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside
}

li {
    line-height: 18px
}

ul.large li {
    line-height: 21px
}

li p {
    line-height: 21px
}

img.scale-with-grid {
    max-width: 100%;
    height: auto
}

form {
    margin-bottom: 20px
}

fieldset {
    margin-bottom: 20px
}

input[type="text"],input[type="password"],input[type="email"],textarea {
    border: 1px solid #d8d8d8;
    padding: 9px;
    outline: none;
    font: 14px Arial, sans-serif;
    color: #6c6c6c;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff
}

select {
    padding: 0
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
    border: 1px solid #c8c8c8;
    color: #606060
}

textarea {
    min-height: 60px
}

label,legend {
    display: block;
    font-weight: bold;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px
}

input[type="checkbox"] {
    display: inline
}

label span,legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444
}

.remove-bottom {
    margin-bottom: 0 !important
}

.half-bottom {
    margin-bottom: 10px !important
}

.add-bottom {
    margin-bottom: 20px !important
}

@media screen and (max-width: 600px) {
    .hide-on-phone {
        display:none !important
    }
}

.gform_wrapper {
    overflow: inherit;
    margin: 10px 0;
    max-width: 98%
}

.gform_wrapper h1,.gform_wrapper h2,.gform_wrapper h3 {
    font-weight: normal;
    border: none;
    outline: none;
    background: none
}

.gform_wrapper :focus {
    outline: 0
}

.gform_wrapper form {
    text-align: left
}

.gform_wrapper input[type=text],.gform_wrapper input[type=url],.gform_wrapper input[type=email],.gform_wrapper input[type=tel],.gform_wrapper input[type=number],.gform_wrapper input[type=password] {
    outline-style: none;
    font-size: 11px;
    font-family: inherit;
    padding: 2px 0 2px 0;
    letter-spacing: normal
}

.gform_wrapper input[type=image] {
    border: none !important;
    padding: 0 !important;
    width: auto !important
}

.gform_wrapper textarea {
    outline-style: none;
    font-size: 11px;
    font-family: inherit;
    letter-spacing: normal;
    padding: 2px 0 2px 0;
    resize: none
}

.gform_wrapper ul {
    margin: 0;
    list-style-type: none
}

html>body .entry ul,.gform_wrapper ul {
    text-indent: 0
}

.gform_wrapper li,.gform_wrapper form li {
    list-style-type: none !important;
    list-style-image: none !important;
    list-style: none !important;
    overflow: visible
}

.gform_wrapper ul li.gfield {
    clear: both
}

.gform_wrapper ul.gfield_radio li,.gform_wrapper ul.gfield_checkbox li {
    overflow: hidden
}

.gform_wrapper ul.right_label li,.gform_wrapper form ul.right_label li,.gform_wrapper ul.left_label li,.gform_wrapper form ul.left_label li {
    margin-bottom: 14px
}

.gform_wrapper ul.right_label li ul.gfield_radio li,.gform_wrapper form ul.right_label li ul.gfield_radio li,.gform_wrapper ul.left_label li ul.gfield_radio li,.gform_wrapper form ul.left_label li ul.gfield_radio li,.gform_wrapper ul.right_label li ul.gfield_checkbox li,.gform_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_wrapper ul.left_label li ul.gfield_checkbox li,.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px
}

.gform_wrapper ul li:before,.gform_wrapper ul li:after,.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible
}

.gform_wrapper select {
    font-size: 11px;
    font-family: inherit;
    padding: 3px 0 3px 0;
    letter-spacing: normal
}

.gform_wrapper .inline {
    display: inline !important
}

.gform_wrapper .gform_heading {
    width: 98%;
    margin-bottom: 18px
}

.gform_wrapper .gfield_time_hour,.gform_wrapper .gfield_time_minute,.gform_wrapper .gfield_date_month,.gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_year {
    width: 70px;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.gform_wrapper .gfield_date_month,.gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_year {
    margin-right: 12px
}

.gform_wrapper .gfield_date_dropdown_month,.gform_wrapper .gfield_date_dropdown_day,.gform_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.gform_wrapper .gfield_date_dropdown_month,.gform_wrapper .gfield_date_dropdown_day,.gform_wrapper .gfield_date_dropdown_year {
    margin-right: 6px
}

.gform_wrapper .gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.gform_wrapper .gfield_time_ampm select {
    width: 60px !important
}

.gform_wrapper .gfield_time_hour input,.gform_wrapper .gfield_time_minute input,.gform_wrapper .gfield_date_month input,.gform_wrapper .gfield_date_day input,.gform_wrapper .gfield_date_year input {
    width: 70% !important
}

.gform_wrapper .gfield_date_month,.gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_year {
    width: 50px;
    float: left
}

.gform_wrapper .gfield_date_month input,.gform_wrapper .gfield_date_day input,.gform_wrapper .gfield_date_year input {
    width: 85% !important
}

.gform_wrapper .field_hover {
    border: 1px dashed #2175A9;
    cursor: pointer
}

.gform_wrapper .field_selected {
    background-color: #DFEFFF;
    border: 1px solid #C2D7EF
}

.gform_wrapper .field_name_first,.gform_wrapper .field_name_last {
    width: 50%;
    float: left
}

.gform_wrapper .ginput_complex {
    overflow: hidden
}

.gform_wrapper .field_name_first input,.gform_wrapper .ginput_complex .ginput_left input {
    width: 95% !important
}

.gform_wrapper .field_name_last input {
    width: 93% !important
}

.gform_wrapper .datepicker {
    width: 100px
}

.gform_wrapper .ginput_complex .ginput_left {
    width: 50%;
    float: left
}

.gform_wrapper .ginput_complex .ginput_right {
    width: 49%;
    float: right
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left,.gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input {
    width: 90% !important
}

.gform_wrapper .gfield_error .ginput_complex .ginput_right input {
    width: 95% !important
}

.gform_wrapper .ginput_complex input,.gform_wrapper .ginput_complex select {
    width: 95% !important
}

.gform_wrapper .ginput_complex .ginput_right input,.gform_wrapper .ginput_complex .ginput_right select {
    width: 96% !important
}

.gform_wrapper .ginput_complex label,.gform_wrapper .gfield_time_hour label,.gform_wrapper .gfield_time_minute label,.gform_wrapper .gfield_date_month label,.gform_wrapper .gfield_date_day label,.gform_wrapper .gfield_date_year label,.gform_wrapper .instruction {
    display: block;
    margin: 3px 0;
    font-size: 11px;
    letter-spacing: 0.5pt
}

.gform_wrapper .ginput_complex .name_prefix {
    float: left;
    width: 30px !important;
    margin-right: 14px
}

.gform_wrapper .ginput_complex .name_suffix {
    float: left;
    width: 30px !important
}

.gform_wrapper .ginput_complex .name_first,.gform_wrapper .ginput_complex .name_last {
    float: left;
    width: 100px;
    margin-right: 8px
}

.gform_wrapper .top_label .gfield_label {
    margin: 10px 0 4px 0;
    font-weight: bold;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3em;
    clear: both
}

.gform_wrapper .left_label .gfield_label {
    float: left;
    margin: 0 15px 0 0;
    width: 29%;
    font-weight: bold
}

.gform_wrapper .right_label .gfield_label {
    float: left;
    margin: 0 15px 0 0;
    width: 29%;
    font-weight: bold;
    text-align: right
}

.gform_wrapper .left_label ul.gfield_checkbox,.gform_wrapper .right_label ul.gfield_checkbox,.gform_wrapper .left_label ul.gfield_radio,.gform_wrapper .right_label ul.gfield_radio {
    margin-left: 32%;
    overflow: hidden
}

.gform_wrapper .top_label input.small,.gform_wrapper .top_label select.small {
    width: 25%
}

.gform_wrapper .top_label input.medium,.gform_wrapper .top_label select.medium {
    width: 47%
}

.gform_wrapper .top_label input.medium {
    padding-right: 2px
}

.gform_wrapper .top_label input.large,.gform_wrapper .top_label select.large,.gform_wrapper .top_label textarea.textarea {
    width: 99.2%
}

.gform_wrapper .right_label input.small,.gform_wrapper .right_label select.small,.gform_wrapper .left_label input.small,.gform_wrapper .left_label select.small {
    width: 15%
}

.gform_wrapper .right_label input.medium,.gform_wrapper .right_label select.medium,.gform_wrapper .left_label input.medium,.gform_wrapper .left_label select.medium {
    width: 35%
}

.gform_wrapper .right_label input.large,.gform_wrapper .right_label select.large,.gform_wrapper .left_label input.large,.gform_wrapper .left_label select.large,.gform_wrapper textarea.textarea {
    width: 63%
}

.gform_wrapper .right_label div.ginput_complex,.gform_wrapper .left_label div.ginput_complex {
    width: 64%
}

.gform_wrapper h2.gsection_title {
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: normal !important
}

.gform_wrapper .gsection .gfield_label,.gform_wrapper h2.gsection_title,.gform_wrapper h3.gform_title {
    font-weight: bold;
    font-size: 1.3em
}

.gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 10px 0 6px 0
}

.gform_wrapper span.gform_description {
    font-weight: normal
}

.gform_wrapper h2.gsection_title,.gform_wrapper .gsection_description,.gform_wrapper h3.gform_title {
    width: 98%
}

.gform_wrapper .gsection {
    border-bottom: 1px dotted #CCC;
    padding: 0 0 8px 0;
    margin: 16px 0;
    clear: both
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],.gform_wrapper ul.gfield_radio li input[type=radio] {
    width: auto !important
}

.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li {
    position: relative
}

.gform_wrapper ul.gfield_checkbox,.gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0
}

.gform_wrapper .gfield_checkbox li label,.gform_wrapper .gfield_radio li label {
    display: block;
    margin: 0 0 0 24px;
    padding: 0;
    width: auto;
    line-height: 1.5;
    vertical-align: top
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio],.gform_wrapper .gfield_checkbox li input {
    float: left;
    margin-top: 2px
}

.gform_wrapper .description,.gform_wrapper .gfield_description,.gform_wrapper .gsection_description,.gform_wrapper .instruction {
    font-size: 0.85em;
    line-height: 1.5em;
    clear: both;
    font-family: sans-serif;
    letter-spacing: normal
}

.gform_wrapper .description,.gform_wrapper .gfield_description,.gform_wrapper .gsection_description {
    padding: 4px 0 8px 0
}

.gform_wrapper .gfield_description {
    padding: 2px 0 0 0;
    width: 99.8%
}

.gform_wrapper .left_label .gfield_description,.gform_wrapper .right_label .gfield_description {
    width: 63%
}

.gform_wrapper .description_above .gfield_description {
    padding: 0 0 10px 0
}

.gfield_date_year+.gfield_description {
    padding: 0
}

.gform_wrapper .right_label .gfield_description,.gform_wrapper .left_label .gfield_description,.gform_wrapper .left_label .instruction,.gform_wrapper .right_label .instruction {
    margin-left: 31%
}

.gform_wrapper .left_label .gsection .gsection_description,.gform_wrapper .right_label .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5em
}

.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px
}

.gform_wrapper textarea.small {
    height: 80px
}

.gform_wrapper textarea.medium {
    height: 150px
}

.gform_wrapper textarea.large {
    height: 250px
}

.gform_wrapper li.gfield.gfield_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #FFDFDF;
    margin-bottom: 6px !important;
    padding: 6px 6px 4px 6px !important;
    border: 1px solid #C89797
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
    margin-bottom: 6px !important;
    padding: 6px 6px 4px 6px !important;
    border: 1px dashed #C89797
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-size: 1em;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    padding: 10px 20px 10px 45px;
    min-height: 25px;
    background-image: url(../../../plugins/gravityforms/images/stopbanner.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #790000;
    border-bottom: 1px solid #620101;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    line-height: 1.3em;
    letter-spacing: 0.2pt
}

li.gfield+li.gfield.gfield_creditcard_warning {
    margin-top: 14px !important
}

.gform_wrapper li.gfield.gfield_error .gfield_description {
    color: #790000
}

.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 99%
}

.gform_wrapper .top_label .gfield_error {
    width: 97%
}

.gform_wrapper .top_label .gfield_error input.large,.gform_wrapper .top_label .gfield_error select.large,.gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 100%
}

.gform_wrapper .right_label .gfield_error input.large,.gform_wrapper .right_label .gfield_error select.large,.gform_wrapper .right_label .gfield_error textarea.textarea,.gform_wrapper .left_label .gfield_error input.large,.gform_wrapper .left_label .gfield_error select.large,.gform_wrapper .left_label .gfield_error textarea.textarea {
    width: 66%
}

.gform_wrapper .gfield_error .gfield_label {
    color: #790000
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 12px;
    margin-bottom: 12px !important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 12px
}

.gform_wrapper .validation_error {
    color: #790000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 16px
}

.gform_wrapper .validation_message {
    color: #790000;
    font-size: 11px;
    letter-spacing: normal
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both
}

.gform_wrapper .gform_footer.right_label,.gform_wrapper .gform_footer.left_label {
    padding: 16px 0 10px 31%
}

.gform_wrapper .gform_footer input[type=image] {
    padding: 0;
    width: auto !important;
    background: none !important;
    border: none !important
}

#gforms_confirmation_message {
    margin: 30px 0;
    max-width: 99%
}

.gform_wrapper .ginput_complex .ginput_left,.gform_wrapper .ginput_complex .ginput_right,.gform_wrapper .ginput_complex .ginput_full {
    min-height: 32px;
    display: block;
    overflow: hidden
}

.gform_wrapper .ginput_complex .ginput_full input {
    width: 98% !important
}

.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3em
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label,.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
    font-weight: bold
}

.ui-datepicker-div,.ui-datepicker-inline,#ui-datepicker-div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 1em;
    list-style: none;
    font-family: "lucida sans", "lucida grande", lucida , sans-serif;
    background-color: #FFF;
    font-size: 1em;
    border: 4px solid #C1C1C1;
    width: auto;
    padding: 2.5em .5em .5em .5em;
    position: relative
}

.ui-datepicker-div,#ui-datepicker-div {
    z-index: 9999;
    display: none
}

.ui-datepicker-inline {
    float: left;
    display: block
}

.ui-datepicker-control {
    display: none
}

.ui-datepicker-current {
    display: none
}

.ui-datepicker-next,.ui-datepicker-prev {
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    background-color: #EEE
}

.ui-datepicker-next {
    left: 14.6em
}

.ui-datepicker-next:hover,.ui-datepicker-prev:hover {
    background-color: #DADADA
}

a.ui-datepicker-next,a.ui-datepicker-prev {
    text-indent: -999999px;
    width: 1.3em;
    height: 1.4em;
    display: block;
    font-size: 1em;
    background-image: url(../images/datepicker_arrow_left.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #d3d3d3;
    cursor: pointer
}

a.ui-datepicker-next {
    background-image: url(../images/datepicker_arrow_right.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.ui-datepicker-header select {
    border: 1px solid #D3D3D3;
    color: #555;
    background-color: #E6E6E6;
    font-size: 1em;
    line-height: 1.4em;
    position: absolute;
    top: 0.5em;
    margin: 0 !important
}

.ui-datepicker-header option:focus,.ui-datepicker-header option:hover {
    background-color: #DADADA
}

.ui-datepicker-header select.ui-datepicker-month {
    width: 7em;
    left: 2.2em
}

.ui-datepicker-header select.ui-datepicker-year {
    width: 5em;
    left: 9.4em
}

table.ui-datepicker {
    width: 15.5em;
    text-align: right
}

table.ui-datepicker td a {
    padding: .1em;
    display: block;
    color: #555;
    background-color: #E6E6E6;
    cursor: pointer;
    border: 1px solid #FFF;
    text-align: center
}

table.ui-datepicker td a:hover {
    border: 1px solid #FFF;
    color: #212121;
    background-color: #DADADA;
    text-decoration: none
}

table.ui-datepicker td a:active {
    border: 1px solid #AAA;
    color: #212121;
    background-color: #FFF;
    text-decoration: none
}

table.ui-datepicker .ui-datepicker-title-row td {
    padding: .2em 0;
    text-align: center;
    font-size: 0.9em;
    color: #222;
    text-transform: uppercase
}

table.ui-datepicker .ui-datepicker-title-row td a {
    color: #222;
    padding: 0.3em 0
}

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-filter: mask();
    filter: mask();
    top: -4px;
    left: -4px;
    width: 193px;
    height: 200px
}

img.ui-datepicker-trigger {
    cursor: pointer;
    vertical-align: top;
    width: 17px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    margin-right: 4px !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.ui-datepicker-today {
    background-color: #e5e5e5
}

.gform_wrapper input[type=hidden],.gform_wrapper input.gform_hidden,.gform_wrapper .gform_hidden,.gform_wrapper .gf_hidden {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden
}

.gform_wrapper .ginput_full br,.gform_wrapper .ginput_left br,.gform_wrapper .ginput_right br {
    display: none !important
}

.gform_wrapper ul.gfield_checkbox li,.gform_wrapper ul.gfield_radio li {
    padding: 0 !important
}

.gform_wrapper ul.gfield_radio li input+input {
    margin-left: 4px
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
    margin-right: 6px;
    margin-top: 4px
}

.gform_wrapper .top_label .gfield_description {
    padding: 10px 0 0 0
}

.gform_wrapper .top_label .gfield_description.validation_message,.gform_wrapper .gfield_description.validation_message {
    padding: 10px 0 10px 0 !important
}

.gform_wrapper .ginput_container+.gfield_description.validation_message {
    margin-top: 6px
}

.gform_wrapper .ginput_container.ginput_list {
    margin-top: 6px
}

.gform_wrapper .ginput_container.ginput_list+.gfield_description.validation_message {
    margin-top: 0
}

.gform_wrapper .left_label li.gfield_html_formatted,.gform_wrapper .right_label li.gfield_html_formatted {
    margin-left: 32%
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 10px
}

.gform_wrapper .gform_ajax_spinner {
    padding-left: 10px
}

.gform_validation_container,.gform_wrapper .gform_validation_container,body .gform_wrapper li.gform_validation_container,body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px
}

.gform_wrapper .gfield_captcha_input_container {
    padding-top: 3px
}

.gform_wrapper .simple_captcha_small input {
    width: 100px
}

.gform_wrapper .simple_captcha_medium input {
    width: 150px
}

.gform_wrapper .simple_captcha_large input {
    width: 200px
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,.gform_wrapper .right_label .simple_captcha_small,.gform_wrapper .left_label .simple_captcha_medium,.gform_wrapper .right_label .simple_captcha_medium,.gform_wrapper .left_label .simple_captcha_large,.gform_wrapper .right_label .simple_captcha_large {
    margin-left: 32%
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    border: none !important;
    background: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.gform_wrapper .math_small input {
    width: 69px
}

.gform_wrapper .math_medium input {
    width: 90px
}

.gform_wrapper .math_large input {
    width: 108px
}

.gform_wrapper .left_label .math_small,.gform_wrapper .right_label .math_small,.gform_wrapper .left_label .math_medium,.gform_wrapper .right_label .math_medium,.gform_wrapper .left_label .math_large,.gform_wrapper .right_label .math_large {
    margin-left: 32%
}

.gform_wrapper div.charleft {
    font-size: 11px;
    margin-top: 4px;
    color: #B7B7B7;
    width: 92% !important;
    white-space: nowrap !important
}

.gform_wrapper div.charleft[style] {
    width: 92% !important
}

.gform_wrapper .left_label div.charleft,.gform_wrapper .right_label div.charleft {
    margin-left: 32%
}

.gform_wrapper div.charleft.warningTextareaInfo {
    color: #A1A1A1
}

.gform_wrapper li.gf_hide_charleft div.charleft {
    display: none !important
}

.gform_wrapper .ginput_price {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7
}

.gform_wrapper span.ginput_total {
    color: #060;
    font-size: 1.2em
}

.gform_wrapper .top_label span.ginput_total {
    margin: 8px 0
}

.gform_wrapper span.ginput_product_price_label {
    margin-right: 2px
}

.gform_wrapper span.ginput_product_price {
    color: #900
}

.gform_wrapper span.ginput_quantity_label {
    margin-left: 10px;
    margin-right: 2px
}

.gform_wrapper input.ginput_quantity {
    width: 40px
}

.gform_wrapper .gform_page_footer {
    margin: 20px 0;
    width: 99%;
    border-top: 1px dotted #CCC;
    padding: 16px 0 0 0
}

.gform_wrapper .gform_page_footer .button.gform_button {
    margin-right: 10px
}

.gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 99%;
    margin: 0 0 8px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px dotted #CCC
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 13px;
    line-height: 1em !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6
}

.gform_wrapper .gf_progressbar {
    width: 99%;
    height: 20px;
    overflow: hidden;
    line-height: 20px !important;
    border: 1px solid #ACACAC;
    border-right: 1px solid #959595;
    border-bottom: 1px solid #959595;
    background: url(../../../plugins/gravityforms/images/percentbar_bg.png) repeat-x bottom #fff;
    border-radius: 4px
}

.gform_wrapper .gf_progressbar_percentage {
    height: 20px;
    text-align: right;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5)
}

.gform_wrapper .gf_progressbar_percentage span {
    margin-right: 5px;
    margin-left: 5px
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none
}

.gform_wrapper .percentbar_blue {
    background: url(../../../plugins/gravityforms/images/percentbar_blue.png) repeat-x #0072BC;
    color: #FFF
}

.gform_wrapper .percentbar_gray {
    background: url(../../../plugins/gravityforms/images/percentbar_gray.png) repeat-x #666;
    color: #FFF
}

.gform_wrapper .percentbar_green {
    background: url(../../../plugins/gravityforms/images/percentbar_green.png) repeat-x #94DC21;
    color: #FFF
}

.gform_wrapper .percentbar_orange {
    background: url(../../../plugins/gravityforms/images/percentbar_orange.png) repeat-x #DC7021;
    color: #FFF
}

.gform_wrapper .percentbar_red {
    background: url(../../../plugins/gravityforms/images/percentbar_red.png) repeat-x #DC2521;
    color: #FFF
}

.gform_wrapper .percentbar_custom {
    background: url(../../../plugins/gravityforms/images/percentbar_custom.png) repeat-x
}

.gform_wrapper .gf_page_steps {
    width: 99%;
    margin: 0 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #CCC
}

.gform_wrapper .gf_step {
    width: auto !important;
    margin: 0 10px 10px 0;
    font-size: 14px;
    height: 20px;
    line-height: 20px !important;
    filter: alpha(opacity=50);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    font-family: arial,sans-serif;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.gform_wrapper .gf_step span.gf_step_number {
    font-size: 20px;
    float: left;
    font-family: arial,sans-serif
}

.gform_wrapper .gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0
}

.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden
}

.gform_wrapper .gfield_password_strength {
    border: 1px solid #DDD;
    margin: 0;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
    background-color: #EEE
}

.gform_wrapper .gfield_password_strength.bad {
    background-color: #FFB78C;
    border-color: #FF853C
}

.gform_wrapper .gfield_password_strength.good {
    background-color: #FFEC8b;
    border-color: #FC0
}

.gform_wrapper .gfield_password_strength.short,.gform_wrapper .gfield_password_strength.mismatch {
    background-color: #FFA0A0;
    border-color: #f04040
}

.gform_wrapper .gfield_password_strength.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc !important;
    margin: 0 0 0.5em;
    overflow: visible;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1em 1.5em;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
    list-style-type: decimal !important;
    overflow: visible;
    margin: 0 0 0.5em;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
    list-style-type: decimal !important;
    margin: 1em 0 1.5em 2.0em;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    list-style-type: disc !important;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
    margin: 1em 0 1em 1.5em
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    margin: 0 0 0.5em
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
    margin: 0 0 1.5em 0;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
    font-weight: bold
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
    margin: 0 0 1em 1.5em
}

.gform_wrapper table.gfield_list,.gform_wrapper table.gfield_list caption,.gform_wrapper table.gfield_list tbody,.gform_wrapper table.gfield_list tfoot,.gform_wrapper table.gfield_list thead,.gform_wrapper table.gfield_list tr,.gform_wrapper table.gfield_list th,.gform_wrapper table.gfield_list td {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.gform_wrapper table.gfield_list {
    border-spacing: 0;
    border-collapse: collapse
}

.gform_wrapper table.gfield_list thead th {
    font-weight: bold;
    text-align: left
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: #790000
}

.gform_wrapper table.gfield_list thead,.gform_wrapper table.gfield_list tr {
    padding: 0;
    margin: 0
}

.gform_wrapper table.gfield_list th,.gform_wrapper table.gfield_list td {
    padding: 0 0 0.5em 0
}

.gform_wrapper table.gfield_list th+th,.gform_wrapper table.gfield_list td+td {
    padding: 0 0 0.5em 0.7em
}

.gform_wrapper .left_label .gfield_list,.gform_wrapper .right_label .gfield_list {
    width: 64%
}

.gform_wrapper .top_label .gfield_list {
    width: 99%
}

.gform_wrapper .left_label .gf_list_one_column,.gform_wrapper .right_label .gf_list_one_column {
    width: 45%
}

.gform_wrapper .top_label .gf_list_one_column {
    width: 46%
}

.gform_wrapper .gfield_list input {
    width: 98%
}

.gfield_icon_disabled {
    cursor: default !important;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6
}

.gform_wrapper table.gfield_list td.gfield_list_icons {
    min-width: 45px !important
}

.gform_wrapper select.chzn-select {
    visibility: hidden;
    height: 28px !important;
    min-height: 28px !important
}

.gform_wrapper .chzn-container {
    font-size: 13px;
    position: relative;
    margin-bottom: 4px;
    display: inline-block;
    zoom:1;*display: inline
}

.gform_wrapper .chzn-container .chzn-drop {
    background-color: #FFF;
    border: 1px solid #AAA;
    border-top: 0;
    position: absolute;
    top: 29px;
    left: 0;
    -o-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    z-index: 999
}

.gform_wrapper .chzn-container-single .chzn-single {
    background-color: #FFF;
    background-image: -ms-linear-gradient(to bottom, #EEE 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEE', endColorstr='#FFF',GradientType=0 );
    background-image: linear-gradient(to bottom, #EEE 0%, #fff 50%);
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #AAA;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none
}

.gform_wrapper .chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gform_wrapper .chzn-container-single .chzn-single div {
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background-color: #CCC;
    background-image: -ms-linear-gradient(to bottom, #CCC 0%, #EEE 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCC', endColorstr='#EEE',GradientType=0 );
    background-image: linear-gradient(to bottom, #CCC 0%, #EEE 60%);
    border-left: 1px solid #AAA;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px
}

.gform_wrapper .chzn-container-single .chzn-single div b {
    background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 0 1px;
    display: block;
    width: 100%;
    height: 100%
}

.gform_wrapper .chzn-container-single .chzn-search {
    padding: 3px 4px;
    margin: 0;
    white-space: nowrap
}

.gform_wrapper .chzn-container-single .chzn-search input {
    background: #fff url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat;
    background: url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat,linear-gradient(to bottom, #fff 85%, #EEE 99%);
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #AAA;
    font-family: sans-serif;
    font-size: 1em
}

.gform_wrapper .chzn-container-single .chzn-drop {
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.gform_wrapper .chzn-container-multi .chzn-choices {
    background-color: #FFF;
    background-image: -ms-linear-gradient(to bottom, #fff 85%, #EEE 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#EEE',GradientType=0 );
    background-image: linear-gradient(to bottom, #fff 85%, #EEE 99%);
    border: 1px solid #AAA;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    position: relative
}

.gform_wrapper .chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-field input {
    color: #666;
    background: transparent !important;
    border: 0 !important;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -o-box-shadow: none;
    box-shadow: none
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-field .default {
    color: #999
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice {
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #E4E4E4;
    background-image: -ms-linear-gradient(to bottom, #E4E4E4 0%, #EEE 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#EEE',GradientType=0 );
    background-image: linear-gradient(to bottom, #E4E4E4 0%, #EEE 70%);
    color: #333;
    border: 1px solid #B4B4B4;
    line-height: 13px;
    padding: 3px 19px 3px 6px;
    margin: 3px 0 3px 5px;
    position: relative
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice span {
    cursor: default
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice-focus {
    background-color: #D4D4D4
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 8px;
    height: 9px;
    font-size: 1px;
    background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat right top
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
    background-position: right -9px
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: right -9px
}

.gform_wrapper .chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 190px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.gform_wrapper .chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0
}

.gform_wrapper .chzn-container .chzn-results li {
    line-height: 80%;
    padding: 7px 7px 8px;
    margin: 0;
    list-style: none
}

.gform_wrapper .chzn-container .chzn-results .active-result {
    cursor: pointer
}

.gform_wrapper .chzn-container .chzn-results .highlighted {
    background-color: #F0F0F0
}

.gform_wrapper .chzn-container .chzn-results li em {
    background-color: #FEFFDE;
    font-style: normal
}

.gform_wrapper .chzn-container .chzn-results .highlighted em {
    background: transparent
}

.gform_wrapper .chzn-container .chzn-results .no-results {
    background-color: #F4F4F4
}

.gform_wrapper .chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999;
    font-weight: bold
}

.gform_wrapper .chzn-container .chzn-results .group-option {
    padding-left: 20px
}

.gform_wrapper .chzn-container-multi .chzn-drop .result-selected {
    display: none
}

.gform_wrapper .chzn-container-active .chzn-single {
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.gform_wrapper .chzn-container-active .chzn-single-with-drop {
    border: 1px solid #AAA;
    -o-box-shadow: 0 1px 0 #FFF inset;
    box-shadow: 0 1px 0 #FFF inset;
    background-color: #EEE;
    background-image: -ms-linear-gradient(to bottom, #fff 0%, #EEE 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#EEE',GradientType=0 );
    background-image: linear-gradient(to bottom, #fff 0%, #EEE 50%);
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.gform_wrapper .chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none
}

.gform_wrapper .chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 1px
}

.gform_wrapper .chzn-container-active .chzn-choices {
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.gform_wrapper .chzn-container-active .chzn-choices .search-field input {
    color: #111 !important
}

.gform_wrapper .chzn-rtl {
    direction: rtl;
    text-align: right
}

.gform_wrapper .chzn-rtl .chzn-single {
    padding-left: 0;
    padding-right: 8px
}

.gform_wrapper .chzn-rtl .chzn-single span {
    margin-left: 26px;
    margin-right: 0
}

.gform_wrapper .chzn-rtl .chzn-single div {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #AAA;
    border-radius: 4px 0 0 4px
}

.gform_wrapper .chzn-rtl .chzn-choices li {
    float: right
}

.gform_wrapper .chzn-rtl .chzn-choices .search-choice {
    padding: 3px 6px 3px 19px;
    margin: 3px 5px 3px 0
}

.gform_wrapper .chzn-rtl .chzn-choices .search-choice .search-choice-close {
    left: 5px;
    right: auto;
    background-position: right top
}

.gform_wrapper .chzn-rtl.chzn-container-single .chzn-results {
    margin-left: 4px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 4px
}

.gform_wrapper .chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 20px
}

.gform_wrapper .chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: none
}

.gform_wrapper .chzn-rtl .chzn-search input {
    background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat,#fff;
    background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat,linear-gradient(to bottom, #fff 85%, #EEE 99%);
    padding: 4px 5px 4px 20px
}

.gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto !important;
    margin-right: 14px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].large {
    width: 25.4em !important
}

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium {
    width: 18.7em !important
}

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 6em !important
}

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
    width: 5em !important
}

.gform_wrapper .top_label li.gfield.gf_inline select {
    width: auto !important
}

.gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 95% !important
}

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70% !important
}

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
    width: 50px
}

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto
}

.gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap !important
}

.gform_wrapper .top_label li.gfield.gf_left_half {
    margin: 0 0 8px 0;
    width: 49%
}

.gform_wrapper .top_label li.gfield.gf_right_half {
    margin: 0 0 8px 0;
    width: 49%
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 46%
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    margin-right: 1%
}

.gform_wrapper .top_label li.gfield.gf_left_half {
    float: left;
    clear: left !important
}

.gform_wrapper .top_label li.gfield.gf_right_half {
    float: right;
    clear: right !important
}

.gform_wrapper .top_label li.gfield.gf_left_half input.medium,.gform_wrapper .top_label li.gfield.gf_left_half input.large,.gform_wrapper .top_label li.gfield.gf_left_half select.medium,.gform_wrapper .top_label li.gfield.gf_left_half select.large,.gform_wrapper .top_label li.gfield.gf_right_half input.medium,.gform_wrapper .top_label li.gfield.gf_right_half input.large,.gform_wrapper .top_label li.gfield.gf_right_half select.medium,.gform_wrapper .top_label li.gfield.gf_right_half select.large {
    width: 97%
}

.gform_wrapper .top_label li.gfield.gf_left_half textarea,.gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%
}

.gform_wrapper .top_label li.gfield.gf_left_half input.small,.gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
    padding: 16px 0 8px 0
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0
}

.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 0 0 8px 0
}

.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield,.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer {
    clear: both
}

.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third {
    margin: 0 0 8px 0;
    width: 32%
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 29%
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    margin-right: 1%
}

.gform_wrapper .top_label li.gfield.gf_left_third {
    float: left;
    clear: left !important
}

.gform_wrapper .top_label li.gfield.gf_middle_third {
    float: left;
    margin-left: 2%;
    clear: none !important
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    margin-left: 3%
}

.gform_wrapper .top_label li.gfield.gf_right_third {
    float: right;
    clear: right !important
}

.gform_wrapper .top_label li.gfield.gf_left_third input.medium,.gform_wrapper .top_label li.gfield.gf_left_third input.large,.gform_wrapper .top_label li.gfield.gf_left_third select.medium,.gform_wrapper .top_label li.gfield.gf_left_third select.large,.gform_wrapper .top_label li.gfield.gf_middle_third input.medium,.gform_wrapper .top_label li.gfield.gf_middle_third input.large,.gform_wrapper .top_label li.gfield.gf_middle_third select.medium,.gform_wrapper .top_label li.gfield.gf_middle_third select.large,.gform_wrapper .top_label li.gfield.gf_right_third input.medium,.gform_wrapper .top_label li.gfield.gf_right_third input.large,.gform_wrapper .top_label li.gfield.gf_right_third select.medium,.gform_wrapper .top_label li.gfield.gf_right_third select.large {
    width: 95%
}

.gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_third+li.gsection {
    padding: 16px 0 8px 0
}

.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer {
    clear: both
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li,.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_2col ul.gfield_radio li {
    width: 50%;
    float: left;
    margin: 0 0 8px 0;
    min-height: 1.8em
}

.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li,.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_3col ul.gfield_radio li {
    width: 33%;
    float: left;
    margin: 0 0 8px 0;
    min-height: 1.8em
}

.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    float: left;
    margin: 0;
    min-height: 1.8em
}

.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    float: left;
    margin: 0;
    min-height: 1.8em
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio,.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_2col ul.gfield_radio,.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_3col ul.gfield_radio {
    overflow: hidden
}

.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px
}

.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px
}

.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px
}

.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px
}

.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px
}

.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto !important;
    float: none !important;
    margin: 0 10px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important
}

.gform_wrapper li.gsection.gf_scroll_text {
    height: 180px;
    width: 96%;
    overflow: auto;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important
}

.gform_wrapper li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 10px !important
}

.gform_wrapper li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 0.8em
}

.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li,.gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc !important;
    margin: 0 0 0.5em;
    overflow: visible;
    padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul,.gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc !important;
    margin: 1em 0 1em 1.5em;
    padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li,.gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal !important;
    overflow: visible;
    margin: 0 0 0.5em;
    padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol,.gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal !important;
    margin: 1em 0 1.5em 2.0em;
    padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,.gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc !important;
    padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 1em 0 1em 1.5em
}

.gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 0.5em
}

.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 1.5em 0;
    padding-left: 0
}

.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: bold
}

.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 1em 1.5em
}

.gform_wrapper li.gfield.gfield_html.gf_alert_green,.gform_wrapper li.gfield.gfield_html.gf_alert_red,.gform_wrapper li.gfield.gfield_html.gf_alert_yellow,.gform_wrapper li.gfield.gfield_html.gf_alert_gray,.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px !important
}

.gform_wrapper li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97B48A;
    background-color: #CBECA0;
    text-shadow: #DFB 1px 1px;
    color: #030
}

.gform_wrapper li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #CFADB3;
    background-color: #FAF2F5;
    text-shadow: #FFF 1px 1px;
    color: #832525
}

.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    text-shadow: #FCFAEA 1px 1px;
    color: #222
}

.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #CCC;
    background-color: #EEE;
    text-shadow: #FFF 1px 1px;
    color: #424242
}

.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #D1E4F3;
    text-shadow: #E0F1FF 1px 1px;
    color: #314475
}

.gform_wrapper .gform_card_icon_container {
    margin: 8px 0 6px 0;
    height: 32px
}

.gform_wrapper div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(../../../plugins/gravityforms/images/gf_creditcard_icons.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left,.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
    margin-right: 1%
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    white-space: nowrap !important
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important
}

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 48% !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50% !important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background: url(../../../plugins/gravityforms/images/gf_creditcard_icons.png) no-repeat 0 -128px;
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.entry .gform_wrapper.gf_browser_safari ul li:before,.entry .gform_wrapper.gf_browser_safari ul li:after {
    content: ""
}

.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important
}

.gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,.gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%
}

.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio],.gform_wrapper.gf_browser_safari .gfield_checkbox li input {
    margin-top: 4px
}

.gform_wrapper.gf_browser_chrome ul li:before,.gform_wrapper.gf_browser_chrome ul li:after,.entry .gform_wrapper.gf_browser_chrome ul li:before,.entry .gform_wrapper.gf_browser_chrome ul li:after {
    content: none
}

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important
}

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,.gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%
}

.gform_wrapper.gf_browser_chrome .ginput_complex select,.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
    padding: 5px 0 5px;
    margin-bottom: 5px
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
    margin-top: 4px
}

.gform_wrapper.gf_browser_gecko ul li:before,.gform_wrapper.gf_browser_gecko ul li:after,.entry .gform_wrapper.gf_browser_gecko ul li:before,.entry .gform_wrapper.gf_browser_gecko ul li:after {
    content: none
}

.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
    margin-left: 2px
}

.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 2px
}

.gform_wrapper.gf_browser_opera ul li:before,.gform_wrapper.gf_browser_opera ul li:after,.entry .gform_wrapper.gf_browser_opera ul li:before,.entry .gform_wrapper.gf_browser_opera ul li:after {
    content: none
}

.gform_wrapper.gf_browser_opera .ginput_complex .ginput_right select {
    padding: 5px 0 5px;
    margin-bottom: 5px
}

.gform_wrapper.gf_browser_opera .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important
}

.gform_wrapper.gf_browser_opera .left_label #recaptcha_area #recaptcha_table,.gform_wrapper.gf_browser_opera .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%
}

.gform_wrapper.gf_browser_ie ul li:before,.gform_wrapper.gf_browser_ie ul li:after,.entry .gform_wrapper.gf_browser_ie ul li:before,.entry .gform_wrapper.gf_browser_ie ul li:after {
    content: none
}

.gform_wrapper.gf_browser_ie .gfield_time_hour {
    width: 80px
}

.gform_wrapper.gf_browser_ie .gfield_time_minute {
    width: 70px
}

.gform_wrapper.gf_browser_ie .gfield_time_ampm {
    padding-top: 2px
}

.gform_wrapper.gf_browser_ie .gfield_time_hour input,.gform_wrapper.gf_browser_ie .gfield_time_minute input {
    margin-left: 0
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label,.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
    margin: 3px 0 5px 0
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 3px
}

.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
    overflow: hidden;
    clear: both
}

.gform_wrapper.gf_browser_ie .gfield_radio li {
    line-height: 1.3em !important
}

.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],.gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio],.gform_wrapper.gf_browser_ie .gfield_checkbox li input {
    margin-top: 0
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select,.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
    padding: 2px 0 2px 0
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important
}

.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table,.gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    position: relative;
    top: -1px;
    left: 4px
}

.gform_wrapper.gf_browser_iphone ul li:before,.gform_wrapper.gf_browser_iphone ul li:after,.entry .gform_wrapper.gf_browser_iphone ul li:before,.entry .gform_wrapper.gf_browser_iphone ul li:after {
    content: none
}

.gform_wrapper.gf_browser_unknown ul li:before,.gform_wrapper.gf_browser_unknown ul li:after,.entry .gform_wrapper.gf_browser_unknown ul li:before,.entry .gform_wrapper.gf_browser_unknown ul li:after {
    content: none
}

body.rtl .gform_wrapper ul li,body.rtl .gform_wrapper ul li.gfield,body.rtl .gform_wrapper ul li.gfield.gfield_html,body.rtl .gform_wrapper ul li.gfield input,body.rtl .gform_wrapper ul li.gfield textarea,body.rtl .gform_wrapper textarea,body.rtl .gform_wrapper ul li.gfield select,body.rtl .gform_wrapper select,body.rtl .gform_wrapper input[type="text"],body.rtl .gform_wrapper input[type="email"],body.rtl .gform_wrapper input[type="password"],body.rtl .gform_wrapper input[type="url"],body.rtl .gform_wrapper input[type="tel"],body.rtl .gform_wrapper input[type="submit"],body.rtl .gform_wrapper input[type="button"],body.rtl .gform_wrapper button,body.rtl .gform_wrapper table tr td.gfield_list_icons,body.rtl .gform_wrapper div.validation_error,body.rtl .gform_wrapper h3.gform_title,body.rtl .gform_wrapper span.gform_description,body.rtl .gform_wrapper .gform_footer,body .gform_wrapper.gf_rtl_wrapper ul li,body .gform_wrapper.gf_rtl_wrapper ul li.gfield,body .gform_wrapper.gf_rtl_wrapper ul li.gfield.gfield_html,body .gform_wrapper.gf_rtl_wrapper ul li.gfield input,body .gform_wrapper.gf_rtl_wrapper ul li.gfield textarea,body .gform_wrapper.gf_rtl_wrapper textarea,body .gform_wrapper.gf_rtl_wrapper ul li.gfield select,body .gform_wrapper.gf_rtl_wrapper select,body .gform_wrapper.gf_rtl_wrapper input[type="text"],body .gform_wrapper.gf_rtl_wrapper input[type="email"],body .gform_wrapper.gf_rtl_wrapper input[type="password"],body .gform_wrapper.gf_rtl_wrapper input[type="url"],body .gform_wrapper.gf_rtl_wrapper input[type="tel"],body .gform_wrapper.gf_rtl_wrapper input[type="submit"],body .gform_wrapper.gf_rtl_wrapper input[type="button"],body .gform_wrapper.gf_rtl_wrapper button,body .gform_wrapper.gf_rtl_wrapper table tr td.gfield_list_icons,body .gform_wrapper.gf_rtl_wrapper div.validation_error,body .gform_wrapper.gf_rtl_wrapper h3.gform_title,body .gform_wrapper.gf_rtl_wrapper span.gform_description,body .gform_wrapper.gf_rtl_wrapper .gform_footer {
    text-align: right !important;
    direction: rtl !important
}

body.rtl .gform_wrapper .gfield_checkbox li input[type="checkbox"],body.rtl .gform_wrapper .gfield_radio li input[type="radio"],body.rtl .gform_wrapper .gfield_checkbox li input,body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input[type="checkbox"],body .gform_wrapper.gf_rtl_wrapper .gfield_radio li input[type="radio"],body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input {
    float: right !important
}

body.rtl .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,body.rtl .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li,body.rtl .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,body.rtl .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li,body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,body .gform_wrapper.gf_rtl_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li,body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,body .gform_wrapper.gf_rtl_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    margin: 0 1.5em 0 0 !important;
    direction: rtl !important
}

body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table {
    direction: rtl !important
}

body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table th,body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table td,body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p,body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html span,body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html blockquote {
    text-align: right !important;
    direction: rtl !important
}

body.rtl .gform_wrapper table.gfield_list th,body.rtl .gform_wrapper table.gfield_list td,body .gform_wrapper.gf_rtl_wrapper table.gfield_list th,body .gform_wrapper.gf_rtl_wrapper table.gfield_list td {
    padding: 0 !important
}

body .gform_wrapper.gf_rtl_wrapper table.gfield_list {
    direction: rtl !important
}

body .gform_wrapper.gf_rtl_wrapper table.gfield_list thead th {
    text-align: right !important
}

body.rtl .gform_wrapper table input,body .gform_wrapper.gf_rtl_wrapper table input {
    float: right !important
}

body.rtl .gform_wrapper.gf_browser_gecko .top_label input[type="file"],body.rtl .gform_wrapper.gf_browser_gecko .left_label input[type="file"],body.rtl .gform_wrapper.gf_browser_gecko .right_label input[type="file"],body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .top_label input[type="file"],body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .left_label input[type="file"],body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .right_label input[type="file"] {
    width: 55% !important;
    direction: rtl !important
}

body.rtl .gform_wrapper.recaptchatable #recaptcha_response_field,body .gform_wrapper.gf_rtl_wrapper .recaptchatable #recaptcha_response_field {
    position: static !important
}

body.rtl .gform_wrapper .chzn-container-multi ul.chzn-choices li.search-choice,body .gform_wrapper.gf_rtl_wrapper .chzn-container-multi ul.chzn-choices li.search-choice {
    float: right !important;
    margin: 3px 5px 3px 0 !important
}

body.rtl .gform_wrapper .chzn-container ul.chzn-choices li.search-field,body .gform_wrapper.gf_rtl_wrapper .chzn-container ul.chzn-choices li.search-field {
    float: right !important
}

body.rtl .gform_wrapper .left_label .gfield_label,body.rtl .gform_wrapper .right_label .gfield_label,body .gform_wrapper.gf_rtl_wrapper .left_label .gfield_label,body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_label {
    float: right !important;
    margin: 0 0 0 15px !important
}

body.rtl .gform_wrapper .right_label .gfield_label,body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_label {
    text-align: left !important
}

body.rtl .gform_wrapper .right_label .gfield_description,body.rtl .gform_wrapper .left_label .gfield_description,body.rtl .gform_wrapper .left_label .instruction,body.rtl .gform_wrapper .right_label .instruction,body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_description,body .gform_wrapper.gf_rtl_wrapper .left_label .gfield_description,body .gform_wrapper.gf_rtl_wrapper .left_label .instruction,body .gform_wrapper.gf_rtl_wrapper .right_label .instruction {
    margin-right: 31% !important;
    margin-left: 0 !important
}

body.rtl .gform_wrapper .right_label div.ginput_complex,body.rtl .gform_wrapper .left_label div.ginput_complex,body .gform_wrapper.gf_rtl_wrapper .right_label div.ginput_complex,body .gform_wrapper.gf_rtl_wrapper .left_label div.ginput_complex {
    margin-right: 31% !important;
    margin-left: 0 !important
}

body.rtl .gform_wrapper .left_label .gfield_description,body.rtl .gform_wrapper .right_label .gfield_description,body .gform_wrapper.gf_rtl_wrapper .left_label .gfield_description,body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_description {
    padding: 10px 0 10px 0 !important
}

body.rtl .gform_wrapper .left_label li.gfield_html_formatted,body.rtl .gform_wrapper .right_label li.gfield_html_formatted,body .gform_wrapper.gf_rtl_wrapper .left_label li.gfield_html_formatted,body .gform_wrapper.gf_rtl_wrapper .right_label li.gfield_html_formatted {
    margin-left: 0 !important;
    margin-right: 32% !important
}

body.rtl .gform_wrapper .gform_footer.right_label,body.rtl .gform_wrapper .gform_footer.left_label,body .gform_wrapper.gf_rtl_wrapper .gform_footer.right_label,body .gform_wrapper.gf_rtl_wrapper .gform_footer.left_label {
    padding: 16px 31% 10px 0 !important
}

.dc-page-banner {
    background-color: #FFF9CC;
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #FFD160
}

.dc-page-banner-inner {
    margin: auto;
    width: 980px
}

.sp-error {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARJJREFUeNpi/P//PwMlgImBQkCxAQwgL8AwOrjSbt7+cKnvfxCNSx9OF1zttJDjEeWrkItyYQDRID5JXvj36+8GeR8DBie/WwwgGsQn2oDL7Ra54oayhgx8jAzMDP8YQDSIDxInaMCVTisuJiamSaL6YgwMXz8x/P7NBKZBfJA4SB6vAf///j8qbysJ9MM3BoZvXxgOzP0ApkF8kDhIHqcBQNNduUXYDLglGBkYfnxmYPj9hcEyURRMg/ggcZA8SB0uF+xStOFkYPj7lYGB8TvQOT8Yjk+/DqbBfKA4WB6oDqaBBVk3IyMjw5WNnxj+//uPJAaKcyQ1TIwMTMyMCD5yAgIaYExCAjyLYcDQzEwAAQYAmTV40pOe4RAAAAAASUVORK5CYII=");
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    vertical-align: bottom;
    width: 16px
}

a#digicap {
    margin-top: -50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAABGCAYAAAAw2p87AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAACc1JREFUeNrkmWmMHEcVgL/q7jm6Z2Zn1t61N94lRnFiQk4CCeQgicDkIEoQSCARIQQCKSAR/iAuIcSPCCUIhBACIXEERYkEQfwLiKAkEGKCnEPBJAZkK+vY6yN72Luz0zPTPd3TVY8f3dP2ZNYXyM4PSiqN+lXVe/WOetcoEeFcD+e1vXsBrgK+A9wIuGeZZugA7wK2T0xOetVqFaXUWaUoIq4DPDAxMeFVq9UB8OyLF7jB9TyMMedOp4D333AoJgFAWc5/RfS0uDSxT3DgGYK5J4iP7kKiNmCwClWc+kVULvgg7ltuxq5sOCUutXd2Vs7btOmkm6Kll1n4wyfR/iwKsBSggMFdDRgNlruBsSvvoX71vVilsRPiswacnmz2lv6Bbs1iKbAsUArKG6/B3byN4viFWE4R2wIJllh99tscengb4aEXT4jvtIi6F9xFZevHGDCoAKtYp/GBh5i8++9MfnwHY9d9i0JtEwpIjv6L+Uc/TDD3tzXxqb2zs7J+YuK0DMDf8U3CXT9GScqt3biY+q0PYze2plLuLtB6+quEux9Da1DlSaY+9RROY/Opxbvy3P0s/f5uegsvDcGr77mP6rX3Z+YLemU3rcfuIjr4dGqM7gbqdzyEd+knsADpHGHlj18/tXijpVdov/hdornH6b7y05EDpUvuofr+X6CcCkrAdBfpPH43vT2/PXa5bd+nsPEdqc/b8zjBq0+tQVTrfHZ3/5qBJyxM3zy0NpjO+XfhbXsEVVqHMkC/R/CnzxH98+F0jygq138jt/Tuzl8NnbcAtDHp1Anx/HPp5vI6nOn352v9ld3ESzvzb7XxOsq3/RY1dgEYUAbC7V+nv7wbbQzWpmtxGlsQA/GBF0h67fzskHiTzgK6tRcFFCevRgpjGGPoLzxP57HbCX93O/GeX+X7aVxM8bbfYK27HAxIEhPt/Hm6rmyczTejBHRrnvjIq8Pi1VqjtabfXYC4kz6LsS05PDm8HZWEiAG9/O8crrXGlDeirvwSYlInoQ/tQPcjtNao+hYQUCIk/mJ+ZsgNSpJkm0BUMYebuJvDKa4fcZviTqbeyYDEAabfg4KHKCeFmcxusnNDhiSFGqIK6ab2oRxOcTxFKmDmHsck8bBxHfxrjhx3CmMVMVqjVw/mEqBQXduQpLwRVZlJkS+8gO6HKXzD9Sjs9PCRXZi/fAG9+BK6+Sp614PISz9EJEN+4YfRRlKccztSCRXr0Nic03EGnKbDxhq/Alndh/EPohdeQE1dD2NbUW/7LOrfPwMBmXsS9j0JygGdIJJxue4y5MIPIVojy6+iX38Z0cD05Ui5gWR0hp+MMcj5d2IGevjHj9BGo40hueyLmC0fT9d0ui79JP3VIOuuIHnfD9BWKcX13I+QfoIxYG29Y4jGaDydug4mrkEWX8Qs7US99D3kqi8DCvPOb6Kmbsbe8yi05sAkUJrEvPVWzNs+Co4LxsDLj6D3PJGKfOJS1MV3DNFQe2dnpdvtvsGz70P++AmsfhcFcMmnMVfeC1bh2B4dp5Zll4YD9M5fYnb8ENFgxMH+6IOoTe8YDeLtdns0pBx6BrX9KyjTT3UweQXm0s9gzrt2hBAmQb3+AtYrj2DmnktVk4Da9i3UZR9ZO3NotVprx7JD27F23IfVa6abAWrnQ30LpjoNKJT/Omr1NWR5X2pQGoztwU1fg7ffeeJ0pdlsniSIHsTa+ROsA39GGZM6iCy0kT2TgfWKAbP5JuTdn4eJi06eIy0vL586mTryL9SBZ7AOP4/lH4YkSp+PVcRUppDp9yCbb0Q2XXV6idmRI0fOJPmEcAUVp8YnBQ/cdaCsM0pBQwH3jPLe8rp0DtcLZ0T02VKxeEsYhuc0w/9GvV6/QcALw/Cs1zJKKdTe2VmAd2al4nvPRamo3oyi2OJNGP8/RJ1O6uzfnJ5DtVbzzhGjrgU8UK1WvXOt0xs4yx2VtYh659yQzmRzEAS02216vR7GaETAti1KpTK1Wo1KpXJ6rrDt+1Kt1U66KY5jDhw4QBRFmSbWVodt20xOTLBu/fr//Z32wpAo6g3BPM+jVqtRKpXyLpvWmoXFBV57bS9RFP1vnBpjmJ+fZ3W1mRFQVKtVZmZmsCyLOI5p+z4rzWX6/QQRwbJs3rp5M67nrU20krXoTjWWlpY4evRoFqKgVCozMzNDsVjMOZ2fn8f3W5m+bbZs2UKhUBgVr4gMzaWlJebm5hjE18GcnJxkamojkH5HUY/9+/fT7XYz7iymp6dpNMazSyTMz78+gn+EaBiGLC4u4vs+y8tHRw40GuNMT6diFRGSJOHgwQO0Wq18z9TUFK7rgoDv+3Q6nTWIGpPP1WYzy3eEilcZWhvMaqWSEbYREbQ2HD58mNVmM98zOTGBICDQbK4MnU/rUxGMpOVdp9tFMvN3PS9f60URYS/Mv8vlVJ/H62thcYFeFGFEKJXLFAtFBOh2AxKt87ND4k2ShDiKQATXdXMRBkHA/v372bdv/5AYi8UiMzMzlEslQDBGaDabeZ7lVSqA0O/HRFE0LN5BAyKOY7TWCFAoFHN4t9vFmLS2DMNwuCdkWTTGxxGTIux2OmkvwhgKhUJGCPr9fn7GOb7XKyIIoJChLrfWqctTSrBteyRjtG2bAcRk3Aynw8eM6NiTyRSsVObgROj3+8cUbykQQYzQ9v20P3GcYQTdbo7Ytu1sr6EfxzlcHUfHGdwuvbGDU3CI45ggCNImlVKUy27OSS+KWFhcoF5vYFkWYRiysrKSi7Fareb4Ot0uYgRlWdiOk8OdAaeDUSqViXoRcdQjCAI816VYKNBoNFhdTau7TqdDp9NB5YrIzhaLVDwPyeyj1wsxYvBKLrZl5XRGeg6VSiWtAAWWl5dzeL1ep1YbS8vCbJrjHnyxWGRywwYkw7e8soLRJud+pOdwvOLL5TKuWyYMw1x04+OpWxsfH8d1y7RaPkmSOnbHcahUPKrVGkopRATf9xlU96VSKWXkOBqq7fvyxjDUTxIOHzqEiAEUjUaDxvj4UBSVzODe+OdRy/dZWVkmewZsOm8TpVJpNMr0er2RiNINApYWF4+lcG6ZsbE6ruuOEBKg1+vht1oEQZDDJicmqK0RNlXb9+VEZWIQBBw5ejRzDCmhYrFIsVDAdpw8kvTjPlEc51ewlMX69eupniBkqrbvSze73Voj6fdprq4SBMe3fdRodZ7ZRsXzqDfG8xh7QqKdN/aR1vpvJooIgoCo1yPu949V3kpRcJzUAD2Pcrl8eonZmn2kk4wk80jp314Wtm2jzjAFDeUM6xfbtsG21xDwGfQcCo5zS5wbwtkfqu37VwPPBGHoxXF8bnoObd///+g5/GcATERXrr5Pf2AAAAAASUVORK5CYII=) no-repeat 0 -37px transparent;
    float: right;
    height: 32px;
    position: relative;
    text-decoration: none;
    width: 29px
}

a#digicap:hover {
    background-position: 0 -1px;
    text-decoration: none
}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0
}

.container .column,.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px
}

.row {
    margin-bottom: 20px
}

.column.alpha,.columns.alpha {
    margin-left: 0
}

.column.omega,.columns.omega {
    margin-right: 0
}

.container .one.column,.container .one.columns {
    width: 40px
}

.container .two.columns {
    width: 100px
}

.container .three.columns {
    width: 160px
}

.container .four.columns {
    width: 220px
}

.container .five.columns {
    width: 280px
}

.container .six.columns {
    width: 340px
}

.container .seven.columns {
    width: 400px
}

.container .eight.columns {
    width: 460px
}

.container .nine.columns {
    width: 520px
}

.container .ten.columns {
    width: 580px
}

.container .eleven.columns {
    width: 640px
}

.container .twelve.columns {
    width: 700px
}

.container .thirteen.columns {
    width: 760px
}

.container .fourteen.columns {
    width: 820px
}

.container .fifteen.columns {
    width: 880px
}

.container .sixteen.columns {
    width: 940px
}

.container .one-third.column,.container .nb-third.column {
    width: 300px
}

.container .two-thirds.column {
    width: 620px
}

.container .offset-by-one {
    padding-left: 60px
}

.container .offset-by-two {
    padding-left: 120px
}

.container .offset-by-three {
    padding-left: 180px
}

.container .offset-by-four {
    padding-left: 240px
}

.container .offset-by-five {
    padding-left: 300px
}

.container .offset-by-six {
    padding-left: 360px
}

.container .offset-by-seven {
    padding-left: 420px
}

.container .offset-by-eight {
    padding-left: 480px
}

.container .offset-by-nine {
    padding-left: 540px
}

.container .offset-by-ten {
    padding-left: 600px
}

.container .offset-by-eleven {
    padding-left: 660px
}

.container .offset-by-twelve {
    padding-left: 720px
}

.container .offset-by-thirteen {
    padding-left: 780px
}

.container .offset-by-fourteen {
    padding-left: 840px
}

.container .offset-by-fifteen {
    padding-left: 900px
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width:768px
    }

    .container .column,.container .columns {
        margin-left: 10px;
        margin-right: 10px
    }

    .column.alpha,.columns.alpha {
        margin-left: 0;
        margin-right: 10px
    }

    .column.omega,.columns.omega {
        margin-right: 0;
        margin-left: 10px
    }

    .alpha.omega {
        margin-left: 0;
        margin-right: 0
    }

    .container .one.column,.container .one.columns {
        width: 28px
    }

    .container .two.columns {
        width: 76px
    }

    .container .three.columns {
        width: 124px
    }

    .container .four.columns {
        width: 172px
    }

    .container .five.columns {
        width: 220px
    }

    .container .six.columns {
        width: 268px
    }

    .container .seven.columns {
        width: 316px
    }

    .container .eight.columns {
        width: 364px
    }

    .container .nine.columns {
        width: 412px
    }

    .container .ten.columns {
        width: 460px
    }

    .container .eleven.columns {
        width: 508px
    }

    .container .twelve.columns {
        width: 556px
    }

    .container .thirteen.columns {
        width: 604px
    }

    .container .fourteen.columns {
        width: 652px
    }

    .container .fifteen.columns {
        width: 700px
    }

    .container .sixteen.columns {
        width: 748px
    }

    .container .one-third.column,.container .nb-third.column {
        width: 236px
    }

    .container .two-thirds.column {
        width: 492px
    }

    .container .offset-by-one {
        padding-left: 48px
    }

    .container .offset-by-two {
        padding-left: 96px
    }

    .container .offset-by-three {
        padding-left: 144px
    }

    .container .offset-by-four {
        padding-left: 192px
    }

    .container .offset-by-five {
        padding-left: 240px
    }

    .container .offset-by-six {
        padding-left: 288px
    }

    .container .offset-by-seven {
        padding-left: 336px
    }

    .container .offset-by-eight {
        padding-left: 384px
    }

    .container .offset-by-nine {
        padding-left: 432px
    }

    .container .offset-by-ten {
        padding-left: 480px
    }

    .container .offset-by-eleven {
        padding-left: 528px
    }

    .container .offset-by-twelve {
        padding-left: 576px
    }

    .container .offset-by-thirteen {
        padding-left: 624px
    }

    .container .offset-by-fourteen {
        padding-left: 672px
    }

    .container .offset-by-fifteen {
        padding-left: 720px
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width:300px
    }

    .container .columns,.container .column {
        margin: 0
    }

    .container .nb-third {
        margin-right: 5%
    }

    .container .nb-third.omega {
        margin-right: 0%
    }

    .container .nb-third.column {
        width: 30%
    }

    .container .one.column,.container .one.columns,.container .two.columns,.container .three.columns,.container .four.columns,.container .five.columns,.container .six.columns,.container .seven.columns,.container .eight.columns,.container .nine.columns,.container .ten.columns,.container .eleven.columns,.container .twelve.columns,.container .thirteen.columns,.container .fourteen.columns,.container .fifteen.columns,.container .sixteen.columns,.container .one-third.column,.container .two-thirds.column {
        width: 300px
    }

    .container .offset-by-one,.container .offset-by-two,.container .offset-by-three,.container .offset-by-four,.container .offset-by-five,.container .offset-by-six,.container .offset-by-seven,.container .offset-by-eight,.container .offset-by-nine,.container .offset-by-ten,.container .offset-by-eleven,.container .offset-by-twelve,.container .offset-by-thirteen,.container .offset-by-fourteen,.container .offset-by-fifteen {
        padding-left: 0
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width:420px
    }

    .container .columns,.container .column {
        margin: 0
    }

    .container .nb-third {
        margin-right: 5%
    }

    .container .nb-third.omega {
        margin-right: 0%
    }

    .container .one.column,.container .one.columns,.container .two.columns,.container .three.columns,.container .four.columns,.container .five.columns,.container .six.columns,.container .seven.columns,.container .eight.columns,.container .nine.columns,.container .ten.columns,.container .eleven.columns,.container .twelve.columns,.container .thirteen.columns,.container .fourteen.columns,.container .fifteen.columns,.container .sixteen.columns,.container .one-third.column,.container .two-thirds.column {
        width: 420px
    }
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix:before,.clearfix:after,.row:before,.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.row:after,.clearfix:after {
    clear: both
}

.row,.clearfix {
    zoom:1}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

@media only screen and (min-width: 1200px) {
    .main-site .container {
        width:1200px
    }

    .main-site .container .column,.main-site .container .columns {
        margin-left: 10px;
        margin-right: 10px
    }

    .main-site .column.alpha,.main-site .columns.alpha {
        margin-left: 0;
        margin-right: 10px
    }

    .main-site .column.omega,.main-site .columns.omega {
        margin-right: 0;
        margin-left: 10px
    }

    .main-site .column.alpha.omega,.main-site .columns.alpha.omega {
        margin-left: 0;
        margin-right: 0
    }

    .main-site .container .one.column {
        width: 55px
    }

    .main-site .container .two.columns {
        width: 130px
    }

    .main-site .container .three.columns {
        width: 205px
    }

    .main-site .container .four.columns {
        width: 280px
    }

    .main-site .container .five.columns {
        width: 355px
    }

    .main-site .container .six.columns {
        width: 430px
    }

    .main-site .container .seven.columns {
        width: 505px
    }

    .main-site .container .eight.columns {
        width: 580px
    }

    .main-site .container .nine.columns {
        width: 655px
    }

    .main-site .container .ten.columns {
        width: 730px
    }

    .main-site .container .eleven.columns {
        width: 805px
    }

    .main-site .container .twelve.columns {
        width: 880px
    }

    .main-site .container .thirteen.columns {
        width: 955px
    }

    .main-site .container .fourteen.columns {
        width: 1030px
    }

    .main-site .container .fifteen.columns {
        width: 1105px
    }

    .main-site .container .sixteen.columns {
        width: 1180px
    }

    .main-site .container .one-third.column,.main-site .container .nb-third.column {
        width: 380px
    }

    .main-site .container .two-thirds.column {
        width: 780px
    }

    .main-site .container .offset-by-one {
        padding-left: 75px
    }

    .main-site .container .offset-by-two {
        padding-left: 150px
    }

    .main-site .container .offset-by-three {
        padding-left: 225px
    }

    .main-site .container .offset-by-four {
        padding-left: 300px
    }

    .main-site .container .offset-by-five {
        padding-left: 375px
    }

    .main-site .container .offset-by-six {
        padding-left: 450px
    }

    .main-site .container .offset-by-seven {
        padding-left: 525px
    }

    .main-site .container .offset-by-eight {
        padding-left: 600px
    }

    .main-site .container .offset-by-nine {
        padding-left: 675px
    }

    .main-site .container .offset-by-ten {
        padding-left: 750px
    }

    .main-site .container .offset-by-eleven {
        padding-left: 825px
    }

    .main-site .container .offset-by-twelve {
        padding-left: 900px
    }

    .main-site .container .offset-by-thirteen {
        padding-left: 975px
    }

    .main-site .container .offset-by-fourteen {
        padding-left: 1050px
    }

    .main-site .container .offset-by-fifteen {
        padding-left: 1125px
    }
}

.one-half {
    width: 48% !important;
    margin-right: 2% !important;
    margin-left: 0 !important;
    float: left
}

.one-half.omega {
    margin-right: 0 !important;
    float: right !important
}

.button {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    line-height: 17px;
    *float: left;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3)
}

.button:active {
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.08)
}

.button.medium i {
    float: left;
    margin: 2px 5px 0px -5px
}

.button.small i {
    float: left;
    margin: 1px 5px 0px -3px
}

.button.medium {
    padding: 7px 14px;
    font-size: 14px
}

.button.small {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 16px
}

input[type="button"] {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    *float: left;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3);
    padding: 7px 14px !important;
    font-size: 14px;
    width: auto !important;
    float: left
}

input[type="button"]:active {
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.08)
}

.button.yellow,input[type="button"] {
    background-color: #FCCC73;
    color: #754c00;
    text-shadow: 1px 1px 0px #ffebb7;
    -webkit-filter: dropshadow(color=#ffebb7,offx=1,offy=1);
    filter: dropshadow(color=#ffebb7,offx=1,offy=1)
}

.button.yellow:hover,input[type="button"]:hover {
    background: #fbd684
}

.button.orange,input[type="button"] {
    background-color: #f09800;
    color: #fff;
    text-shadow: none
}

.button.orange:hover,input[type="button"]:hover {
    background: #e6a331
}

.button.white {
    border: 1px solid #dddddd;
    background-color: #F7F7F7;
    color: #444;
    text-shadow: 1px 1px 0px #fff;
    -webkit-filter: dropshadow(color=#fff,offx=1,offy=1);
    filter: dropshadow(color=#fff,offx=1,offy=1)
}

.button.white:hover {
    background: #fbfbfb
}

.button.black {
    border: 1px solid #464646;
    background-color: #464646;
    color: #ffffff;
    text-shadow: 1px -1px 0px #444444;
    -webkit-filter: dropshadow(color="#444444",offx="1",offy= "1");
    filter: dropshadow(color="#444444",offx="1",offy= "1")
}

.button.black:hover {
    background: #535353
}

.button.red {
    border: 1px solid #b23730;
    background-color: #C74039;
    color: #fff;
    text-shadow: 1px -1px 0px #a43b37;
    -webkit-filter: dropshadow(color=#a43b37,offx=1,offy=1);
    filter: dropshadow(color=#a43b37,offx=1,offy=1)
}

.button.red:hover {
    background: #ce4640
}

.button.green {
    border: 1px solid #819633;
    background-color: #8DA046;
    color: #fff;
    text-shadow: 1px -1px 0px #77873b;
    -webkit-filter: dropshadow(color=#77873b,offx=1,offy=1);
    filter: dropshadow(color=#77873b,offx=1,offy=1)
}

.button.green:hover {
    background: #93a749
}

.button.blue {
    border: 1px solid #1f70ad;
    background-color: #2778C8;
    color: #fff;
    text-shadow: 1px -1px 0px #1c6396;
    -webkit-filter: dropshadow(color=#1c6396,offx=1,offy=1);
    filter: dropshadow(color=#1c6396,offx=1,offy=1)
}

.button.blue:hover {
    background: #287fc8
}

#social a {
    width: 32px;
    height: 32px;
    margin: 0 9px 9px 0;
    display: block;
    float: left
}

#social a img {
    border: none
}

blockquote {
    font-family: Arial, sans-serif;
    border-left: 4px solid #e7e7e7;
    padding-left: 20px;
    color: #596c7c;
    line-height: 20px;
    margin: 5px 0 20px 0;
    font-size: 16px
}

#breadcrumbs {
    background-image: linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-image: -ms-linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-color: #F7F7F7;
    border: 1px solid #ddd;
    padding: 11px 18px;
    border-radius: 3px;
    color: #888;
    margin: -1px 0 0 0
}

#breadcrumbs li {
    display: inline
}

#breadcrumbs li span {
    margin: 0 5px
}

#breadcrumbs li i {
    opacity: 0.3;
    margin: 0 3px 0 0
}

.acc-trigger {
    border: 1px solid #ddd;
    cursor: pointer;
    display: block;
    margin: 10px 0;
    background-image: linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-image: -ms-linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-color: #F9F9F9;
    border-radius: 3px;
    font-size: 12px;
    line-height: 14px
}

.acc-trigger a {
    background: url(../images/accordion_plus_ico.png) no-repeat right;
    border-left: #ddd;
    display: block;
    color: #888;
    outline: none;
    padding: 11px 15px;
    text-decoration: none;
    font-weight: bold
}

.acc-trigger.active a {
    cursor: default;
    background: url(../images/accordion_minus_ico.png) no-repeat right
}

.acc-trigger a:hover,.acc-trigger.active a {
    color: #444
}

.acc-trigger a h3 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 28px;
    color: #777
}

.acc-container .content {
    padding: 2px 15px 5px 15px;
    line-height: 19px
}

.content p {
    margin-bottom: 10px
}

.widget .tabs-nav,.tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.widget .tabs-nav li,.tabs-nav li {
    float: left;
    line-height: 34px;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 0 -1px 0
}

.tabs-nav li {
    margin: 0 !important;
    background-image: none !important
}

.widget .tabs-nav li {
    margin: 0 0 -1px 0
}

.widget .tabs-nav li a,.tabs-nav li a {
    border-radius: 3px 3px 0 0;
    margin-right: 5px
}

.widget .tabs-nav li a,.tabs-nav li a {
    background-image: linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-image: -ms-linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-color: #F9F9F9;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #888;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 16px;
    text-decoration: none
}

.widget .tabs-nav li:first-child a,.tabs-nav li:first-child a {
    border-left: 1px solid #ddd
}

.widget .tabs-nav li.active a,.tabs-nav li.active a {
    color: #444;
    font-weight: bold
}

.widget .tabs-nav li.active a i,.tabs-nav li.active a i {
    opacity: 0.8
}

.widget .tabs-nav li i,.tabs-nav li i {
    opacity: .5
}

.widget .tabs-nav li.active a,.tabs-nav li a:hover,.tabs-nav li.active a,.tabs-nav li a:hover {
    background: #fff;
    border-bottom: 1px solid #fff
}

.widget .tabs-container,.tabs-container {
    border: 1px solid #ddd;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 99%;
    line-height: 19px;
    border-radius: 0 3px 3px 3px
}

.tab-content {
    padding: 20px
}

.post ul {
    list-style: disc
}

.post li {
    margin-left: 15px;
    margin-top: 5px;
	line-height: 1.3;
}

.post ol li {
    background-image: none;
    padding-left: 0
}

.check_list li,.plus_list li,.minus_list li,.star_list li,.arrow_list li,.square_list li,.circle_list li,.cross_list li {
    list-style: none;
    margin: 5px 0
}

.check_list li {
    background: url(../images/list_icons/list_check.png) no-repeat 0% 50%;
    padding: 0 0 0 18px
}

.plus_list li {
    background: url(../images/list_icons/list_plus.png) no-repeat 0% 50%;
    padding: 0 0 0 18px
}

.minus_list li {
    background: url(../images/list_icons/list_minus.png) no-repeat 0% 50%;
    padding: 0 0 0 18px
}

.star_list li {
    background: url(../images/list_icons/list_star.png) no-repeat 0% 50%;
    padding: 0 0 0 16px
}

.arrow_list li {
    background: url(../images/list_icons/list_arrow.png) no-repeat 0% 50%;
    padding: 0 0 0 16px
}

.square_list li {
    background: url(../images/list_icons/list_square.png) no-repeat 0% 50%;
    padding: 0 0 0 16px
}

.circle_list li {
    background: url(../images/list_icons/list_circle.png) no-repeat 0% 50%;
    padding: 0 0 0 16px
}

.cross_list li {
    background: url(../images/list_icons/list_cross.png) no-repeat 0% 50%;
    padding: 0 0 0 16px
}

table {
    width: 100%;
    border-radius: 3px;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px
}

table th {
    border: 1px solid #dddddd;
    border-right: none;
    background-image: linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-image: -ms-linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-color: #F7F7F7;
    text-align: left;
    padding: 10px 15px;
    color: #444;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold
}

table th:first-child {
    border-radius: 3px 0 0 0
}

table td:last-child {
    border-right: 1px solid #ddd
}

table th:last-child {
    border-radius: 0 3px 0 0;
    border-right: 1px solid #ddd
}

table td {
    padding: 10px 15px;
    border: #e7e7e7 1px solid;
    border-top: none;
    border-right: none
}

table tr:hover td {
    background-color: #fafafa
}

.notification {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 3px
}

.notification p {
    margin: 0
}

.post .notification p {
    margin: 0
}

.notification span {
    font-weight: bold
}

.notification.success {
    background-color: #EBF6E0;
    color: #5f9025;
    border: 1px solid #b3dc82;
    padding: 14px 18px;
    background-image: linear-gradient(to top, #EBF6E0 0%, #F0FAE7 100%);
    background-image: -ms-linear-gradient(to top, #EBF6E0 0%, #F0FAE7 100%)
}

.notification.error {
    background-color: #ffe9e9;
    color: #de5959;
    border: 1px solid #fbc4c4;
    padding: 14px 18px;
    background-image: linear-gradient(to top, #FFE9E9 0%, #FFF2F2 100%);
    background-image: -ms-linear-gradient(to top, #FFE9E9 0%, #FFF2F2 100%)
}

.notification.warning {
    background-color: #FBFADD;
    color: #8f872e;
    border: 1px solid #ded58a;
    padding: 14px 18px;
    background-image: linear-gradient(to top, #FBFADD 0%, #FCFBE6 100%);
    background-image: -ms-linear-gradient(to top, #FBFADD 0%, #FCFBE6 100%)
}

.notification.notice {
    background-color: #E9F7FE;
    color: #5091b2;
    border: 1px solid #b6d7e8;
    padding: 14px 18px;
    background-image: linear-gradient(to top, #E9F7FE 0%, #F2FAFE 100%);
    background-image: -ms-linear-gradient(to top, #E9F7FE 0%, #F2FAFE 100%)
}

.notification.success .close,.notification.error .close,.notification.warning .close,.notification.notice .close {
    padding: 0px 14px;
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
    height: 8px;
    weight: 8px
}

.notification.success .close {
    background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat
}

.notification.error .close {
    background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat
}

.notification.warning .close {
    background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat
}

.notification.notice .close {
    background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat
}

.large-notice {
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    padding: 32px 32px;
    border-radius: 3px
}

.large-notice h2 {
    margin-bottom: 10px
}

.large-notice p {
    font-size: 14px;
    color: #777
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    margin-top: -2px
}

.tooltip.right {
    margin-left: 2px
}

.tooltip.bottom {
    margin-top: 2px
}

.tooltip.left {
    margin-left: -2px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #555;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #555
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #555;
    border-left: 5px solid transparent
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 5px solid #555;
    border-bottom: 5px solid transparent
}

.tooltip-inner {
    max-width: 200px;
    padding: 4px 10px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #555;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    padding: 2px
}

.popover.top {
    margin-top: -5px
}

.popover.right {
    margin-left: 5px
}

.popover.bottom {
    margin-top: 5px
}

.popover.left {
    margin-left: -5px
}

.popover-inner {
    width: 280px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 2px
}

.popover-title {
    padding: 11px 15px;
    line-height: 1;
    background-image: linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-image: -ms-linear-gradient(to top, #F7F7F7 0%, #fff 100%);
    background-color: #F7F7F7;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 14px
}

.popover-content {
    padding: 14px;
    background-color: #ffffff;
    color: #606060
}

.post .popover-content p {
    color: #606060
}

.popover-content p,.popover-content ul,.popover-content ol {
    margin-bottom: 0;
    color: #606060
}

[class^="icon-"],[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    opacity: 0.8
}

[class^="icon-"]:last-child,[class*=" icon-"]:last-child {
    *margin-left: 0
}

.icon-white {
    background-image: url("../images/glyphicons-halflings-white.png");
    opacity: 1
}

.icon-glass {
    background-position: 0 0
}

.icon-music {
    background-position: -24px 0
}

.icon-search {
    background-position: -48px 0
}

.icon-envelope {
    background-position: -72px 0
}

.icon-heart {
    background-position: -96px 0
}

.icon-star {
    background-position: -120px 0
}

.icon-star-empty {
    background-position: -144px 0
}

.icon-user {
    background-position: -168px 0
}

.icon-film {
    background-position: -192px 0
}

.icon-th-large {
    background-position: -216px 0
}

.icon-th {
    background-position: -240px 0
}

.icon-th-list {
    background-position: -264px 0
}

.icon-ok {
    background-position: -288px 0
}

.icon-remove {
    background-position: -312px 0
}

.icon-zoom-in {
    background-position: -336px 0
}

.icon-zoom-out {
    background-position: -360px 0
}

.icon-off {
    background-position: -384px 0
}

.icon-signal {
    background-position: -408px 0
}

.icon-cog {
    background-position: -432px 0
}

.icon-trash {
    background-position: -456px 0
}

.icon-home {
    background-position: 0 -24px
}

.icon-file {
    background-position: -24px -24px
}

.icon-time {
    background-position: -48px -24px
}

.icon-road {
    background-position: -72px -24px
}

.icon-download-alt {
    background-position: -96px -24px
}

.icon-download {
    background-position: -120px -24px
}

.icon-upload {
    background-position: -144px -24px
}

.icon-inbox {
    background-position: -168px -24px
}

.icon-play-circle {
    background-position: -192px -24px
}

.icon-repeat {
    background-position: -216px -24px
}

.icon-refresh {
    background-position: -240px -24px
}

.icon-list-alt {
    background-position: -264px -24px
}

.icon-lock {
    background-position: -287px -24px
}

.icon-flag {
    background-position: -312px -24px
}

.icon-headphones {
    background-position: -336px -24px
}

.icon-volume-off {
    background-position: -360px -24px
}

.icon-volume-down {
    background-position: -384px -24px
}

.icon-volume-up {
    background-position: -408px -24px
}

.icon-qrcode {
    background-position: -432px -24px
}

.icon-barcode {
    background-position: -456px -24px
}

.icon-tag {
    background-position: 0 -48px
}

.icon-tags {
    background-position: -25px -48px
}

.icon-book {
    background-position: -48px -48px
}

.icon-bookmark {
    background-position: -72px -48px
}

.icon-print {
    background-position: -96px -48px
}

.icon-camera {
    background-position: -120px -48px
}

.icon-font {
    background-position: -144px -48px
}

.icon-bold {
    background-position: -167px -48px
}

.icon-italic {
    background-position: -192px -48px
}

.icon-text-height {
    background-position: -216px -48px
}

.icon-text-width {
    background-position: -240px -48px
}

.icon-align-left {
    background-position: -264px -48px
}

.icon-align-center {
    background-position: -288px -48px
}

.icon-align-right {
    background-position: -312px -48px
}

.icon-align-justify {
    background-position: -336px -48px
}

.icon-list {
    background-position: -360px -48px
}

.icon-indent-left {
    background-position: -384px -48px
}

.icon-indent-right {
    background-position: -408px -48px
}

.icon-facetime-video {
    background-position: -432px -48px
}

.icon-picture {
    background-position: -456px -48px
}

.icon-pencil {
    background-position: 0 -72px
}

.icon-map-marker {
    background-position: -24px -72px
}

.icon-adjust {
    background-position: -48px -72px
}

.icon-tint {
    background-position: -72px -72px
}

.icon-edit {
    background-position: -96px -72px
}

.icon-share {
    background-position: -120px -72px
}

.icon-check {
    background-position: -144px -72px
}

.icon-move {
    background-position: -168px -72px
}

.icon-step-backward {
    background-position: -192px -72px
}

.icon-fast-backward {
    background-position: -216px -72px
}

.icon-backward {
    background-position: -240px -72px
}

.icon-play {
    background-position: -264px -72px
}

.icon-pause {
    background-position: -288px -72px
}

.icon-stop {
    background-position: -312px -72px
}

.icon-forward {
    background-position: -336px -72px
}

.icon-fast-forward {
    background-position: -360px -72px
}

.icon-step-forward {
    background-position: -384px -72px
}

.icon-eject {
    background-position: -408px -72px
}

.icon-chevron-left {
    background-position: -432px -72px
}

.icon-chevron-right {
    background-position: -456px -72px
}

.icon-plus-sign {
    background-position: 0 -96px
}

.icon-minus-sign {
    background-position: -24px -96px
}

.icon-remove-sign {
    background-position: -48px -96px
}

.icon-ok-sign {
    background-position: -72px -96px
}

.icon-question-sign {
    background-position: -96px -96px
}

.icon-info-sign {
    background-position: -120px -96px
}

.icon-screenshot {
    background-position: -144px -96px
}

.icon-remove-circle {
    background-position: -168px -96px
}

.icon-ok-circle {
    background-position: -192px -96px
}

.icon-ban-circle {
    background-position: -216px -96px
}

.icon-arrow-left {
    background-position: -240px -96px
}

.icon-arrow-right {
    background-position: -264px -96px
}

.icon-arrow-up {
    background-position: -289px -96px
}

.icon-arrow-down {
    background-position: -312px -96px
}

.icon-share-alt {
    background-position: -336px -96px
}

.icon-resize-full {
    background-position: -360px -96px
}

.icon-resize-small {
    background-position: -384px -96px
}

.icon-plus {
    background-position: -408px -96px
}

.icon-minus {
    background-position: -433px -96px
}

.icon-asterisk {
    background-position: -456px -96px
}

.icon-exclamation-sign {
    background-position: 0 -120px
}

.icon-gift {
    background-position: -24px -120px
}

.icon-leaf {
    background-position: -48px -120px
}

.icon-fire {
    background-position: -72px -120px
}

.icon-eye-open {
    background-position: -96px -120px
}

.icon-eye-close {
    background-position: -120px -120px
}

.icon-warning-sign {
    background-position: -144px -120px
}

.icon-plane {
    background-position: -168px -120px
}

.icon-calendar {
    background-position: -192px -120px
}

.icon-random {
    background-position: -216px -120px
}

.icon-comment {
    background-position: -240px -120px
}

.icon-magnet {
    background-position: -264px -120px
}

.icon-chevron-up {
    background-position: -288px -120px
}

.icon-chevron-down {
    background-position: -313px -119px
}

.icon-retweet {
    background-position: -336px -120px
}

.icon-shopping-cart {
    background-position: -360px -120px
}

.icon-folder-close {
    background-position: -384px -120px
}

.icon-folder-open {
    background-position: -408px -120px
}

.icon-resize-vertical {
    background-position: -432px -119px
}

.icon-resize-horizontal {
    background-position: -456px -118px
}

.icon-hdd {
    background-position: 0 -144px
}

.icon-bullhorn {
    background-position: -24px -144px
}

.icon-bell {
    background-position: -48px -144px
}

.icon-certificate {
    background-position: -72px -144px
}

.icon-thumbs-up {
    background-position: -96px -144px
}

.icon-thumbs-down {
    background-position: -120px -144px
}

.icon-hand-right {
    background-position: -144px -144px
}

.icon-hand-left {
    background-position: -168px -144px
}

.icon-hand-up {
    background-position: -192px -144px
}

.icon-hand-down {
    background-position: -216px -144px
}

.icon-circle-arrow-right {
    background-position: -240px -144px
}

.icon-circle-arrow-left {
    background-position: -264px -144px
}

.icon-circle-arrow-up {
    background-position: -288px -144px
}

.icon-circle-arrow-down {
    background-position: -312px -144px
}

.icon-globe {
    background-position: -336px -144px
}

.icon-wrench {
    background-position: -360px -144px
}

.icon-tasks {
    background-position: -384px -144px
}

.icon-filter {
    background-position: -408px -144px
}

.icon-briefcase {
    background-position: -432px -144px
}

.icon-fullscreen {
    background-position: -456px -144px
}

.donate-button {
    padding: 20px 10px;
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block
}

.donate-button:hover {
    text-decoration: none;
    opacity: .8
}

p:empty {
    display: none
}

.aligncenter {
    display: block;
    margin: 0 auto;
    padding: 10px
}

.alignleft {
/*     border: 1px solid #DEDEDE; */
    float: left;
    margin: 0 15px 8px 0;
    padding: 3px
}
.noborder{
	border: 0 !important;
}

.alignright {
    border: 1px solid #DEDEDE;
    float: right;
    margin: 0 0 8px 15px;
    padding: 3px
}

.wp-caption {
    padding: 10px;
    border: 1px solid #eee;
    text-align: center
}

.content p.wp-caption-text {
    padding: 10px 0px;
    text-align: center
}

.wp-caption.alignleft {
    margin-left: 0px;
    margin-right: 20px
}

.wp-caption.alignright {
    margin-left: 20px;
    margin-right: 0px
}

.wp-caption:hover img {
    opacity: 0.9
}

h2.logo a,h1.logo a {
    color: #444444;
    font-weight: bold;
    display: block;
    margin-top: 15px
}

h2.logo {
    font-size: 28px;
    line-height: 50px
}

.headline {
    display: block;
    margin: 20px 0 20px 0;
    color: #596c7c;
    font-weight: normal
}

.headline a {
    color: #596c7c !important
}

.headline span {
    color: #888;
    font-weight: normal;
    font-size: 12px;
    float: right
}

h5.headline {
    padding: 0 0 8px 0;
    margin: 0px 0 12px 0
}

.portfolio-content h4.headline {
    padding: 0 0 8px 0;
    margin: 0px 0 12px 0
}

#page-title {
    border: 1px solid #e2e2e2;
    border-left: none;
    border-right: none;
    margin-top: -1px;
    background-image: linear-gradient(to top, #FAFAFA 0%, #FCFCFC 100%);
    background-image: -ms-linear-gradient(to top, #FAFAFA 0%, #FCFCFC 100%);
    background-color: #fafafa
}

#page-title h1,#page-title h2 {
    font-weight: normal;
    font-size: 22px;
    padding: 21px 0;
    line-height: 30px
}

#page-title h1 a:visited,#page-title h1 a,#page-title h2 a:visited,#page-title h2 a {
    color: #444444
}

#page-title span {
    color: #a0a0a0
}

.error404 h3 a {
    color: #000
}

.error404 a {
    color: #666
}

@media only screen and (min-width: 600px) {
    .item-img,.post-img {
        position:relative;
        margin-bottom: 10px
    }
}

.item-img img,.post-img img {
    border-radius: 4px
}

@media only screen and (min-width: 600px) {
    .overlay {
        height:100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 40;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity 180ms ease-in-out;
        border-radius: 6px
    }

    .overlay.zoom {
        background: url(../images/overlay.png) no-repeat center center,url(../images/overlay_bg.png) center center
    }

    .overlay:hover {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100)
    }

    #backtotop {
        position: fixed;
        right: 0px;
        display: none;
        bottom: 20px;
        margin: 0 20px 0 0
    }

    #backtotop a {
        text-decoration: none;
        border: 0 none;
        display: block;
        width: 45px;
        height: 45px;
        background: url(../images/back_to_top_btn.png) no-repeat 50% 50%;
        background-color: #cccccc;
        transition: all 0.2s ease-in-out;
        border-radius: 3px
    }
}

#backtotop a:hover {
    background-color: #F0AB00
}

.client-logo li {
    border: 1px solid #e5e5e5;
    float: left;
    margin: -1px 0 0 -1px
}

.client-logo li a {
    display: block
}

#header {
    min-height: 80px
}

#logo-image {
    width: auto;
    height: auto
}

.mobile-nav {
    display: none
}

.selectnav {
    display: block;
    cursor: pointer;
    height: 37px;
    font-size: 12px;
    background: #f5f5f5;
    color: #596c7c;
    border: none;
    padding: 8px 20px;
    margin: 0 auto 10px;
    width: 80%;
    min-width: 143px
}

@media all and (max-width: 767px) {
    .selectnav {
        background:url("../images/icons/arrow-down-grey.png") no-repeat right 15px center/8px auto #f5f5f5
    }
}

#navigation ul,#navigation li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline
}

#navigation ul li {
    float: left;
    position: relative
}

#navigation ul li a {
    display: inline-block;
    color: #596c7c;
    font-weight: 500;
    padding: 20px 10px 15px;
    margin: 0;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 3px solid transparent
}

#navigation ul li a:hover {
    border-bottom: 3px solid #f58220
}

#navigation ul ul {
    opacity: 0;
    margin: -2px 0 0 5px;
    filter: alpha(opacity=0);
    position: absolute;
    top: -99999px;
    left: 0;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: 3px solid #f58220;
    z-index: 999
}

#navigation ul ul li a:hover {
    border-bottom: 1px solid #ddd
}

#navigation ul ul li a {
    padding: 8px 0;
    display: block;
    width: 150px;
    margin: 0 16px;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid transparent
}

#navigation ul ul ul {
    position: absolute;
    top: -99999px;
    left: 100%;
    opacity: 0;
    margin: -3px 0 0 0;
    z-index: 999
}

#navigation ul ul ul li a {
    border-bottom: 1px solid #dddddd !important;
    border-top: 1px solid transparent
}

#navigation ul ul li:last-child a,#navigation ul ul li:last-child a:hover {
    border-bottom: 1px solid transparent
}

#navigation ul ul ul li:last-child a {
    border-bottom: 1px solid transparent !important
}

#navigation ul li:hover>ul {
    opacity: 1;
    position: absolute;
    top: 99%;
    left: -5px
}

#navigation ul ul li:hover>ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
    z-index: 497;
    background: #fff;
    border: 0
}

#navigation ul li:hover>a {
    color: #444
}

#navigation ul ul li:hover>a {
    border-top: 1px solid transparent;
    color: #86DCE3
}

#current {
    font-weight: bold !important;
    color: #444 !important;
    border-bottom: 3px solid #86DCE3 !important
}

#navigation ul>li.current-menu-ancestor>a,#navigation>div>ul>li.current-menu-item>a,#current {
    border-bottom: 3px solid #f58220 !important
}

#navigation ul>li.current-menu-ancestor li.current-menu-ancestor>a {
    border: none !important;
    font-weight: normal
}

.features {
    margin: 35px 0 0 0;
    float: left
}

.feature {
    margin: 0 0 10px 0
}

.feature-description {
    margin-left: 45px
}

.feature h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    padding-top: 10px
}

.feature-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 6px;
    color: #fff;
    border-radius: 50px;
    float: left;
    margin-top: 10px;
    background-color: #e5e5e5
}

.feature-circle i {
    margin-top: 4px
}

.feature-circle.blue {
    background: #F0AB00
}

.feature-circle.gray {
    background: #555
}

.home .portfolio-item {
    margin-bottom: 0px
}

.portfolio-item {
    margin-bottom: 20px
}

.portfolio-item-meta {
    margin: 18px 0
}

.portfolio-item-meta h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1
}

.portfolio-item-meta h5 a {
    color: #f58220;
    font-size: 18px;
}

.portfolio-item-meta p {
    font-size: 16px;
    line-height: 22px
}

.portfolio-item-meta span {
    display: block
}

.portfolio-item-meta .loc {
    margin: 0
}

.info-box {
    background-image: linear-gradient(to top, #FAFAFA 0%, #fff 100%);
    background-image: -ms-linear-gradient(to top, #FAFAFA 0%, #fff 100%);
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    padding: 18px 25px;
    margin: 20px 0 5px 0
}

.info-box p {
    margin: 0
}

.info-box h4 {
    line-height: 24px
}

.info-box a {
    margin: 7px 0 0 0
}

.info-content {
    float: left
}

.post .info-box p {
    margin: 0px
}

#filters {
    float: left;
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    width: 100%;
    line-height: 24px
}

#filters ul li {
    display: inline;
    padding: 0 10px 0 0;
    background: url(../images/filter_divider.png) no-repeat 97% 50%
}

#filters ul li:last-child {
    background: none
}

#filters a {
    color: #777;
    font-size: 12px;
    transition: all 0.1s ease-in-out;
    padding: 4px 8px;
    border-radius: 2px
}

#filters a:hover {
    color: #fff;
    background: #aaa
}

.selected {
    background: #F0AB00;
    color: #fff !important
}

.selected:hover {
    background: #F0AB00 !important
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,.isotope .isotope-item {
    transition-duration: 0.8s
}

.isotope {
    transition-property: height, width
}

.isotope .isotope-item {
    transition-property: transform, opacity
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    transition-duration: 0s
}

.isotope.infinite-scrolling {
    transition: none
}

.search-results .post.page,.post {
    margin: 0 0 20px
}

.post.page {
    margin-top: 0px
}

.post.page.home {
    margin-top: 15px
}

.post:after {
    clear: both;
    content: " ";
    display: block;
    height: 0
}

.post p {
    margin: 0 0 20px 0
}

.post-img,.embed {
    margin: 0 0 15px 0
}

.post-content {
    margin: 0 0 0 20px !important
}

.post-title h2 a {
    font-size: 20px;
    margin: 0 0 10px 0;
    display: block;
    padding-left: 180px;
    text-transform: none;
    font-weight: 700
}

.post-title h2 a:hover {
    color: #f58220
}

.post-date {
    color: #98a7b3;
    font-size: 17px;
    border-top: 1px solid #e7e7e7;
    display: block;
    text-align: right;
    padding: 15px 0
}

.post-date a {
    color: #888
}

.post-desc {
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

.post-entry {
    margin-bottom: 5px;
    display: inline-block;
    padding-right: 13px;
    color: #f58220;
    text-decoration: underline
}

.post-entry:hover,.post-entry:visited {
    color: #f58220
}

.post-meta {
    padding: 15px 0 25px 0;
    font-size: 12px
}

.post-meta span:first-child {
    padding-left: 0
}

.post-meta span:last-child {
    border: none
}

.post-meta span {
    padding: 0 10px;
    border-right: 1px solid #e7e7e7
}

.fullwidth_pf {
    margin-top: 20px
}

.comments-sec {
    float: left;
    width: 100%;
    line-height: 20px
}

.logged-in-as {
    margin-top: 15px
}

#respond {
    clear: both
}

h3#reply-title {
    font-size: 14px;
    line-height: 24px
}

h3#reply-title,.comments-sec h5 {
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding-bottom: 10px
}

.comments-sec h5 span {
    color: #888
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0
}

ol.commentlist li {
    float: left;
    border-top: 1px solid #e7e7e7;
    padding: 25px 0 20px 0;
    width: 100%
}

ol.commentlist li:first-child {
    border: none;
    padding: 25px 0 0px 0
}

ol.commentlist li {
    list-style: none
}

ol li ul.children {
    float: right;
    width: 89%;
    margin: 0px
}

ol.commentlist li ul.children li:first-child {
    border-top: 1px solid #e7e7e7;
    padding: 25px 0 0 0;
    font-size: 12px
}

ol.commentlist li ul.children li {
    border-top: 1px solid #e7e7e7;
    margin: 25px 0 15px 0;
    font-size: 12px
}

.comments {
    float: left;
    width: 100%
}

ol li ul.children .comment-des {
    float: right;
    width: 88%
}

div.avatar {
    float: left
}

.comment-des {
    float: right;
    width: 89%
}

.comment-des strong {
    float: left;
    color: #444;
    padding-right: 5px;
    font-size: 14px
}

.comment-des span {
    float: left;
    color: #888
}

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
    color: #000
}

.comment-by span.reply {
    color: #777;
    float: right
}

.comment-by span.reply a {
    font-weight: bold;
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: normal
}

.comment-by span.date {
    color: #888;
    padding-right: 7px;
    float: right
}

#commentform label {
    display: block;
    color: #676767;
    margin-top: 15px;
    padding-bottom: 4px
}

#commentformt label span {
    color: #ea1c1c
}

#commentform input,#commentform textarea {
    width: 240px
}

#commentform textarea {
    min-width: 97%;
    max-width: 97%;
    height: 160px
}

#commentform label span,.field label span {
    color: #EA1C1C
}

p.form-submit input[type="submit"]:hover {
    background: none repeat scroll 0 0 #FBD684
}

#commentform p.form-submit input[type="submit"] {
    background-color: #FCCC73;
    background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    border: 1px solid #E6BD4C;
    color: #754C00;
    text-shadow: 1px 1px 0 #FFEBB7;
    font-size: 14px;
    width: auto;
    padding: 7px 14px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px 5px 0
}

.pagination {
    display: inline-block;
    width: 100%
}

@media all and (max-width: 767px) {
    .pagination {
        margin-bottom:25px
    }
}

.pagination a {
    color: #f58220
}

.pagination a:hover,.pagination a:visited {
    color: #f58220
}

.pagination .prev {
    float: left
}

.pagination .next {
    float: right
}

.pages {
    text-align: center
}

.pages a {
    color: #888;
    padding: 25px 8px
}

.pages a:hover {
    color: #444
}

a.current-page {
    color: #444;
    border-top: 3px solid #555
}

.pages ul li {
    display: inline;
    padding: 0 2px
}

.project-nav {
    margin-top: -57px;
    float: right
}

.project-nav .next {
    float: left;
    margin-right: 3px;
    background: url(../images/pagination_prev.png) no-repeat 50% 50% #606060
}

.project-nav .prev {
    float: right;
    background: url(../images/pagination_next.png) no-repeat 50% 50% #606060
}

#footer .widget {
    margin: 0px
}

.social-blog {
    margin: 5px 0 5px 0;
    float: left
}

.social-blog:first-child {
    margin-right: 30px
}

.feed img {
    float: left
}

.feed p {
    line-height: 14px;
    float: left;
    margin: 2px 0 0 7px
}

a.feed {
    display: inline-block;
    font-size: 11px;
    color: #444;
    font-weight: bold
}

a.feed span {
    color: #888;
    font-weight: normal
}

.widget li a {
    color: #888
}

.widget #twitter-blog a {
    color: #3F8FAF
}

.widget li {
    color: #888;
    display: block;
    padding: 7px 0;
    padding-left: 12px;
    border-bottom: 1px solid #e7e7e7;
    background: url(../images/link_list_arrow_02.png) no-repeat left 12px
}

.widget.widget_categories li a {
    display: block
}

#footer .widget li {
    border-bottom: 1px solid #444444;
    color: #A4A4A4
}

#footer .widget li:last-child {
    border-bottom: 0px
}

#footer .widget li a {
    color: #A4A4A4
}

.widget .flickr-widget-blog li {
    display: inline;
    padding: 0px;
    border: 0px;
    background: none
}

.widget.social {
    overflow: hidden
}

.widget.widget_recent_comments li {
    margin: 7px 0px
}

.widget.widget_recent_comments li a {
    background: none
}

.widget li:last-child {
    border-bottom: none
}

.widget li a:hover {
    color: #444
}

.latest-post-blog {
    margin: 0 0 20px 0
}

.latest-post-blog:last-child {
    margin-bottom: 5px
}

.latest-post-blog p,.latest-post-blog a {
    margin: 0;
    color: #606060;
    line-height: 18px
}

.latest-post-blog span {
    color: #888;
    margin: 3px 0 0 0;
    display: block
}

.latest-post-blog img {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #dedede;
    padding: 3px;
    height: 49px;
    width: 49px;
    transition: all 0.2s ease-in-out
}

#twitter-blog {
    margin-top: 20px
}

#footer #twitter-blog {
    margin-top: 0px
}

#twitter-blog li {
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
    background: url(../images/twitter_widget_ico_02.png) no-repeat left 6%;
    line-height: 20px;
    border: none;
    color: #606060
}

#footer #twitter-blog li {
    line-height: 18px
}

.widget #twitter-blog li:last-child {
    margin-bottom: 0
}

.widget #twitter-blog b a {
    color: #888;
    font-weight: normal
}

.flickr-widget-blog {
    margin-right: -12px;
    margin-top: 15px;
    overflow: hidden
}

.flickr-widget-blog img {
    display: block;
    width: 100%
}

.flickr-widget-blog a {
    float: left;
    width: 53px;
    height: 53px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px solid #dedede;
    padding: 3px;
    transition: all 0.2s ease-in-out
}

#google-map {
    position: relative;
    padding: 0px;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden
}

.contact-details li {
    margin: 0 0 15px 0
}

.contact-details p {
    margin: -5px 0 0 20px;
    line-height: 18px
}

.contact-details li em,.contact-details li i {
    float: left;
    margin: 2px 0 0 0
}

.field textarea {
    max-width: 97%;
    min-width: 97%;
    height: 160px
}

.field input {
    width: 240px
}

.field:focus {
    border: 1px solid #ddd
}

.field label span {
    color: #ea1c1c
}

.field .wpcf7-not-valid,.field .wpcf7-not-valid:focus,.field .validation-error,.field .validation-error:focus {
    border: 1px solid #f2c4c2;
    background: #ffeceb
}

.loading {
    background: url(../images/loader.gif) no-repeat 1px;
    height: 28px;
    width: 28px;
    display: none;
    float: left;
    margin: 5px
}

.success-message {
    display: none
}

.team-name {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px
}

.post .team-name p {
    margin: 0px
}

.team-name span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #888
}

.testimonials {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 21px
}

.testimonials_bg {
    background: url(../images/testimonials_bg.png) no-repeat;
    margin-top: -1px;
    display: block;
    width: 200px;
    height: 30px
}

.testimonials_author {
    color: #3f8faf;
    float: right;
    display: block;
    margin-top: -23px;
    margin-bottom: 20px
}

.testimonials_author span {
    color: #a0a0a0
}

.carousel-disabled,.mr-rotato-disabled {
    height: 21px;
    width: 21px;
    background-color: #ccc !important;
    display: block;
    position: absolute
}

.mr-rotato-next {
    height: 21px;
    width: 21px;
    background: url(../images/pagination_next.png) no-repeat 50% 50%;
    background-color: #606060;
    display: block;
    position: absolute;
    right: 10px
}

.mr-rotato-prev {
    height: 21px;
    width: 21px;
    background: url(../images/pagination_prev.png) no-repeat 50% 50%;
    background-color: #606060;
    display: block;
    right: 33px;
    position: absolute
}

.mr-rotato-prev,.mr-rotato-next,.mr-rotato-disabled {
    margin-top: -55px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out
}

.mr-rotato-prev:hover,.mr-rotato-next:hover {
    background-color: #F0AB00
}

#footer {
    background: #596c7c;
    color: #bbbbbb;
    padding: 45px 0;
    margin: 30px 0 0 0
}

#footer h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

#footer p {
    font-size: 13px;
    margin-bottom: 0
}

.links-list li a {
    color: #a4a4a4;
    display: block;
    padding: 6px 0;
    padding-left: 12px;
    border-bottom: 1px solid #444;
    background: url(../images/link_list_arrow_01.png) no-repeat left 47%
}

.widget_links li a {
    display: block
}

#footer .widget li a:hover,.widget_links li a:hover {
    color: #fff
}

#footer .widget_links li:first-child {
    margin: -12px 0 0 0
}

.links-list li:last-child a {
    border: none
}

.latest-post {
    margin-bottom: 20px;
    height: 50px
}

.latest-post p,.latest-post a {
    margin: 0;
    color: #fff;
    line-height: 18px
}

.blog-sidebar .latest-post span {
    color: #888
}

.blog-sidebar .latest-post a {
    margin: 0;
    color: #606060;
    line-height: 18px
}

.latest-post span {
    color: #707070;
    margin: 3px 0 0 0;
    display: block
}

.latest-post img {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px solid #494949;
    height: 49px;
    width: 49px;
    transition: all 0.2s ease-in-out
}

.latest-post img:hover {
    border-color: #666
}

#footer .incredible-twitter.widget li {
    border-bottom: 0px
}

#footer #twitter-blog li {
    margin: 0 0 22px 0;
    padding: 0 0 0 25px;
    background: url(../images/twitter_widget_ico_01.png) no-repeat left 5%
}

#footer #twitter-blog a {
    color: #fff
}

#footer #twitter-blog b a {
    color: #707070;
    font-weight: normal
}

#footer-bottom {
    background: #3c4e5d;
    padding: 22px 0
}

#copyright {
    color: #d2e3f1;
    font-size: 13px;
    line-height: 15px;
    text-align: center
}

#copyright a {
    color: #f58220
}

.social-links-about {
    padding: 15px 0 5px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.social-links li:first-child,.social-links-about li:first-child {
    margin-left: 0
}

.social-links li {
    display: inline;
    list-style: none;
    transition: all 0.2s ease-in-out;
    text-indent: -9999px;
    margin-left: 15px;
    float: left
}

.social-links-about li {
    display: inline;
    list-style: none;
    opacity: 0.4;
    transition: all 0.2s ease-in-out;
    text-indent: -9999px;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left
}

.social-links a,.social-links-about a {
    background-repeat: no-repeat;
    background-position: 0 -16px;
    display: block;
    height: 16px;
    width: 20px
}

.social-links li:hover,.social-links-about li:hover {
    opacity: 1
}

.twitter {
    background: url("../images/icons/twitter-white.png") no-repeat
}

.facebook {
    background: url("../images/icons/facebook-white.png") no-repeat
}

.vimeo {
    background: url("../images/icons/vimeo-white.png") no-repeat
}

.youtube {
    background: url("../images/icons/youtube-white.png") no-repeat
}

.skype {
    background: url("../images/icons/skype-white.png") no-repeat
}

.tax-filters #portfolio-wrapper {
    margin-top: 40px
}

#portfolio-wrapper {
    margin-top: 20px;
    overflow: hidden
}

@media only screen and (min-width: 960px) {
    .flexslider {
        height:345px
    }

    #portfolio-wrapper {
        min-height: 350px
    }

    .project .flexslider {
        min-height: 1px;
        margin-bottom: 20px
    }

    .item-img.video-cont {
        height: 144px;
        width: 100%
    }

    .item-img.video-cont iframe {
        height: 144px;
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .slider_description {
        margin-top:90px
    }

    .slider_description h2 {
        margin-bottom: 15px;
        font-size: 20px
    }

    .client-logo img {
        width: 148px;
        height: auto
    }

    .post-title h2 a {
        padding-left: 145px
    }

    .latest-post-blog,.latest-post {
        height: 65px
    }

    .flickr-widget-blog a {
        width: 57px;
        height: 57px
    }

    .avatar {
        height: 40px;
        width: 40px
    }

    .testimonials_author {
        display: none
    }

    .item-img.video-cont {
        height: 115px;
        width: 100%
    }

    .item-img.video-cont iframe {
        height: 115px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    #navigation {
        float:none
    }

    .js #navigation {
        display: none
    }

    .js .mobile-nav {
        display: block
    }

    #backtotop a {
        display: none
    }

    .social-links {
        margin: -5px 0 20px 0;
        float: left
    }

    .info-box a {
        margin: 15px 0 0 0
    }

    .info-box p {
        margin: 10px 0 0 0
    }

    .post-content {
        margin: 0 !important
    }

    .post-title h2 a {
        padding: 0
    }

    .post-date {
        text-align: left
    }

    .project .flexslider {
        margin-bottom: 20px
    }

    .mr-rotato-prev,.mr-rotato-next,.mr-rotato-disabled {
        margin-right: -10px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .client-logo img {
        width:139px;
        height: auto
    }

    .custom-slide {
        height: 270px
    }

    .avatar {
        height: 35px;
        width: 35px
    }

    .rev_slider li p {
        line-height: 12px
    }
}

@media only screen and (max-width: 479px) {
    .client-logo img {
        width:149px;
        height: auto
    }

    .custom-slide {
        height: 193px
    }

    .avatar {
        height: 25px;
        width: 25px
    }

    .rev_slider li p {
        line-height: 12px
    }
}

.ie7 .ie-dropdown-fix {
    position: relative;
    z-index: 9999
}

.ie8 .ie-dropdown-fix {
    position: relative;
    z-index: 9999
}

body span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    font-size: 10pt;
    right: 0px;
    padding: 0px;
    position: absolute;
    top: 0%;
    width: 280px;
    z-index: 100;
    font-size: 0px
}

body div.wpcf7-response-output {
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 3px
}

body div.wpcf7-mail-sent-ng {
    background-color: #FFE9E9;
    background-image: -moz-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
    border: 1px solid #FBC4C4;
    color: #DE5959;
    padding: 14px 18px
}

body div.wpcf7-validation-errors {
    background-color: #FBFADD;
    background-image: -moz-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
    border: 1px solid #DED58A;
    color: #8F872E;
    padding: 14px 18px
}

.field input.wpcf7-submit {
    width: auto
}

body div.wpcf7-mail-sent-ok {
    background-color: #EBF6E0;
    background-image: -moz-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
    border: 1px solid #B3DC82;
    color: #5F9025;
    padding: 14px 18px
}

.rev_slider_wrapper {
    background: #fafafa;
    box-shadow: 0 0 3px rgba(80,80,80,0.1) inset;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0
}

.rev_slider {
    margin-top: -1px !important
}

.rev_slider ul li {
    box-shadow: 0 0 3px rgba(80,80,80,0.1) inset
}

li.gfield {
    padding-left: 0 !important;
    background-image: none
}

.flex-direction-nav .flex-next,.flex-direction-nav .flex-prev {
    opacity: 1;
    border-radius: 20px 20px 20px 20px;
    width: 30px;
    height: 30px;
    top: 85px
}

.flex-direction-nav .flex-next {
    right: 0px
}

.flex-direction-nav .flex-prev {
    left: 0px
}

.pre-header .social-links {
    margin: 0px;
    float: none;
    position: absolute;
    right: 200px;
    top: 10px;
    overflow: hidden
}

.pre-header .social-links li a {
    text-align: left;
    text-indent: -1000px
}

.rev_slider .tp-caption ol li,.rev_slider .tp-caption ul li {
    position: relative !important;
    visibility: visible !important;
    outline: none !important;
    border: 0 none !important;
    top: 0 !important;
    box-shadow: none !important;
    list-style-position: inside !important
}

.rev_slider .tp-caption ul li {
    list-style-type: disc !important
}

.rev_slider .tp-caption ol li {
    list-style-type: decimal !important
}

.rev_slider .tp-caption ul {
    list-style-position: inside !important
}

.rev_slider .tp-caption ol {
    margin-left: 0
}

.alignright,.alignright {
    border: 0 none;
    padding: 0
}

.feature-circle.red {
    background-color: #E1051F
}

.feature-circle.yellow {
    background-color: #FFC60C
}

#faqfilter {
    margin-top: 20px
}

#faqfilter input {
    width: 90%
}

#logo-image {
    margin-top: 0px;
    margin-bottom: -10px;
    position: relative;
    z-index: 220
}

#footer .latest-post {
    height: 65px
}

#footer .latest-post a {
    color: #ffffff
}

.home-testimonials {
    padding: 20px 50px 0;
    overflow: hidden;
    position: relative
}

.home-testimonials .testimonial img {
    float: left;
    padding: 3px;
    border: 1px solid #a5a5a5;
    background: #FFF;
    margin-right: 10px;
    border-radius: 2px;
    height: 85px;
    width: auto;
    margin-bottom: 20px
}

#home-feat-more {
    display: block;
    text-align: center
}

#home-feat-more img {
    float: none;
    display: inline
}

@media only screen and (max-width: 767px) {
    #homepage_latest {
        padding-left:0px
    }

    #logo-image {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .pre-header .social-links {
        right:5px;
        top: 60px
    }
}

@media only screen and (max-width: 479px) {
    #logo-image {
        margin:0 auto 90px auto
    }

    .pre-header .social-links {
        float: none;
        margin: 0;
        overflow: hidden;
        position: absolute;
        right: 69px;
        top: 155px
    }

    .headphone {
        display: block;
        position: absolute;
        text-align: center;
        top: 120px;
        width: 100%
    }

    .rev_slider_wrapper {
        display: none
    }
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0,0,0,0.5)
}

.fancybox-outer,.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font-size: 14px/20px;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image: url("../images/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font-size: 13px/20px;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0,0,0,0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8)
}

body,h1,h2,.sidebar h2,h3,h4,h5,h6 {
    font-family: 'Hind', sans-serif;
    color: #596c7c
}

p {
    line-height: 21px;
    color: #000000;
    font-size: 16px;
}

a {
    color: #f58220;
    transition: none;
    text-decoration: none
}

a:hover {
    cursor: pointer
}

a:hover,a:focus,a:visited {
    outline: none;
    color: #f58220;
    text-decoration: underline
}

a.readmore {
    text-decoration: underline;
    font-size: 13px
}

h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px
}

h1 a,
h1 strong{
    color: #596c7c
}

h1 a:hover,h1 a:visited,h1 a:focus {
    color: #596c7c
}

h2,.sidebar h2,.gform_wrapper h2.gsection_title {
    color: #009CA6 !important;
    font-size: 27px;
    line-height: 27px;
    font-weight: 600 !important;
    margin-bottom: 20px
}

h2.headline,.gform_wrapper h2.gsection_title.headline {
    color: #596c7c;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none
}

h2 a,.sidebar h2 a,.gform_wrapper h2.gsection_title a {
    color: #73abb7
}

h2 a:hover,h2 a:visited,h2 a:focus,.gform_wrapper h2.gsection_title a:hover,.gform_wrapper h2.gsection_title a:visited,.gform_wrapper h2.gsection_title a:focus {
    color: #73abb7
}

h3,.gform_wrapper h3.gform_title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
	color: #009CA6;
}

ol {
    margin-left: 0
}

@media all and (max-width: 767px) {
    .alignleft,.alignright {
        float:none;
        margin: 0 auto 20px !important
    }
}

.sidebar h2 {
    margin-bottom: 12px
}

strong {
    color: #000000;
}

.block-button.big {
    font-size: 135%;
    display: block;
    height: 80px;
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .block-button.big {
        font-size:100%;
        height: calc(80px * .6);
        line-height: calc(80px * .6)
    }
}

.block-button.reverted {
    background-color: #596c7c
}

.block-button.reverted:hover {
    background-color: rgba(89,108,124,0.9)
}

.block-button img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.text-center {
    text-align: center
}

.banner-slider {
    background-color: #f58220;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width: 767px) {
    .banner-slider {
        background-image:url("../images/logo-half-opacity.png");
        background-repeat: no-repeat;
        background-position: right -30px bottom -35px;
        background-size: 200px auto
    }
}

.banner-slider .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 767px) {
    .banner-slider .logo-image {
        display:none
    }
}

.banner-slider .logo-image img {
    float: right;
    max-width: 392px
}

.banner-slider .swiper-container {
    width: 100%
}

.banner-slider .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .3s ease-in
}

.banner-slider .swiper-pagination {
    width: auto;
    display: inline-block
}

@media all and (min-width: 768px) {
    .banner-slider .swiper-pagination {
        bottom:40px
    }
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .banner-slider .swiper-pagination {
        left:25px;
        bottom: 0
    }
}

@media all and (max-width: 767px) {
    .banner-slider .swiper-pagination {
        width:100%
    }
}

.banner-slider .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6
}

.banner-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.banner-slider .caption {
    margin: 50px 0;
    padding-bottom: 20px
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .banner-slider .caption {
        margin:0;
        padding: 25px
    }
}

@media all and (max-width: 767px) {
    .banner-slider .caption {
        margin:30px 0;
        padding: 15px 0;
        text-align: center
    }
}

.banner-slider .caption p {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    font-weight: 500
}

@media all and (max-width: 959px) {
    .banner-slider .caption p {
        font-size:24px;
        line-height: 28px
    }
}

@media all and (max-width: 767px) {
    .home-latest-post {
        margin-bottom:40px
    }
}

.home-intro {
    margin-bottom: 35px
}

.sidebar h3 {
    color: #73abb7;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

.sidebar .block-button {
    margin-bottom: 20px
}

.home-sidebar img {
    margin-bottom: 20px
}

#footer p,#footer a {
    color: #d2e3f1
}

@media all and (max-width: 767px) {
    #footer .columns:not(:last-child) {
        margin-bottom:20px
    }
}

.border_bottom,.widget {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px
}

.border_bottom:after,.widget:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../images/border-bottom.png") no-repeat center center/cover;
    bottom: 0;
    left: 0
}

.border_top {
    position: relative;
    padding-top: 30px
}

.border_top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: url("../images/border-bottom.png") no-repeat center center/cover;
    top: 0;
    left: 0
}

.publication {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.post-meta span a,.post-title h2 a {
    color: #596c7c
}

.post-meta span a:hover,.post-title h2 a:hover {
    color: #596c7c
}

div.pre-header {
    height: 34px;
    line-height: 34px;
    width: 100%;
    z-index: 30;
    background-color: #f5f5f5;
    margin-bottom: 10px
}

@media all and (max-width: 767px) {
    div.pre-header {
        height:auto;
        line-height: normal
    }
}

@media all and (max-width: 767px) {
    div.pre-header>.container,div.pre-header>.container .columns {
        margin:0;
        width: 100%
    }
}

div.pre-header ul {
    float: right
}

div.pre-header ul li {
    float: left;
    line-height: 34px
}

@media all and (max-width: 767px) {
    div.pre-header ul.top-menu {
        display:none
    }
}

div.pre-header ul.top-menu li a {
    color: #596c7c;
    font-size: 12px;
    font-weight: 500;
    border-left: 1px solid #596c7c;
    padding: 0 5px;
    display: inline-block;
    height: 12px;
    line-height: 12px
}

div.pre-header ul.top-menu li a:hover {
    text-decoration: underline
}

div.pre-header ul.top-menu li:first-child a {
    border-left: 0
}

div.pre-header ul.language-menu {
    margin-left: 25px;
    padding: 0 5px 0 0;
    background: none #596c7c;
    font-size: 13px
}

@media all and (max-width: 767px) {
    div.pre-header ul.language-menu {
        box-sizing:border-box;
        width: 100%;
        margin-left: 0;
        padding: 0 10px
    }
}

div.pre-header ul.language-menu li {
    margin: 0 10px
}

@media all and (max-width: 767px) {
    div.pre-header ul.language-menu li {
        margin:0 4px
    }
}

div.pre-header ul.language-menu li:first-child {
    margin-left: 0
}

div.pre-header ul.language-menu li a {
    color: #fff;
    font-weight: 500
}

div.pre-header ul.language-menu li a:hover {
    text-decoration: underline
}

div.pre-header ul.language-menu li:first-child a {
    color: transparent;
    display: block;
    height: 34px;
    overflow: hidden;
    text-indent: -1000em;
    width: 35px;
    background: url("../images/icons/language.png") no-repeat center center/21px 21px #73abb7
}

div.pre-header ul.language-menu li:first-child a:hover {
    opacity: 0.8
}

#navigation_wrap #navigation {
    margin-top: 41px;
    float: left
}

#navigation_wrap #navigation a {
    font-family: "Hind",sans-serif;
    font-size: 15px
}

#navigation_wrap #navigation a:hover {
    color: #f58220
}

#navigation_wrap #navigation .menu-item-home a {
    text-indent: -999em;
    color: transparent;
    background: url("../images/home.png") no-repeat scroll 8px 17px;
    width: 20px
}

#navigation_wrap .search {
    margin: 51px 0 0 0;
    box-sizing: border-box;
    float: right
}

#navigation_wrap .search form {
    margin-bottom: 0
}

#navigation_wrap .search input {
    color: #596c7c;
    font-weight: 500;
    line-height: 17px;
    background: url("../images/icons/search-icon.png") no-repeat left 8px center/15px 15px #f5f5f5;
    border: none;
    border-radius: 3px;
    margin: 0;
    font-size: 11px;
    min-width: 143px;
    padding: 10px 10px 10px 30px
}

#navigation_wrap .search input::-webkit-input-placeholder {
    color: #596c7c
}

#navigation_wrap .search input:-ms-input-placeholder {
    color: #596c7c
}

#navigation_wrap .search input::-moz-placeholder {
    color: #596c7c
}

#navigation_wrap .search input:-moz-placeholder {
    color: #596c7c
}

@media all and (max-width: 767px) {
    #navigation_wrap .search input {
        font-size:11px;
        padding-left: 35px;
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto
    }
}

#home-hero-space {
    background: #596c7c;
    padding: 25px 0;
    text-align: center
}

#home-hero-space div.nb-third.column {
    position: relative
}

#home-hero-space div.nb-third.column>a {
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s ease-in-out
}

@media all and (max-width: 767px) {
    #home-hero-space div.nb-third.column>a {
        font-size:14px
    }
}

#home-hero-space div.nb-third.column>a:hover {
    text-decoration: none;
    transform: scale(1.05, 1.05) rotate(2deg)
}

#home-hero-space div.nb-third.column img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

@media all and (max-width: 767px) {
    #home-hero-space div.nb-third.column img {
        display:block;
        margin: 0 auto 10px;
        height: 24px
    }
}

#home-action-space {
    background: #73abb7;
    text-align: center;
    margin-bottom: 50px
}

@media all and (max-width: 767px) {
    #home-action-space {
        padding:10px 0
    }
}

#home-action-space div.one-third.column {
    position: relative
}

#home-action-space div.one-third.column .action {
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    font-family: "Hind",sans-serif;
    white-space: nowrap
}

@media all and (max-width: 767px) {
    #home-action-space div.one-third.column .action {
        height:40px;
        line-height: 40px
    }
}

#home-action-space div.one-third.column .action a {
    padding-left: 20px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 3px #256067;
    background: url("../images/icons/arrow-right-white.png") no-repeat left center
}

#home-action-space div.one-third.column .action a:hover {
    text-shadow: none
}

#home-action-space div.one-third.column:first-child .action a {
    background-image: url("../images/icons/phone-white.png");
    padding-left: 30px
}

@media all and (min-width: 768px) {
    #home-action-space div.one-third.column:first-child .action a {
        font-size:115%
    }
}

.two-col {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px
}

.three-col {
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px
}

.home-slide-wrap {
    margin-bottom: 35px
}

.home-slide-wrap .slide-image img {
    margin: 0 auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.home-slide-wrap .slide-content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #596c7c;
    padding: 20px
}

.home-slide-wrap .slide-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px
}

@media all and (max-width: 767px) {
    .home-slide-wrap .slide-content h4 {
        font-size:20px;
        line-height: 20px
    }
}

.home-slide-wrap .slide-content p {
    font-size: 15px
}

.home-slide-wrap .slide-content h4,.home-slide-wrap .slide-content p {
    color: #fff !important;
}

.home-slide-wrap .slide-content .row {
    margin: 0;
    height: 90px
}

@media all and (min-width: 768px) {
    .home-slide-wrap .slide-content .row {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }
}

@media all and (max-width: 767px) {
    .home-slide-wrap .slide-content .row {
        height:auto
    }
}

@media all and (max-width: 767px) {
    .home-slide-wrap .slide-content .content,.home-slide-wrap .slide-content .link {
        width:100%
    }
}

.home-slide-wrap .slide-content .link a {
    text-transform: none;
    font-size: 16px
}

@media all and (min-width: 768px) {
    .home-slide-wrap .slide-content .link a {
        float:right
    }
}

.home-slide-wrap .slide-content .link a:hover {
    background: rgba(245,130,32,0.8)
}

.home-slide-wrap .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    bottom: calc(90px + 2 * 20px);
    left: 25px
}

@media all and (max-width: 767px) {
    .home-slide-wrap .swiper-pagination {
        display:none
    }
}

.home-slide-wrap .swiper-pagination-bullet {
    opacity: 1;
    color: #596c7c;
    background: #fff;
    width: 27px;
    height: 27px;
    margin: 0 !important;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px
}

.home-slide-wrap .swiper-pagination-bullet:hover,.home-slide-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #73abb7;
    color: #fff
}

.home-slide-wrap .swiper-pagination-bullet:not(:last-child) {
    margin-right: 1px !important
}

.latest-events-widget li {
    background: url("../images/icons/calendar.png") no-repeat left 20px top 20px/24px 31px #f5f5f5;
    list-style: none;
    padding: 20px 20px 20px calc(20px + 24px + 15px);
    border-top: 1px solid #fff
}

.latest-events-widget li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.latest-events-widget li:nth-last-child(3) {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.latest-events-widget li h4 {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px
}

.latest-events-widget li h4 a,.latest-events-widget li h4 a:hover,.latest-events-widget li h4 a:visited,.latest-events-widget li h4 a:focus {
    color: #f58220;
}

.latest-events-widget li p {
    font-size: 13px;
    margin-bottom: 0
}

.latest-events-widget li p a {
    text-decoration: underline
}

.latest-events-widget li.subscribe_li {
    background: url("../images/rss_icon.png") no-repeat left top 20px;
    padding-left: 40px;
    border-bottom: 0
}

.latest-events-widget li.subscribe_li a {
    color: #596c7c;
    font-size: 13px
}

.latest-events-widget li.subscribe_li a strong {
    color: #596c7c;
    display: block;
    font-size: 15px
}

.latest-events-widget li.subscribe_li a.blue_button {
    text-align: center;
    clear: both;
    display: inline-block;
    color: #FFF;
    font-family: "Hind",sans-serif;
    font-size: 18px;
    line-height: 18px;
    background-color: #00a1b1;
    padding: 12px 40px;
    margin: 20px 0;
    transition-duration: 0.5s;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: background-color
}

.latest-events-widget li.subscribe_li a.blue_button:hover {
    background-color: #26bfcb
}

.latest-events-widget .loc a {
    color: #f58220
}

#breacan-widgets-addthis h5 {
    font-size: 16px;
    color: #596c7c;
    font-weight: 600;
    margin-bottom: 10px
}

.blog-sidebar .search input[type=text] {
    width: 100%
}

#home-latest .date {
    color: #444444;
    margin-top: 15px;
    font-size: 11px
}

#home-latest .icon-pencil {
    background: url("../images/icons/pencil-white.png") no-repeat center center/14px 14px #596c7c;
    border-radius: 15px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    opacity: 1
}

#home-social .tabs-nav {
    margin: 13px 0 20px
}

#home-social .tabs-nav li {
    padding-top: 10px
}

#home-social .tabs-nav li a {
    background: url("../images/home-social-icons.png") no-repeat #596c7c;
    border-radius: 15px;
    border: 0 none;
    display: block;
    padding: 0px;
    height: 27px;
    vertical-align: middle;
    width: 27px;
    overflow: hidden;
    text-indent: -1000em;
    margin-right: 10px
}

#home-social .tabs-nav li a:hover {
    background-color: #f58220
}

#home-social .tabs-nav li.fb a {
    background-position: -37px 0
}

#home-social .tabs-nav li.vi a {
    background-position: -73px 0
}

#home-social .tabs-nav li.tw a {
    background-position: 0 0
}

#home-social .tabs-nav .active {
    position: relative
}

#home-social .tabs-nav .active:before {
    position: absolute;
    content: '';
    top: -2px;
    left: 8.5px;
    width: 11px;
    height: 11px;
    background: url("../images/icons/tiny-arrow.png") no-repeat top center/11px 11px
}

#home-social .tabs-nav .active a {
    background-color: #f58220
}

#home-social .tabs-container {
    border: 0 none
}

#home-social .tabs-container .tab-content {
    padding: 0
}

#home-social .tabs-container .tab-content#soc-tab-fb .news-item {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden
}

#home-social .tabs-container .tab-content#soc-tab-fb .news-item .fb-content.fb-content-with-image {
    margin-left: 75px
}

#home-social .tabs-container .tab-content#soc-tab-fb .news-item .fb-content p {
    font-size: 13px;
    margin-bottom: 3px
}

#home-social .tabs-container .tab-content#soc-tab-fb .news-item .fb-content .timesince {
    white-space: nowrap;
    color: #596c7c;
    font-weight: 600
}

#home-social .tabs-container .tab-content#soc-tab-fb .news-item .fb-content .viral-data {
    font-size: 12px;
    white-space: nowrap;
    color: #7f96a9;
    float: left
}

#home-social .tabs-container .tab-content#soc-tab-fb .news-item .fb-content .viral-data em {
    color: #f58220;
    font-style: normal
}

#home-social .tabs-container .tab-content#soc-tab-fb .news-item .fb-content .viral-data b {
    color: #3e3e3e;
    font-weight: normal
}

#home-social .tabs-container .tab-content#soc-tab-fb .news-item a {
    display: initial
}

#home-social .tabs-container .tab-content#soc-tab-fb .news-item img {
    padding: 3px;
    border: 1px solid #dedede;
    float: left;
    margin-right: 15px;
    width: 50px
}

#home-social .tabs-container .tab-content#soc-tab-vi .vimeo-video {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#home-social .tabs-container .tab-content#soc-tab-vi .vimeo-video-left {
    -ms-flex: 1;
    flex: 1
}

#home-social .tabs-container .tab-content#soc-tab-vi .vimeo-video-left a {
    display: inline-block;
    padding: 3px;
    border: 1px solid #dedede;
    margin-right: 10px
}

#home-social .tabs-container .tab-content#soc-tab-vi .vimeo-video-right {
    -ms-flex: 3;
    flex: 3
}

#home-social .tabs-container .tab-content#soc-tab-vi .vimeo-video-right .headline {
    margin: 0;
    line-height: 1.2em
}

#home-social .tabs-container .tab-content#soc-tab-vi .vimeo-video-right .vimeo-published {
    font-size: 80%;
    margin-bottom: 4px
}

.main-content .headline {
    margin-top: 0
}

.main-content .post img {
    border-radius: 6px
}

.main-content .post iframe {
    width: 100%;
    min-height: 100px
}

.main-content h4 {
    margin-bottom: 10px
}

.main-content .gform_wrapper {
    clear: both
}

.breadcrumbs {
    font-size: 12px;
    color: #73abb7;
    margin: 40px 0;
    font-family: Arial, sans-serif
}

.breadcrumbs a {
    color: #a0a0a0;
    text-decoration: underline
}

.breadcrumbs a:hover {
    color: #73abb7
}

.breadcrumbs span {
    color: #a0a0a0
}

#subpage-menu {
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

#subpage-menu li {
    font-size: 13px;
    display: inline-block
}

#subpage-menu li a {
    font-family: Arial, sans-serif;
    color: #888888;
    display: block;
    text-align: center;
    padding: 0 20px;
    height: 50px;
    line-height: 50px
}

#subpage-menu li a:hover,#subpage-menu li a:focus,#subpage-menu li.current_page_item a {
    background: #f58220;
    color: #ffffff;
    text-decoration: none
}

.gform_wrapper {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 6px
}

.gform_wrapper .validation_error {
    color: #ca006c;
    background-color: #F7E8ED;
    border: 1px solid #ca006c;
    padding: 5px 10px;
    font-size: 13px
}

.gform_wrapper .gform_body ul.gform_fields li.gfield {
    margin: 0 0 13px 0;
    font-size: 14px
}

.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label {
    font-size: 15px;
    font-weight: 600;
    color: #596c7c
}

.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required {
    color: #ca006c
}

.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    margin-bottom: 0;
    font-size: 14px;
    color: #6c6c6c;
    background: #fff;
    box-sizing: border-box
}

.gform_wrapper .gform_body ul.gform_fields li.gfield div.gfield_description {
    color: #f58220;
    font-size: 11px;
    margin-top: 5px
}

.gform_wrapper .gform_body ul.gform_fields li.gfield div.gfield_description.validation_message {
    color: #ca006c;
    margin-top: 0 !important;
    padding: 0 0 0 4px !important
}

.gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li,.gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li {
    background: none;
    margin: 5px 0;
    padding: 0
}

.gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio input,.gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_checkbox input {
    margin-left: 2px
}

.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error {
    background-color: inherit !important;
    border: 0 none !important;
    padding: 0 !important
}

.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error select,.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error textarea,.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error input[type=text] {
    border-color: #ca006c;
    background-color: #F7E8ED
}

.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_complex .ginput_left,.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_complex .ginput_right {
    width: 49%
}

.gform_wrapper .gform_footer.right_label,.gform_wrapper .gform_footer.left_label {
    padding-top: 0;
    padding-bottom: 0
}

.gform_wrapper .gform_footer .gform_button {
    font-weight: 600;
    border-radius: 3px;
    font-size: 13px
}

#gforms_confirmation_message {
    background: none repeat scroll 0 0 #BEE8EA;
    border: 1px solid #007981;
    border-radius: 5px 5px 5px 5px;
    color: #007981;
    font-size: 16px;
    margin: 30px 0;
    max-width: 99%;
    padding: 20px
}

#gform_wrapper_1 #input_1_1 {
    width: 68%
}

#gform_wrapper_1 #input_1_2 {
    width: 68%
}

#gform_wrapper_1 #input_1_2 span input {
    width: 100% !important
}

#gform_wrapper_1 #input_1_2 span label {
    display: none
}

#gform_wrapper_1 #input_1_3 {
    width: 68%
}

#gform_wrapper_1 #input_1_4 {
    width: 68%
}

#gform_wrapper_1 #field_1_5 label.gfield_label {
    visibility: hidden
}

#gform_wrapper_2 {
    background: none repeat scroll 0 0 #FFF;
    padding: 0
}

#gform_wrapper_2 .gform_body ul.gform_fields li.gfield label.gfield_label {
    font-size: 14px
}

#gform_wrapper_2 li.section_fields {
    padding: 0;
    background-image: none
}

#gform_wrapper_2 .section .gsection {
    border-bottom-style: solid
}

#gform_wrapper_2 .section .gfield select,#gform_wrapper_2 .section .gfield textarea,#gform_wrapper_2 .section .gfield input[type=text] {
    width: 99%
}

#gform_wrapper_2 .section #field_2_18 .instruction {
    display: none
}

#gform_wrapper_2 .section #field_2_20 {
    margin-top: 20px
}

#gform_wrapper_2 .section#field_2_1_wrap {
    width: 47%;
    float: left
}

#gform_wrapper_2 .section#field_2_9_wrap {
    width: 47%;
    float: right
}

#gform_wrapper_2 .section#field_2_19_wrap {
    clear: both;
    padding-top: 20px
}

#gform_wrapper_2 .section#field_2_19_wrap #field_2_20 {
    margin-top: 0
}

#gform_wrapper_2 .section#field_2_19_wrap #field_2_20 label.gfield_label {
    display: none
}

#gform_wrapper_2 .section#field_2_21_wrap li.gfield select,#gform_wrapper_2 .section#field_2_21_wrap li.gfield input[type="text"] {
    width: 50%
}

#gform_wrapper_2 .section#field_2_21_wrap li.gfield#field_2_24 ul.gfield_checkbox {
    overflow: hidden
}

#gform_wrapper_2 .section#field_2_21_wrap li.gfield#field_2_24 ul.gfield_checkbox li {
    float: left;
    margin-right: 20px
}

.sidebar-latest-news li {
    padding-left: 0;
    background-image: none;
    border: 0 none
}

.sidebar-latest-news li a {
    color: #00a1b1
}

.sidebar-latest-news li a span.title {
    color: #2b2b2b
}

#wp-calendar {
    position: relative;
    text-align: center;
    font-family: "Hind",sans-serif
}

#wp-calendar caption {
    background: #596c7c;
    padding: 6px 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px
}

#wp-calendar thead {
    display: none
}

#wp-calendar tbody .pad {
    background-color: #fff
}

#wp-calendar tbody td {
    font-size: 20px;
    background: #d6dce0;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 0 none;
    border-left: 0 none;
    padding: 8px 0
}

#wp-calendar tbody td a {
    display: block;
    color: #fff;
    background-color: #f58220;
    margin-bottom: -8px;
    margin-top: -8px;
    padding: 8px 0
}

#wp-calendar tfoot #prev {
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0 none
}

#wp-calendar tfoot #prev a {
    display: block;
    border-style: solid;
    border-width: 10px;
    border-color: #596c7c #fff #596c7c #596c7c;
    overflow: hidden;
    text-indent: -1000em;
    width: 0;
    height: 0
}

#wp-calendar tfoot .pad {
    display: none
}

#wp-calendar tfoot #next {
    position: absolute;
    top: 6px;
    right: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0 none
}

#wp-calendar tfoot #next a {
    display: block;
    border-style: solid;
    border-width: 10px;
    border-color: #596c7c #596c7c #596c7c #fff;
    overflow: hidden;
    text-indent: -1000em;
    width: 0px;
    height: 0px
}

.widget .people-box {
    background: #FFF
}

.widget .people-box img {
    float: none;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #e5e5e5
}

.widget .people-box .people-cont {
    margin: 0
}

.widget img {
    max-width: 100% !important
}

.widget a img:hover {
    opacity: 0.8
}

.sidebar-testimonials img {
    width: 100%;
    height: auto
}

.sidebar-testimonials ul li {
    padding: 0;
    background-image: none;
    border-bottom: 0 none
}

.sidebar-testimonials ul li blockquote {
    border: 0 none;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 35px;
    margin: 0;
    position: relative;
    background: #f5f5f5
}

.sidebar-testimonials ul li blockquote:before,.sidebar-testimonials ul li blockquote:after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 12px
}

.sidebar-testimonials ul li blockquote:before {
    background: url("../images/icons/quote.png") no-repeat center center/15px 12px;
    top: 20px;
    left: 15px
}

.sidebar-testimonials ul li blockquote:after {
    background: url("../images/icons/quote.png") no-repeat center center/15px 12px;
    bottom: 20px;
    right: 15px;
    transform: rotate(180deg)
}

.sidebar-testimonials ul li span.author {
    display: block;
    font-family: Arial, sans-serif;
    padding: 0 35px 20px;
    color: #f58220;
    background: #f5f5f5
}

.people-box {
    padding: 20px;
    clear: both;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px
}

.people-box img {
    float: left;
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: -20px
}

@media (min-width: 768px) {
    .people-box img {
        border-top-right-radius:0 !important;
        border-bottom-right-radius: 0 !important
    }
}

.people-box .people-cont {
    margin-left: 210px
}

.people-box .people-cont h3 {
    color: #73abb7;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.people-box .people-cont h4 {
    font-weight: 700;
    font-size: 13px;
    color: #596c7c
}

.resource-center {
    clear: both;
    margin-bottom: 20px
}

.resource-center img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

.resource-center h4 {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700
}

.resource-center ul.resource-details>li {
    font-size: 13px;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin: 0;
    background: none no-repeat left top 2px
}

.resource-center ul.resource-details>li.address {
    background-image: url("../images/resource-icon-add.png")
}

.resource-center ul.resource-details>li.hours {
    background-image: url("../images/resource-icon-hours.png")
}

.resource-center ul.resource-details>li.phone {
    background-image: url("../images/resource-icon-phone.png")
}

.resource-center ul.resource-details>li.email {
    background-image: url("../images/resource-icon-email.png")
}

.resource-center ul.resource-details>li li {
    list-style-type: none;
    margin-left: 0
}

.resource-center ul.resource-details p {
    margin-bottom: 0
}

.main-content .num-likes span,.main-content .num-tweets span {
    padding: 0
}

.main-content .num-likes span img,.main-content .num-tweets span img {
    display: inline
}

.main-content ul,.main-content ol {
    margin-bottom: 1.2em;
	padding-left: 0 !important;
}

#library_search_form input[type=text],#library_search_form select {
    display: inline-block;
    border-radius: 0
}

@media all and (max-width: 767px) {
    #library_search_form input[type=text],#library_search_form select {
        margin:10px 0;
        max-width: 160px;
        display: block
    }
}

#library_search_form input[type=submit] {
    min-width: 0;
    padding-top: 10px
}

@media all and (max-width: 767px) {
    #library_search_form input[type=submit] {
        display:block
    }
}

.type-podcast {
    margin-bottom: 25px
}

.lib-searchresults .headline {
    background: url("../images/mag-glass.png") no-repeat scroll 0 4px transparent;
    margin-bottom: 20px;
    padding: 0 0 0 25px
}

.lib-searchresults .headline span {
    float: none;
    font-size: inherit;
    font-weight: bold;
    color: #585858 !important
}

.lib-searchresults h4 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px
}

.lib-searchresults h4 a {
    color: #f58220;
    text-decoration: underline
}

.lib-searchresults h3 {
    font-size: 16px;
    color: #a2a2a2
}

.lib-searchresults li {
    padding-left: 0;
    background-image: none
}

.lib-searchresults li p {
    margin-bottom: 0px
}

.lib-searchresults .search-result-category {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.lib-searchresults span.checked-out {
    color: #ca006c;
    background-color: #e5e5e5;
    padding: 0px 4px;
    display: inline-block;
    font-size: 11px;
    line-height: 14px
}

.lib-searchresults span.available {
    color: #00a1b1;
    background-color: #e5e5e5;
    padding: 0px 4px;
    display: inline-block;
    font-size: 11px;
    line-height: 14px
}

.single-library_item .post-content {
    margin-left: 0 !important
}

.single-library_item .headline {
    margin-bottom: 0px;
    margin-top: -10px
}

.single-library_item .headline+h4 {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

.single-library_item span.checked-out {
    color: #ca006c;
    background-color: #e5e5e5;
    padding: 0px 4px;
    display: inline-block;
    font-size: 11px;
    line-height: 14px
}

.single-library_item span.available {
    color: #00a1b1;
    background-color: #e5e5e5;
    padding: 0px 4px;
    display: inline-block;
    font-size: 11px;
    line-height: 14px
}

.single-library_item .availability {
    text-align: right
}

.single-library_item .availability .date {
    font-size: 11px;
    color: black;
    display: block;
    margin-top: 5px
}

.single-library_item .author {
    font-size: 16px;
    font-weight: normal;
    color: #00a1b1
}

.single-library_item .author span {
    color: #525252
}

.single-library_item .publisher {
    font-size: 14px;
    font-weight: bold;
    color: #000000
}

.single-library_item .metadata {
    padding: 3px 0;
    margin: 0px 0 20px;
    font-size: 14px;
    color: #000000;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    overflow: auto;
    line-height: 12px
}

.single-library_item .metadata ul li {
    padding-right: 7px;
    padding-left: 7px;
    border-left: 2px solid #000000;
    float: left;
    background: none
}

.single-library_item .metadata ul li:first-child {
    padding-left: 0px;
    border-left: 0px none
}

.single-library_item .postimage {
    box-sizing: border-box;
    padding-right: 20px
}

.single-library_item .postimage img {
    padding: 7px;
    border: 1px solid #e5e5e5;
    display: block;
    margin: 0 auto 10px auto;
    box-sizing: border-box
}

.single-library_item .taxonomies {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding-top: 20px;
    margin-bottom: 20px
}

.single-library_item .taxonomies p {
    color: #00a1b1
}

.single-library_item .taxonomies p strong {
    color: #000000
}

.single-library_item #input_9_2,.single-library_item #input_9_3 {
    width: 63%
}

.tax-event_category .event.alpha,.post-type-archive-event .event.alpha,.page-template-page-template-event-php .event.alpha {
    clear: both
}

.tax-podcast_category .post h4,.post-type-archive-podcast .post h4 {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.tax-podcast_category .taxonomy-description,.post-type-archive-podcast .taxonomy-description {
    margin: 0 0 20px
}

.tax-publication_category .post,.post-type-archive .post,.single-publication .post {
    clear: both
}

.tax-publication_category .post-content,.post-type-archive .post-content,.single-publication .post-content {
    padding: 0;
    border: 0 none
}

.tax-publication_category .publication-meta,.post-type-archive .publication-meta,.single-publication .publication-meta {
    text-align: center
}

.tax-publication_category .publication-meta .post-img,.post-type-archive .publication-meta .post-img,.single-publication .publication-meta .post-img {
    padding: 3%;
    border: 1px solid #e5e5e5
}

.tax-publication_category .publication-meta .post-img img,.post-type-archive .publication-meta .post-img img,.single-publication .publication-meta .post-img img {
    display: inline
}

.tax-publication_category .publication-meta .post-img .overlay.download,.post-type-archive .publication-meta .post-img .overlay.download,.single-publication .publication-meta .post-img .overlay.download {
    height: 94%;
    margin: 3%;
    width: 94%
}

.tax-publication_category .taxonomy-description,.post-type-archive .taxonomy-description,.single-publication .taxonomy-description {
    margin: 0 0 20px
}

@media only screen and (max-width: 767px) {
    .fileinfo {
        margin-bottom:20px;
        display: block
    }
}

.quote {
    border: 1px solid #e5e5e5;
    clear: both;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5;
    margin: 20px 0px;
    overflow: hidden;
    color: #00a1ae
}

.quote .quote-l,.quote .quote-r {
    width: 50%;
    box-sizing: border-box;
    position: relative
}

.quote .quote-l {
    float: left;
    padding: 0px
}

.quote .quote-r {
    float: right;
    padding: 20px
}

.quote .quote-r:after {
    content: "";
    height: 37px;
    left: -44px;
    position: absolute;
    top: 70px;
    width: 45px;
    z-index: 100;
    background: url(../images/quotemarker.png) no-repeat scroll 0 0
}

.overlay.download {
    background: url("../images/overlay_dl.png") no-repeat scroll center center,url("../images/overlay_bg.png") repeat scroll center center transparent
}

.catheader {
    margin-bottom: 0 !important;
    margin-top: 20px
}

.catheader a {
    color: #596c7c
}

.donation_buttons li {
    list-style-type: none;
    float: left;
    margin-right: 20px;
    margin-left: 0;
    background: none;
    padding-left: 0
}

.single-event .pastevent {
    color: #ca006c !important;
    background-color: #e5e5e5;
    padding: 0px 4px;
    display: inline-block;
    font-size: 11px;
    line-height: 14px
}

.post-type-archive-podcast .page+span,.post-type-archive-podcast .page+span+a,.term-info-sessions .breadcrumbs .page+span,.term-info-sessions .breadcrumbs .page {
    display: none
}

.sidebar {
    padding-left: 20px
}

.single-podcast h1.headline,.single-podcast h2.headline,.single-publication h1.headline,.single-publication h2.headline,.post-type-archive-publication h1.headline,.post-type-archive-publication h2.headline,.post-type-archive-podcast h1.headline,.post-type-archive-podcast h2.headline {
    margin-bottom: 0;
    margin-top: 0
}

.single-library_item .post-img {
    padding: 3%;
    border: 1px solid #e5e5e5
}

.social_buttons ul {
    overflow: hidden
}

.social_buttons ul li {
    background-image: none;
    padding: 0;
    margin: 0 10px 10px 0;
    float: left;
    height: 30px;
    overflow: hidden
}

.social_buttons ul li.tw {
    width: 75px
}

.social_buttons ul li.fb {
    width: 75px
}

.social_buttons ul li.g1 {
    width: 106px
}

#gforms_confirmation_message {
    clear: both
}

#commentform p.form-submit input[type="submit"] {
    text-align: center;
    clear: both;
    display: inline-block;
    color: #FFF;
    font-family: "Hind",sans-serif;
    font-size: 18px;
    line-height: 18px;
    background-color: #00a1b1;
    padding: 12px 40px;
    margin: 20px 0;
    font-weight: normal;
    text-shadow: none;
    border: 0 none;
    transition-duration: 0.5s;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: background-color
}

#commentform p.form-submit input[type="submit"]:hover {
    background-color: #26bfcb
}

.gform_body ul.section {
    overflow: hidden
}

.gform_body li.section_fields {
    background-image: none;
    margin-left: 0
}

body.local-dev:after {
    content: "Default: 960px;";
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    color: #02ADB8;
    border-top: 1px solid #02ADB8;
    border-left: 1px solid #02ADB8;
    padding: 2px 4px;
    z-index: 1000
}

@media only screen and (max-width: 959px) {
    body.local-dev:after {
        content:"max-width: 959px;";
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #FFF;
        color: #02ADB8;
        border-top: 1px solid #02ADB8;
        border-left: 1px solid #02ADB8;
        padding: 2px 4px;
        z-index: 1000
    }

    .gform_wrapper .left_label .gfield_label {
        float: none;
        margin: 0 0 5px 0;
        width: 100%
    }

    .gform_wrapper .left_label .ginput_complex {
        width: 100% !important
    }

    .gform_wrapper .left_label .gfield_description {
        margin-left: 0 !important;
        width: 100%
    }

    .gform_wrapper .left_label input.medium,.gform_wrapper .left_label select.medium {
        width: 100% !important
    }

    .gform_wrapper .left_label ul.gfield_checkbox,.gform_wrapper .left_label ul.gfield_radio {
        margin-left: 0 !important
    }

    .gform_wrapper .gform_footer.left_label {
        padding-left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    body.local-dev:after {
        content:"(min-width: 768px) and (max-width: 959px)";
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #FFF;
        color: #02ADB8;
        border-top: 1px solid #02ADB8;
        border-left: 1px solid #02ADB8;
        padding: 2px 4px;
        z-index: 1000
    }

    #navigation_wrap #navigation {
        margin-top: 0
    }

    #navigation_wrap #navigation li {
        margin: 0 5px
    }

    #navigation_wrap #navigation li a {
        padding: 20px 7px 15px
    }

    #navigation_wrap .search {
        float: right;
        margin: 0 0 10px
    }

    #home-mask-wrap {
        margin-top: 20px
    }

    #home-mask-wrap .slide-images {
        position: relative;
        height: 330px
    }

    #home-mask-wrap .hm-content {
        position: relative;
        color: #000000;
        height: auto;
        left: 0;
        top: 0px;
        width: auto
    }

    #home-mask-wrap .hm-content h1,#home-mask-wrap .hm-content h2,#home-mask-wrap .hm-content h3,#home-mask-wrap .hm-content h4,#home-mask-wrap .hm-content h5,#home-mask-wrap .hm-content h6 {
        color: #000
    }

    #home-mask-wrap .hm-readmore {
        left: 140px;
        top: 169px
    }

    #home-slide-wrap {
        margin-top: 20px
    }

    #home-slide-wrap .slides {
        height: 440px
    }

    #home-slide-wrap .slides .slide .slide-inner {
        height: 330px
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-content {
        position: absolute;
        color: #000000;
        height: auto;
        left: 0;
        top: 370px;
        width: auto
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-content h1,#home-slide-wrap .slides .slide .slide-inner .hm-content h2,#home-slide-wrap .slides .slide .slide-inner .hm-content h3,#home-slide-wrap .slides .slide .slide-inner .hm-content h4,#home-slide-wrap .slides .slide .slide-inner .hm-content h5,#home-slide-wrap .slides .slide .slide-inner .hm-content h6 {
        color: #000
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-readmore {
        left: 140px;
        top: 169px
    }

    #home-slide-wrap #hspager {
        top: -100px
    }

    .quote .quote-l,.quote .quote-r {
        width: 100%;
        float: none
    }

    .quote .quote-r:after {
        content: "";
        height: 37px;
        left: 50px;
        position: absolute;
        top: -40px;
        width: 45px;
        z-index: 100;
        background: url(../images/quotemarker.png) no-repeat scroll 0 0;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    #wp-calendar tbody td {
        padding: 4px 0
    }

    #wp-calendar tbody td a {
        margin-bottom: -4px;
        margin-top: -4px;
        padding: 4px 0
    }

    .main-content .post iframe {
        width: 100%;
        min-height: 330px
    }
}

@media only screen and (max-width: 767px) {
    body.local-dev:after {
        content:"max-width: 767px";
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #FFF;
        color: #02ADB8;
        border-top: 1px solid #02ADB8;
        border-left: 1px solid #02ADB8;
        padding: 2px 4px;
        z-index: 1000
    }

    #logowrap {
        text-align: center
    }

    #logowrap img {
        margin: 10px auto
    }

    #navigation_wrap .search {
        clear: both;
        float: none;
        margin-bottom: 10px;
        margin-top: 0;
        width: 100%
    }

    .container .one-half.columns,.container .one-half.column {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0
    }

    .two-col {
        -webkit-column-count: 1;
        column-count: 1
    }

    #subpage-menu {
        display: none
    }

    .people-box img {
        float: none;
        margin: 0 auto 15px
    }

    .people-box .people-cont {
        margin-left: 0px
    }

    #gform_wrapper_2 .section li.gfield select,#gform_wrapper_2 .section li.gfield textarea,#gform_wrapper_2 .section li.gfield input[type="text"] {
        width: 100%
    }

    #gform_wrapper_2 .section li.gfield input.datepicker {
        width: 90% !important
    }

    #gform_wrapper_2 .section#field_2_1_wrap {
        width: 100%;
        float: none;
        margin-bottom: 50px
    }

    #gform_wrapper_2 .section#field_2_9_wrap {
        width: 100%;
        float: none;
        margin-bottom: 50px
    }

    #gform_wrapper_2 .section#field_2_19_wrap {
        padding-top: 0px;
        margin-bottom: 50px
    }

    #gform_wrapper_2 .section#field_2_21_wrap li.gfield select,#gform_wrapper_2 .section#field_2_21_wrap li.gfield textarea,#gform_wrapper_2 .section#field_2_21_wrap li.gfield input[type="text"] {
        width: 99%
    }

    .one-half {
        width: 100% !important;
        margin-right: 0% !important;
        margin-left: 0 !important;
        float: none
    }

    .one-half.omega {
        margin-right: 0 !important;
        float: none !important
    }

    .quote .quote-l,.quote .quote-r {
        width: 100%;
        float: none
    }

    .quote .quote-r:after {
        content: "";
        height: 37px;
        left: 50px;
        position: absolute;
        top: -40px;
        width: 45px;
        z-index: 100;
        background: url(../images/quotemarker.png) no-repeat scroll 0 0;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    .sidebar {
        padding-left: 0px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    body.local-dev:after {
        content:"(min-width: 480px) and (max-width: 767px)";
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #FFF;
        color: #02ADB8;
        border-top: 1px solid #02ADB8;
        border-left: 1px solid #02ADB8;
        padding: 2px 4px;
        z-index: 1000
    }

    #home-slide-wrap {
        margin-top: 20px
    }

    #home-slide-wrap .slides {
        height: 390px
    }

    #home-slide-wrap .slides .slide .slide-inner {
        height: 290px
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-content {
        position: absolute;
        color: #000000;
        height: auto;
        left: 0;
        top: 290px;
        width: auto
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-content h1,#home-slide-wrap .slides .slide .slide-inner .hm-content h2,#home-slide-wrap .slides .slide .slide-inner .hm-content h3,#home-slide-wrap .slides .slide .slide-inner .hm-content h4,#home-slide-wrap .slides .slide .slide-inner .hm-content h5,#home-slide-wrap .slides .slide .slide-inner .hm-content h6 {
        color: #000
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-readmore {
        left: 100px;
        top: 118px
    }

    #home-slide-wrap #hspager {
        top: -100px
    }

    .main-content .post iframe {
        width: 100%;
        min-height: 290px
    }

    #wp-calendar tbody td {
        padding: 17px 0
    }

    #wp-calendar tbody td a {
        margin-bottom: -17px;
        margin-top: -17px;
        padding: 17px 0
    }
}

@media only screen and (max-width: 479px) {
    body.local-dev:after {
        content:"max-width: 479px";
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #FFF;
        color: #02ADB8;
        border-top: 1px solid #02ADB8;
        border-left: 1px solid #02ADB8;
        padding: 2px 4px;
        z-index: 1000
    }

    #home-mask-wrap {
        margin-top: 20px
    }

    #home-mask-wrap .slide-images {
        position: relative;
        height: 200px
    }

    #home-mask-wrap .hm-content {
        position: relative;
        color: #000000;
        height: auto;
        left: 0;
        top: 0px;
        width: auto
    }

    #home-mask-wrap .hm-content h1,#home-mask-wrap .hm-content h2,#home-mask-wrap .hm-content h3,#home-mask-wrap .hm-content h4,#home-mask-wrap .hm-content h5,#home-mask-wrap .hm-content h6 {
        color: #000
    }

    #home-mask-wrap .hm-readmore {
        left: 0;
        top: 19px
    }

    #home-slide-wrap {
        margin-top: 20px
    }

    #home-slide-wrap .slides {
        height: 320px
    }

    #home-slide-wrap .slides .slide .slide-inner {
        height: 290px
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-content {
        position: absolute;
        color: #000000;
        height: auto;
        left: 0;
        top: 190px;
        width: auto
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-content h1,#home-slide-wrap .slides .slide .slide-inner .hm-content h2,#home-slide-wrap .slides .slide .slide-inner .hm-content h3,#home-slide-wrap .slides .slide .slide-inner .hm-content h4,#home-slide-wrap .slides .slide .slide-inner .hm-content h5,#home-slide-wrap .slides .slide .slide-inner .hm-content h6 {
        color: #000
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-readmore {
        left: 0px;
        top: 12px
    }

    #home-slide-wrap #hspager {
        top: -120px
    }

    .gform_wrapper {
        padding: 30px
    }

    .gform_wrapper .ginput_complex .ginput_left {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }

    .gform_wrapper .ginput_complex .ginput_right {
        width: 100%;
        float: none
    }

    .main-content .post iframe {
        width: 100%;
        min-height: 100px
    }

    .donation_buttons li {
        margin-right: 13px
    }
}

@media only screen and (min-width: 1200px) {
    body.local-dev:after {
        content:"min-width: 1200px";
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #FFF;
        color: #02ADB8;
        border-top: 1px solid #02ADB8;
        border-left: 1px solid #02ADB8;
        padding: 2px 4px;
        z-index: 1000
    }

    #navigation_wrap #navigation li {
        margin: 0 10px
    }

    #home-slide-wrap {
        margin-top: 40px;
        margin-left: 39px
    }

    #home-slide-wrap .slides {
        height: auto
    }

    #home-slide-wrap .slides .slide .slide-inner {
        height: 470px
    }

    #home-slide-wrap .slides .slide .slide-inner .hm-content {
        height: 160px;
        left: 60px;
        top: 135px;
        width: 260px
    }

    #wp-calendar tbody td {
        padding: 13px 0
    }

    #wp-calendar tbody td a {
        margin-bottom: -13px;
        margin-top: -13px;
        padding: 13px 0
    }

    .post-title h2 a {
        padding-left: 230px
    }

    .main-content .post iframe {
        width: 100%;
        min-height: 100px
    }
}

.fancybox-title {
    text-transform: capitalize
}

.category-group-wrap span.i {
    background: url("../images/icons/tiny-arrow.png") no-repeat center center/11px 11px;
    height: 11px;
    width: 11px;
    display: inline-block;
    transform: scaleX(1.3)
}

.category-group-wrap span.i.i-enter {
    float: left;
    margin-right: 16px
}

.category-group-wrap span.i.i-arrow {
    float: right;
    background-position: left bottom
}

.category-group-wrap h2 {
    border-top: 1px solid #9bc0c8;
    color: #596c7c;
    font-size: 18px;
    padding: 10px 3px;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    margin: 0
}

.category-group-wrap h2:hover {
    background: #f7f7f7
}

.category-group-wrap .parent-cat-posts {
    list-style-type: none
}

.category-group-wrap .parent-cat-posts li {
    margin: 0;
    background-color: #f5f5f5;
    padding: 15px 60px 0
}

.category-group-wrap .parent-cat-posts li p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

.category-group-wrap .parent-cat-posts li:first-child {
    border-top: 2px dotted #ddd
}

.category-group-wrap .parent-cat-posts li:last-child p {
    border: none
}

.category-group-wrap .parent-cat-posts .subcategory-group-wrap h3 {
    font-size: 18px;
    padding: 3px 25px;
    cursor: pointer;
    overflow: hidden
}

.category-group-wrap .parent-cat-posts .subcategory-group-wrap h3:hover {
    background: #f7f7f7
}

.category-group-wrap .parent-cat-posts .subcategory-group-wrap h3 span.i {
    margin-top: 4px
}

.category-group-wrap .parent-cat-posts .subcategory-group-wrap ul li:last-child {
    border-bottom: 2px dotted #ddd
}

.category-group-wrap.active h2 span.i.i-arrow,.subcategory-group-wrap.active h3 span.i.i-arrow {
    transform: rotate(180deg) scaleX(1.3);
    margin-top: 2px
}

.subcategory-group-wrap.active h3 span.i.i-arrow {
    margin-top: 5px
}

.librarylist h4 {
    margin-bottom: 0
}

.librarylist h4 span {
    font-size: 14px
}

.librarylist>li {
    background-image: none;
    padding-left: 0
}

.librarylist ul {
    padding: 0 0 10px 10px
}

.twitter-share-button {
    max-width: 90px;
    width: 90px
}

.after-navigator {
    background: url("../images/border-bottom.png") no-repeat scroll center center/cover;
    height: 5px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    [data-aos^=fade],[data-aos^=zoom] {
        transform:none
    }

    [data-aos^=fade][data-aos^=fade],[data-aos^=zoom][data-aos^=zoom] {
        opacity: 1
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    div.jp-audio,div.jp-audio ul.jp-controls {
        width:100% !important
    }

    div.jp-audio div.jp-type-single div.jp-progress {
        width: 170px !important
    }

    div.jp-audio div.jp-type-single div.jp-time-holder {
        width: 135px !important
    }
}

@media print {
    .blog-sidebar,.sidebar,#backtotop,#footer_container,#subpage-menu,#header,.pre-header {
        display: none !important
    }

    .columns,.column {
        display: block !important;
        float: none !important;
        white-space: normal !important
    }

    p a[href^="http://"]:after {
        content: " (Link: " attr(href) ") ";
        font-size: 90%
    }

    img {
        max-width: 500px
    }

    @page {
        margin: 1cm
    }
}

.text-center {
    text-align: center
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 9999;
    overflow-y: scroll
}

.mask .blue-button,.mask .red-button {
    text-align: center;
    clear: both;
    display: inline-block;
    color: #FFF;
    font-family: "Hind",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding: 12px 40px;
    transition-duration: 0.5s;
    transition-property: background-color;
    border: none;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .mask .blue-button,.mask .red-button {
        margin-bottom:15px
    }
}

.mask .blue-button:hover,.mask .blue-button:focus,.mask .red-button:hover,.mask .red-button:focus {
    outline: none;
    text-decoration: none
}

.mask .blue-button {
    background-color: #00a1b1
}

.mask .blue-button:hover {
    background-color: #26bfcb
}

.mask .red-button {
    background-color: #ca006c
}

.mask .red-button:hover {
    background-color: #e18eaa
}

.mask .popup-wrap {
    width: 85%;
    max-width: 460px;
    background: #fff;
    position: relative;
    overflow-y: auto;
    margin: 50px auto
}

@media only screen and (max-width: 767px) {
    .mask .popup-wrap {
        width:90%
    }
}

.mask .popup-wrap .gform_wrapper {
    background: none;
    padding: 0
}

.mask .popup-wrap .gform_wrapper .gform_body .gform_fields li {
    margin-bottom: 10px
}

.mask .popup-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,.mask .popup-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0
}

.mask .popup-wrap .gform_wrapper .validation_error {
    margin-bottom: 10px
}

.mask .popup-wrap .popup-main {
    background: #fff;
    padding: 20px;
    margin: 30px 20px
}

.mask .popup-wrap .popup-main .form-group input[type=checkbox] {
    display: inline-block;
    vertical-align: middle
}

.mask .popup-wrap .popup-main .form-group label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    .mask .popup-wrap .popup-main {
        padding:0;
        margin: 30px 15px
    }
}

.mask .popup-wrap .popup-main>.close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/popup/close.svg) no-repeat center center/15px auto #ededed;
    display: block;
    width: 30px;
    height: 30px
}

.mask .popup-wrap .popup-main>.close:hover {
    cursor: pointer
}

.mask .popup-wrap .popup-main strong {
    color: #00a1b1
}

.visitor-survey-form .gfield_label {
    color: black
}

.visitor-survey-form label {
    font-size: 14px;
    font-weight: 600
}

.visitor-survey-form input,.visitor-survey-form select {
    border-radius: 4px;
    margin: 10px 0
}

.visitor-survey-form select {
    height: 36px;
    background: none
}

ul li, ol li {
	color: #000 !important;
	font-size: 16px;
}

ul ,ol{
	padding-left: 20px;
}

.topmenu .top-menu li,
.language-menu li{
	list-style-type: none;
}

.testimonials-quote{
    background: #f5f5f5;
    padding: 20px 20px 20px 30px;
    position: relative;
    margin-bottom: 30px;
}

.testimonials-quote:before{
    content:'"';
    background: url(../images/icons/quote-orange.png) no-repeat center center/15px 12px;
    top: 16px;
    left: 3px;
    position: absolute;
    width: 25px;
    height: 25px;
    content: "";
}

.testimonials-quote blockquote{
    border: none;
    padding: 0;
    margin: 0;
}

.testimonials-quote blockquote p{
   margin: 0;
   font-size: 18px;
   font-style: italic;
   font-family: 'Hind', sans-serif;
	font-weight: 500;
} 

.testimonials-quote p{
    margin: 0;
}

.testimonials-quote p small{
	color: #f58220;
}


span.widget_title {
    font-size: 30px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-weight: 600;
    color: #596c7c;
    opacity: 0.8;
}
.sidebar-custom-widget-row{
	display:flex;
	padding:15px 0;
	align-items:center;
}

.sidebar-testimonials ul li blockquote {
	font-size: 22px;
    line-height: 32px;
    padding: 20px 40px;
	
}

.sidebar-widget-img {
    max-width: 25%;
    padding-right: 15px;
}
.sidebar-widget-title {
    max-width: 75%;
}


/* new styles start */
.mobile-show .social-links{
	display: flex;
    justify-content: center;
	margin-left: 3.5em;
	float: none;
	width: 100%;
}

.navigation-tile{
	height: 220px;
	border-radius: 3px;
}
.navigation-tile-inner{
	height:220px;
	width:auto;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position:relative;
border-radius: 3px;
}

.navigation-tile-overlay{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #009BA3;
	opacity: 0.5;
	border-radius: 3px;
}

.navigation-tiles-container .navigation-tile:nth-child(2n) .navigation-tile-overlay{
	background: #F58220 !important;
}

.navigation-tile-text-container{
	font-size: 24px;
    color: #fff;
    position: absolute;
    opacity: 0.7;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #009BA3;
    z-index: 999;
    margin-bottom: 0 !important;
border-radius: 0 0 3px 3px;
}
.navigation-tiles-container .navigation-tile:nth-child(2n) .navigation-tile-text-container{
	background: #F58220 !important;
}

.navigation-tile-text-container h5{
	font-size: 24px !important;
    font-weight: 600;
    position: relative;
    color: #fff;
    padding: 15px;
	margin: 0;
	word-break: break-all;
}


.hero-carousel .hero-slide{
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

.hero-carousel .hero-slide .hero-image{
    height: 500px;
	object-fit: cover;
}

.hero-carousel .hero-slide .carousel-play-toggle{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.hero-carousel .hero-slide .carousel-play-toggle img{
	width: 100%;
}
.hero-carousel .owl-item:nth-child(odd) .hero-slide:before{
    background: rgba(245, 130, 32, 0.5);
}

.hero-carousel .owl-item:nth-child(even) .hero-slide:before{
    background: rgba(0, 155, 163, 0.5)
}

.hero-carousel .hero-slide:before{
	position: absolute;
	left: -180px;
	width: 50%;
	content: '';
	top: 320px;
	height: 100%;
	transform: rotate(135deg) scale(2);
}

.hero-carousel .hero-content{
    position: absolute;
    top: 50%;
    width: 50%;
    padding-left: 40px;
	transform: translateY(-50%);
}

.hero-carousel .hero-content p{
  	color: #fff;
  	font-family: 'Hind', sans-serif;
	font-size: 24px;
 	line-height: 38px;
}

.hero-carousel .hero-content a{
	font-size: 16px;
	color: #fff;
	font-family: 'Hind', sans-serif;
	background: #596C7C;
	border-radius: 3px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #596C7C;
	transition: 0.3s ease-in-out;
	text-decoration: none !important;
	display: inline-block;
	min-width: 150px;
	text-align: center;
	text-transform: uppercase;
}

.hero-carousel .hero-content a:hover{
	background: transparent;
}

.hero-carousel .owl-dots{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
	pointer-events: none;
}

.hero-carousel .owl-dots .owl-dot{
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
    opacity: 0.75;
	margin: 0 5px;
	outline:0;
	pointer-events: all;
}

.hero-carousel .owl-dots .owl-dot.active{
    opacity: 1;
}

.latest-news-wrapper{
	position: relative;
}

.latest-news-wrapper:after{
	width: 30%;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,0.8));
	z-index: 1;
	position: absolute;
}

.latest-news-wrapper .news-card{
	background: #596C7C;
	padding: 8px;
	border-radius: 3px;
	display: block;
	text-decoration: none;
}

.latest-news-wrapper .news-card img{
	min-height: 150px;
	object-fit: cover;
	border-radius: 3px;
        max-height: 150px;
}

/* .latest-news-wrapper .news-card .latest-news-title{
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	 text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
} */

.latest-news-wrapper .news-card .latest-news-title{
    color: #fff;
/*     border-bottom: 1px solid #fff; */
/*     padding: 10px 0; */
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-news-wrapper .news-card .latest-news-tile-wrapper{
	border-bottom: 1px solid #fff;
	padding:10px 0;
}

.latest-news-wrapper .news-card p{
	font-family: 'Hind', sans-serif;
	color: #fff;
	margin: 10px 0;
	min-height: 170px;
}

.latest-news-wrapper .owl-nav,
.nav-tiles-slider-wrapper .owl-nav{
	position: absolute;
	top: -95px;
	right: 0;
}

.latest-news-wrapper .owl-nav button,
.nav-tiles-slider-wrapper .owl-nav button{
	outline: 0;
}

.latest-news-wrapper .owl-nav button.disabled,
.nav-tiles-slider-wrapper .owl-nav button.disabled {
	opacity: 0.5;
	cursor: no-drop;
}

.latest-news-wrapper .owl-nav button span,
.nav-tiles-slider-wrapper .owl-nav button span{
	font-size: 100px;
	line-height: 100px;
}

.mailing-list{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
	background-color: #f8f8f8;
	overflow: hidden;
}

.mailing-list:before{
	content: '';
	background: url("../images/butterfly.svg");
	position: absolute;
	top: 60px;
    right: 0;
    width: 800px;
    height: 880px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 200px 110px;
}

@media only screen and (max-width:768px){
/* 	.mailing-list{
		background-color: #f8f8f8;
		background-image: url('../images/mailing-list-mobile.jpg');
	} */
}

.mailing-list .gform_wrapper{
	padding: 0;
	background: none;
	width: 50%;
}

.mailing-list .gform_wrapper .ginput_complex .name_first, 
.mailing-list .gform_wrapper .ginput_complex .name_last{
	width: 100%;
}

.gform_wrapper .ginput_complex .name_last{
	margin-right: 0;
}

.mailing-list .gform_wrapper .gform_body ul.gform_fields li.gfield select, 
.mailing-list .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=text], 
.mailing-list #library_search_form input[type=text], #library_search_form select{
	width: 100% !important;
	border-color: #000;
	height: 45px;
    line-height: 45px;
}

.mailing-list .gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label, .ginput_container_radio label{
	color: #000;
}


.need-support{
	background: #56B8BC;
	padding: 40px 0;
}

.need-support .section-header,
.need-support .operates-header{
	font-family: 'Hind', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 0;
    color: #fff;
}

.need-support .operates-header{
	font-size: 28px;
	line-height: 35px;
}

.need-support .section-description{
	font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

.need-support .support-card{
	min-height: 200px;
	background-color: #fff;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: 225px 35px;
	background-size: 120px;
}

.need-support .support-card.phone{
	background-image: url('../images/support-phone.png');
}
.need-support .support-card.mail{
	background-image: url('../images/support-email.png');
}
.need-support .support-card.location{
	background-image: url('../images/support-location.png');
}
.need-support .support-card h4{
	color: #596C7C !important;
	font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
	margin-bottom: 10px;
}

.need-support .support-card a{
	color: #000;
	font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
	text-decoration: none;
}

.need-support .support-card span{
	display: block;
	color: #FF0F0073;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
}
@media only screen and (max-width: 1200px) {
	.hero-carousel .hero-slide:before{
		left: -100px;
	}
}

@media only screen and (max-width: 991px) {
	
	.hero-carousel .owl-item:nth-child(odd) .hero-slide .hero-content{
		background: rgba(245, 130, 32, 0.5);
	}

	.hero-carousel .owl-item:nth-child(even) .hero-slide .hero-content{
		background: rgba(0, 155, 163, 0.5)
	}
	.latest-news-wrapper .news-card p{
		min-height: unset;
	}
	
	.hero-carousel .hero-content{
		position: absolute;
		top: unset;
		width: 100%;
		padding: 15px 0 65px 0;
		transform: none;
		bottom: 0;
		text-align: center;
	}
	
	.hero-carousel .hero-slide:before{
		position: absolute;
		left: 0;
		width: 100%;
		content: none;
		top: unset;
		height: 100%;
		transform: none;
		height: 25%;
		bottom: 0;
	}
	
	.hero-carousel .hero-content a{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		min-width: 120px;
	}
	
	.hero-carousel .hero-slide .carousel-play-toggle{
		top: 20px;
		bottom: unset;
		width: 35px;
		height: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-carousel .hero-content p{
		font-size: 20px;
		line-height: 30px;
	}
	
	.mailing-list .gform_wrapper{
		width: 100%;
	}
	
	.latest-news-wrapper:after{
		content: none;
	}
}

@media only screen and (max-width: 576px) {
	
	.hero-carousel .hero-content p {
		font-size: 16px;
		line-height: 20px;
	}
	
	.hero-carousel .owl-dots {
		bottom: 15px;
	}
	
	.hero-carousel .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	
	.need-support .operates-header{
		font-size: 20px;
		line-height: 30px;
	}
	
	.latest-news-wrapper:after{
		content: none;
	}
	
	.hero-carousel .hero-slide .hero-image {
		height: 350px;
		object-fit: cover;
	}
	
	.hero-carousel .hero-content{
		padding:15px 0 35px 0;
	}
}

.gform_wrapper .ginput_complex{
	display: flex;
}

.gf_clear.gf_clear_complex{
	display: none;
}

@media only screen and (max-width: 386px) {
    .mailing-list .gform_wrapper .ginput_complex .name_first, 
    .mailing-list .gform_wrapper .ginput_complex .name_last{
	    width: 100%;
    }
	
	.gform_wrapper .ginput_complex{
		flex-direction: column;
	}
	
	.mailing-list .gform_wrapper .ginput_complex .name_first, 
	.mailing-list .gform_wrapper .ginput_complex .name_last{
		margin-right: 0;
	}
}

	.mobile-search-label{
		   text-align: center;
		padding-top: 5px;
		color: #596C7C;
		margin-bottom: -20px;
		font-size: 10px;
	}

		@media (max-width: 767px){
			div.pre-header>.container, div.pre-header>.container .columns {
				margin: auto; 
	
				max-width: 540px;
			}
		}
		#header.mobile-show .menu .menu-item-has-children > a.rotate-me:before {
		    -webkit-transform: rotate(180deg );
    		transform: rotate(180deg);
		}
		
ul.menu {
	list-style:none !important;
	padding-left: 0px !important;
}

#header.mobile-show .nav-link {
    color: #596C7C !important;
	font-size: 20px;
    font-weight: 500;
}
#header.mobile-show .menu .menu-item {
    font-size: 20px;
    line-height: 32px;
    color: #596C7C !important;
	padding-bottom:10px;
}
#header.mobile-show .menu li a {
    color: #596C7C;
    font-weight: 500;
	line-height:32px
}
#header.mobile-show .menu .sub-menu{
	display:none;
}
#header.mobile-show .menu .sub-menu {
    list-style: none;
}
#header.mobile-show .menu .sub-menu li a {
    color: #596C7C;
    font-weight: 500;
	line-height:26px
}
#header.mobile-show .menu .sub-menu .menu-item {
    padding-bottom:5px !important;
}

#header.mobile-show .menu .menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Free";
	font-size: 20px;
    font-weight: 600;
    content: "\f078";
    position: absolute;
    right: 25px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

#header.mobile-show .menu a:hover{
	text-decoration:none !important;
}

		.donate-button.header {
			font-size: 16px;
			height: 48px;
			width: 157px;
			background-color: #009BA3;
			color: #fff;
			font-weight: 600;
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			position: absolute;
			bottom: 0;
			right: 20px;
			border-radius:3px;
		}
		.donate-button.header.mobile {
			top: 5px;
			height: 25px;
			width: 115px;
			border-radius: 3px;
			background-color: #F58220;
			font-size: 13px;
			font-weight: 600;
		}
		.mobile-nav-topbar{
			margin-bottom: 25px;
    		margin-top: 5px;
		}
		.mobile-nav-topbar .topbar-text {
			font-size: 16px;
			line-height: 26px;
			color: #F58220;
			font-weight: 500;
		}
		#header.mobile-show #logowrap{
			position:relative;
		}
		.white-overlay{
			position: absolute;
			background: #fff;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 999;
			display:none;
		}
		@media only screen and (max-width:960px){
			.donate-button.header {
				height: 32px;
				padding: 16px 10px !important;
				font-size:14px;
				width: 100px;
			}
		}
		
		.mobile-nav-label{
			text-align: center;
			padding-top: 0px;
			color: #596C7C;
			margin-bottom: -14px;
			font-size: 10px;
			margin-top: -10px;
	}
		.mobile-search-label {
			text-align: center;
			padding-top: 0;
			color: #596C7C;
			margin-bottom: -20px;
			font-size: 10px;
		}
		#navigation ul ul {
			z-index: 9999;
		}

#navigation_wrap .navbar-toggler{
	border:none !important;
	padding-bottom: 12px;
    background: none;
}
#navigation_wrap button:focus {
    outline: none !important;
    outline: none !important;
}
#header.mobile-show .navbar-collapse{
	position: absolute;
    width: 100%;
    padding: 10px 15px 40px;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
	margin-top: 5px;
}
#header.mobile-show .mobile-searchform-wrap, #header.mobile-show .menu-toggle-wrap{
	padding-bottom:10px;
}
#header.mobile-show svg.search, #header.mobile-show svg.arrow {
    width: 38px ;
    height: 38px ;
}
#navigation_wrap .navbar-toggler svg  {
    width: 48px ;
    height: 48px ;
}
#navigation_wrap .navbar-toggler svg.close {
    width: 35px;
    height: 35px;
}
.mobile-search-label, .mobile-nav-label{
	font-size:13px !important;
	font-weight:600 !important;
}

#header.mobile-show .menu .sub-menu li a {
  
    font-size: 16px !important;
}
.donate-button.header.mobile{
	width:55px !important;
}
#header.mobile-show .menu .menu-item-has-children > a:before{
	
}

.mobile-searchform-wrap .search-input-wrap {
    display: none;
    background-color: #fff;
    position: absolute;
    width: 165px !important;
    height: 44px;
    left: 54px;
    z-index: 9999;
    top: 0px;
    border: 1px solid #596C7C !important;
}
	#header.mobile-show .mobile-searchform-wrap {
		position:relative;
	}
	
	
	.search-input-wrap input{
		font-size: 15px !important;
		font-weight: 500 !important;
		line-height: 1.5 !important;
		color: rgba(0,0,0, 0.3);
	}

	
	@media only screen and (max-width:575px){
		#header.mobile-show .search form i {
			font-size: 30px !important;
			padding: .25rem .75rem;
		}
		span.navbar-toggler-icon {
			font-size:20px !important;
		}
	}
@media only screen and (max-width:425px){
	#header.mobile-show svg.search, #header.mobile-show svg.arrow {
    width: 25px ;
    height: 25px ;
}
#navigation_wrap .navbar-toggler svg  {
    width: 30px ;
    height: 30px ;
}
	.mobile-search-label, .mobile-nav-label{
	font-size:10px !important;
	font-weight:600 !important;
}

}


#header .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath d="M0 1.99994H40M0 13.9999H40M0 25.9999H40" stroke="#596C7C" stroke-width="3"/%3e%3c/svg%3e);
}

ul#menu-main-menu {
	list-style:none !important;
}

#header.mobile-show .nav-link {
    color: #596C7C !important;
	font-size: 20px;
    font-weight: 500;
}
#header.mobile-show #menu-main-menu .menu-item {
    font-size: 20px;
    line-height: 32px;
    color: #596C7C !important;
	padding-bottom:10px;
}
#header.mobile-show #menu-main-menu li a {
    color: #596C7C;
    font-weight: 500;
	line-height:32px
}
#header.mobile-show #menu-main-menu .sub-menu{
	display:none;
}
#header.mobile-show #menu-main-menu .sub-menu {
    list-style: none;
}
#header.mobile-show #menu-main-menu .sub-menu li a {
    color: #596C7C;
    font-weight: 500;
	line-height:26px
}
#header.mobile-show #menu-main-menu .sub-menu .menu-item {
    padding-bottom:5px !important;
}

#header.mobile-show .menu .menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Free";
	font-size: 20px;
    font-weight: 600;
    content: "\f078";
    position: absolute;
    right: 25px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

#header.mobile-show #menu-main-menu a:hover{
	text-decoration:none !important;
}





.navbar-toggler-icon {
    width: 2.5em !important;
    height: 2.5em !important;
}
#header.mobile-show .navbar{
    margin-top: 15px;
}
#header.mobile-show .search {
    margin: 10px 0 5px 0;
    float: left;
}
#header.mobile-show .search form {
        padding: .5rem 1rem;
}
#header.mobile-show .search form i {
    font-size: 40px !important;
    padding: .25rem .75rem;
}

.ginput_container_radio label,
.ginput_container_checkbox label{
	font-size: 15px;
	font-weight: 500;
}

.pre-footer-sub-text p {
    color: #596C7C;
    font-size: 14px;
}



.mobile-pre-footer{
	display: none;
}

@media only screen and (max-width: 767px) {
	.desktop-pre-footer{
		display: none;
	}
	
	.mobile-pre-footer{
		display: block;
	}
}

.contact-btn{
	margin: 28px 0;
	display: none;
}

.contact-btn .cp-btn{
	min-width: 280px;
}

@media only screen and (max-width: 767px) {
	.contact-btn{
		display: block;
	}
}
#pre-footer{
	position: relative;
}

/* #pre-footer:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 49%);
    position: absolute;
} */



.support-card {
    border-radius: 15px;
}
.mobile-show .navigation-tile:nth-child(3n) {
/*     padding-right: 30px !important; */
}

.slick-list{
/* 	padding:0 20% 0 0 !important; */
}
.nav-tiles-carousel-slick .slick-list {margin: 0 -5px;}
.nav-tiles-carousel-slick .slick-slide>div {padding: 0 5px;}

 

.slick-slide .navigation-tile{
	padding-right: 0 !important;
}


@media only screen and (max-width: 992px) and (min-width:768px){
	.need-support .support-card a{
		font-size: 16px;
	}
}

#navigation_wrap{
    margin-left: 0 !important;
}

#navigation_wrap .main-menu li:first-child{
	margin-left: 0 !important;
}

#logowrap{
     margin-left: 0;
}

.donate-button.header{
    right: 15px !important;
}

.owl-next,
.owl-prev{
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 16px 50px !important;
}


.owl-next span,
.owl-prev span{
    opacity: 0 !important;
}

.owl-next{
    background-image: url("../images/icons/right-arrow.png") !important;
}

.owl-prev{
    background-image: url("../images/icons/left-arrow.png") !important;
}

#gform_wrapper_4 .hidden_sub_label{
    display: none !important;
}

@media only screen and (max-width: 386px) {
    .name_first{
        margin-bottom: 25px;
    }
}

.donate-button.header.mobile{
    top: -2px !important;
}

#header.mobile-show .menu .menu-item{
     padding-bottom: 17px !important;
}



.slick-arrows-container .slick-arrow span{
	font-size:100px;
	line-height: 100px;
}
.slick-arrows-container .slick-arrow{
	padding: 0 !important;
}

.slick-arrows-container .slick-arrow.slick-disabled{
	opacity: 0.5;
	cursor: no-drop;
}

.slick-arrows-container .slick-arrow{
	background: 0 0;
	border: none !important;
	outline: 0;
}

.slick-arrows-container {
    position: absolute;
    right: 3px;
    top: -50px;
}

.slick-arrows-container .slick-previous-button{
	margin-right: -4px;
}
.pre-footer-image-container img{
	height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.slick-slide div:nth-child(2) .navigation-tile .navigation-tile-text-container, .slick-slide div:nth-child(2) .navigation-tile .navigation-tile-overlay  {
	    background: #F58220 !important;
	
}


#footer-image-1-caption,
#footer-image-2-caption{
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    font-family: 'Hind', sans-serif;
    margin-bottom: 10px;
}

.after-copyright-links a{
	font-size: 14px;
}


span.widget_title {
    font-size: 30px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-weight: 600;
    color: #596c7c;
    opacity: 0.8;
}
.sidebar-custom-widget-row{
	display:flex;
	padding:15px 0;
	align-items:center;
}

.sidebar-testimonials ul li blockquote {
	font-size: 22px;
    line-height: 32px;
    padding: 20px 40px;
	
}

.sidebar-widget-img {
    max-width: 25%;
    padding-right: 15px;
}
.sidebar-widget-title {
    max-width: 75%;
}
.sidebar-testimonials ul li blockquote:before,.sidebar-testimonials ul li blockquote:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 24px
}

.sidebar-testimonials ul li blockquote:before {
    background: url("../images/icons/quote.png") no-repeat center center/30px 24px;
    top: 20px;
    left: 5px;
}

.sidebar-testimonials ul li blockquote:after {
    background: url("../images/icons/quote.png") no-repeat center center/30px 24px;
    bottom: 20px;
    right: 15px;
    transform: rotate(180deg)
}

.main-site .container {
        max-width:1200px !important;
 }
.five.columns{
	width:auto !important;
	max-width:325px !important;
}

.grid-3-cols{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 50px 0;
}

.footer-logo{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .grid-3-cols{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .grid-3-cols{
        grid-template-columns: 1fr
    }
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.collapse:not(.show) {
    display: none;
}

.footer-cols{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .footer-cols{
        grid-template-columns: 1fr;
    }

    .footer-cols .footer-main-link{
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .social-links {
        display: flex;
        justify-content: center;
        margin: 0 0 25px 61px !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-cols .footer-main-link{
        display: block;
    }
}


.donate-button.header.mobile {
    top: 5px;
    height: 0px;
    width: 115px;
    border-radius: 3px;
    background-color: #F58220;
    font-size: 13px;
    font-weight: 600;
    margin: 0 !important;
}

.topmenu .top-menu li,
.language-menu li{
	list-style-type: none;
}

.mobile-hide{
    display: none;
}

@media only screen and (min-width:767px){
	.mobile-hide{
		display:block !important;
	}
	.mobile-show{
		display:none !important
	}
}
.search.mobile-show form {
    display: block !important;
}
.search.mobile-show input {
    padding-left: 0 !important;
}
#header .search {
    margin: 10px 0 0 0;
    box-sizing: border-box;
    float: right;
}

#header .search form {
    margin-bottom: 0;
	display: flex;
    line-height: 17px;
    align-items: center;
    justify-content: space-between;
}
#header .search form i{
	font-size: 22px;
	margin-right:15px;
	color: #596c7c;
}

#header .search input {
    color: #596c7c;
    font-weight: 500;
    line-height: 17px;
    /** background: url("../images/icons/search-icon.png") no-repeat right 16px center/25px 25px #fff; **/
    border: none;
    border-radius: 3px;
    margin: 0;
    font-size: 18px;
    min-width: 143px;
	width: 190px;
    padding: 10px 10px 10px 10px
}

#header .search input::-webkit-input-placeholder {
    color: #596c7c
}

#header .search input:-ms-input-placeholder {
    color: #596c7c
}

#navigation_wrap .search input::-moz-placeholder {
    color: #596c7c
}
.container #navigation_wrap.twelve.columns {
    width: 800px;
}
#navigation_wrap #navigation {
    margin-top: 20px;
    float: left;
}
#header.mobile-show .search form {
    padding: 0.5rem 1rem;
}
#header.mobile-show .mobile-searchform-wrap, #header.mobile-show .menu-toggle-wrap {
    padding-bottom: 10px;
}
#header.mobile-show #logowrap {
    position: relative;
}

#header.mobile-show .nav-link {
    color: #596C7C !important;
	font-size: 20px;
    font-weight: 500;
}
#header.mobile-show .menu .menu-item {
    font-size: 20px;
    line-height: 32px;
    color: #596C7C !important;
	padding-bottom:10px;
}
#header.mobile-show .menu li a {
    color: #596C7C;
    font-weight: 500;
	line-height:32px
}
#header.mobile-show .menu .sub-menu{
	display:none;
}
#header.mobile-show .menu .sub-menu {
    list-style: none;
}
#header.mobile-show .menu .sub-menu li a {
    color: #596C7C;
    font-weight: 500;
	line-height:26px
}
#header.mobile-show .menu .sub-menu .menu-item {
    padding-bottom:5px !important;
}

#header.mobile-show .menu .menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Free";
	font-size: 20px;
    font-weight: 600;
    content: "\f078";
    position: absolute;
    right: 25px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

#header.mobile-show .menu a:hover{
	text-decoration:none !important;
}

		.donate-button.header {
			font-size: 16px;
			height: 48px;
			width: 157px;
			background-color: #009BA3;
			color: #fff;
			font-weight: 600;
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			position: absolute;
			bottom: 0;
			right: 20px;
			border-radius:3px;
		}
		.donate-button.header.mobile {
			top: 5px;
			height: 25px;
			width: 115px;
			border-radius: 3px;
			background-color: #F58220;
			font-size: 13px;
			font-weight: 600;
		}
		.mobile-nav-topbar{
			margin-bottom: 25px;
    		margin-top: 5px;
		}
		.mobile-nav-topbar .topbar-text {
			font-size: 16px;
			line-height: 26px;
			color: #F58220;
			font-weight: 500;
		}
		#header.mobile-show #logowrap{
			position:relative;
		}
		.white-overlay{
			position: absolute;
			background: #fff;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 999;
			display:none;
		}
		@media only screen and (max-width:960px){
			.donate-button.header {
				height: 32px;
				padding: 16px 10px !important;
				font-size:14px;
				width: 100px;
			}
		}
		
		.mobile-nav-label{
			text-align: center;
			padding-top: 0px;
			color: #596C7C;
			margin-bottom: -14px;
			font-size: 10px;
			margin-top: -10px;
	}
		.mobile-search-label {
			text-align: center;
			padding-top: 0;
			color: #596C7C;
			margin-bottom: -20px;
			font-size: 10px;
		}
		#navigation ul ul {
			z-index: 9999;
		}

#navigation_wrap .navbar-toggler{
	border:none !important;
	padding-bottom: 12px;
    background: none;
}
#navigation_wrap button:focus {
    outline: none !important;
    outline: none !important;
}
#header.mobile-show .navbar-collapse{
	position: absolute;
    width: 100%;
    padding: 10px 15px 40px;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
	margin-top: 5px;
}
#header.mobile-show .mobile-searchform-wrap, #header.mobile-show .menu-toggle-wrap{
	padding-bottom:10px;
}
#header.mobile-show svg.search, #header.mobile-show svg.arrow {
    width: 38px ;
    height: 38px ;
}
#navigation_wrap .navbar-toggler svg  {
    width: 48px ;
    height: 48px ;
}
#navigation_wrap .navbar-toggler svg.close {
    width: 35px;
    height: 35px;
}
.mobile-search-label, .mobile-nav-label{
	font-size:13px !important;
	font-weight:600 !important;
}

#header.mobile-show .menu .sub-menu li a {
  
    font-size: 16px !important;
}
.donate-button.header.mobile{
	width:55px !important;
}
#header.mobile-show .menu .menu-item-has-children > a:before{
	
}

.mobile-searchform-wrap .search-input-wrap {
    display: none;
    background-color: #fff;
    position: absolute;
    width: 275px !important;
    height: 44px;
    left: 54px;
    z-index: 9999;
    top: 0px;
    border: 1px solid #596C7C !important;
}
	#header.mobile-show .mobile-searchform-wrap {
		position:relative;
	}
	
	
	.search-input-wrap input{
		font-size: 15px !important;
		font-weight: 500 !important;
		line-height: 1.5 !important;
		color: rgba(0,0,0, 0.3);
	}

	
	@media only screen and (max-width:575px){
		#header.mobile-show .search form i {
			font-size: 30px !important;
			padding: .25rem .75rem;
		}
		span.navbar-toggler-icon {
			font-size:20px !important;
		}
	}
@media only screen and (max-width:425px){
	#header.mobile-show svg.search, #header.mobile-show svg.arrow {
    width: 25px ;
    height: 25px ;
}
#navigation_wrap .navbar-toggler svg  {
    width: 30px ;
    height: 30px ;
}
	.mobile-search-label, .mobile-nav-label{
	font-size:10px !important;
	font-weight:600 !important;
}

}


#header .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath d="M0 1.99994H40M0 13.9999H40M0 25.9999H40" stroke="#596C7C" stroke-width="3"/%3e%3c/svg%3e);
}

ul#menu-main-menu {
	list-style:none !important;
}

#header.mobile-show .nav-link {
    color: #596C7C !important;
	font-size: 20px;
    font-weight: 500;
}
#header.mobile-show #menu-main-menu .menu-item {
    font-size: 20px;
    line-height: 32px;
    color: #596C7C !important;
	padding-bottom:10px;
}
#header.mobile-show #menu-main-menu li a {
    color: #596C7C;
    font-weight: 500;
	line-height:32px
}
#header.mobile-show #menu-main-menu .sub-menu{
	display:none;
}
#header.mobile-show #menu-main-menu .sub-menu {
    list-style: none;
}
#header.mobile-show #menu-main-menu .sub-menu li a {
    color: #596C7C;
    font-weight: 500;
	line-height:26px
}
#header.mobile-show #menu-main-menu .sub-menu .menu-item {
    padding-bottom:5px !important;
}

#header.mobile-show .menu .menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Free";
	font-size: 20px;
    font-weight: 600;
    content: "\f078";
    position: absolute;
    right: 25px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

#header.mobile-show #menu-main-menu a:hover{
	text-decoration:none !important;
}





.navbar-toggler-icon {
    width: 2.5em !important;
    height: 2.5em !important;
}
#header.mobile-show .navbar{
    margin-top: 15px;
}
#header.mobile-show .search {
    margin: 10px 0 5px 0;
    float: left;
}
#header.mobile-show .search form {
        padding: .5rem 1rem;
}
#header.mobile-show .search form i {
    font-size: 40px !important;
    padding: .25rem .75rem;
}

#navigation_wrap{
    margin-left: 0 !important;
}

#navigation_wrap .main-menu li:first-child{
	margin-left: 0 !important;
}

#logowrap{
     margin-left: 0;
}

.donate-button.header{
    right: 15px !important;
}

@media only screen and (max-width:767px){
	.mobile-hide{
		display:none !important;
	}
	.mobile-show{
		display:block !important
	}
}

@media only screen and (min-width:767px){
	.mobile-hide{
		display:block !important;
	}
	.mobile-show{
		display:none !important
	}
}

.mobile-show #logowrap {
    width: 350px;
}

#header .search input:-moz-placeholder {
    color: #596c7c
}

@media all and (max-width: 767px) {
    #header .search input {
        font-size:11px;
        padding-left: 35px;
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto
    }
}

#navigation_wrap .btn-secondary {
    color: #596c7c;
    background-color: #fff;
    border-color: #fff;
}
#navigation_wrap .btn-secondary i {
	font-size:41px;
}

#header.mobile-show .container.ie-dropdown-fix {
        background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .search form i {
    font-size: 30px !important;
}
#header.mobile-show .search form i {
    font-size: 40px !important;
}
#header button.dropdown span{
    height: 3px;
    background: #596c7c;
    width: 35px;
    margin-bottom: 10px;
    display: block;
}
div.pre-header {
    height: 34px;
    line-height: 34px;
    width: 100%;
    z-index: 30;
    background-color: #fff;
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    div.pre-header>.container,div.pre-header>.container .columns {
        margin:0;
        width: 100%;
		max-width: unset;
    }
}

#navigation_wrap #navigation {
    margin-top: 20px;
    float: left
}

.search.mobile-show form {
    display: block !important;
}
.search.mobile-show input {
    padding-left: 0 !important;
}
#header.mobile-show{
margin-bottom:10px;
}
#header .search {
    margin: 10px 0 0 0;
					   
    box-sizing: border-box;
    float: right
}
#header.mobile-show .search {
    margin: 10px 0 15px 0;
    float: left;
}

#header .search form {
    margin-bottom: 0;
	display: flex;
    line-height: 17px;
    align-items: center;
    justify-content: space-between;
}
#header .search form i{
	font-size: 22px;
	margin-right:15px;
	color: #596c7c;
}

#header .search input {
    color: #596c7c;
    font-weight: 500;
    line-height: 17px;
    /** background: url("../images/icons/search-icon.png") no-repeat right 16px center/25px 25px #fff; **/
    border: none;
    border-radius: 3px;
    margin: 0;
    font-size: 18px;
    min-width: 143px;
	width: 190px;
    padding: 10px 10px 10px 10px
}

#header .search input::-webkit-input-placeholder {
    color: #596c7c
}

#header .search input:-ms-input-placeholder {
    color: #596c7c
}

#navigation_wrap .search input::-moz-placeholder {
    color: #596c7c
}
.mobile-show #logowrap {
    width: 350px;
}

#header .search input:-moz-placeholder {
    color: #596c7c
}

@media all and (max-width: 767px) {
    #header .search input {
        font-size:11px;
        padding-left: 35px;
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto
    }
}
@media only screen and (max-width:767px){
	.mobile-hide{
		display:none !important;
	}
	.mobile-show{
		display:block !important
	}
}

@media only screen and (min-width:767px){
	.mobile-hide{
		display:block !important;
	}
	.mobile-show{
		display:none !important
	}
				 
				
}

							   
				 
			   
			  
 

								 
			 
				   
					  
								   
				  
  

.flex-col-right{
	 display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#footer{
	position:relative;
}
.footer-floating-image{
    max-width: 150px;
    margin: auto;
    width: fit-content;
    bottom: -64px;
	z-index: 99;
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
}
.footer-floating-image img{
	width:135px;
	height:auto;
}
.footer-inner-margin{
margin-bottom:30px;
}

@media only screen and (max-width:992px){
	.footer-floating-image{
/* 		bottom: -16% !important; */
	}
}

li.social-icon.fa-li {
				   
    font-size: 45px;
	width: 1em;
}
.footer-logos{
	display: flex;
    flex-direction: column;
    align-items: center;
					 
				   
				 
}

#footer_container p {
	font-size: 18px;
	font-family: 'Hind', sans-serif;
	line-height: 1.5;
}

#footer p, #footer a {
    color: #fff;
					  
					   
 
}

@media only screen and (max-width:768px){
	
	.footer-inner-margin {
		margin-top: 30px;
	}
	.flex-col-right{
		align-items:center !important;
	}
	.footer-logos{
		margin: 15px 0;
	}
	ul#menu-translations-menu {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width:480px){
	.mobile-searchform-wrap .search-input-wrap {
		width:165px !important;
	}
}
.donate-button.header.mobile {
    top: 5px;
    height: 0px;
    width: 115px;
    border-radius: 3px;
    background-color: #F58220;
    font-size: 13px;
    font-weight: 600;
    margin: 0 !important;
}				   
 
@media only screen and (max-width: 960px){
	.donate-button.header {
   		height: 0px !important;

	}
}

.cp-btn{
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	transition: 0.3s ease-in-out;
	padding: 5px;
	text-transform: uppercase;
}

.cp-btn.blue-btn{
	background-color: #009BA3;
	color: #fff;
}

.cp-btn.blue-btn:hover,
.cp-btn.blue-btn:focus,
.cp-btn.blue-btn:active{
	background-color: #F58220;
}

@media only screen and (min-width: 768px) and (max-width: 959px){
	#navigation_wrap #navigation li a {
		padding: 20px 1px 15px;
	}

}

@media only screen and (min-width: 1200px){
	#navigation_wrap #navigation li {
		margin: 0 0px;
	}
}

.container #navigation_wrap.twelve.columns {
    width: 705px;
}

@media only screen and (max-width:1200px){
	.container #navigation_wrap.twelve.columns {
		width: 525px;
	}
}
@media only screen and (max-width:959px){
	.container #navigation_wrap.twelve.columns {
		width: 705px;
	}
}

/* new styles end */



.widget li {
    display: list-item;
    border-bottom: 0;
    background: none;
	padding-left: unset;
}

.widget li a {
    color: #f58220;
}