/* box shadow gen http://www.cssmatic.com/box-shadow */
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/loader.gif) center no-repeat #fff;
}
html, body {
    margin: 0px;
    height: 100%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    -webkit-font-smoothing: none !important;
    -moz-osx-font-smoothing: grayscale !important;
}
div, textarea {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 200;
    -webkit-font-smoothing: none !important;
    -moz-osx-font-smoothing: grayscale !important;
}
a {
    color: #4ab153;
    text-decoration: none;
}
a:hover {
    color: #3CA045;
    text-decoration: underline;
}
#social_header {
    width: 100%;
    background-color: #2a4b6c;
    margin: 0px auto;
    border-bottom: #333333 solid thin;
}
#social_header .social_header_container {
    margin: auto;
    width: 1000px;
    height: 35px;
    padding: 5px 0px 5px 0px;
}
#fb_icon {
    padding-right: 10px;
    cursor: pointer;
}
#tw_icon {
    padding-right: 10px;
    cursor: pointer;
}
#li_icon {
    cursor: pointer;
}
#all_content {
    min-height: 100%;
}
#header {
    height: 70px;
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px auto;
}
#header_data {
    width: 1000px;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-direction: row;
}
#logo {
    width: 300px;
    height: 70px;
    position: relative;
}
#logo .vware_logo {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-0%, -50%);
}
/* main navigation bar */
/* ------------------- */
#navbar {
    width: 700px;
    text-align: right;
    line-height: 70px;
    height: 70px;
}
/* Navigation Bar <ul> */
#navbar ul {
    margin: 0;
    padding: 0;
}
/* Navigation Bar <li> */
#navbar ul li {
    display: inline-block;
    position: relative;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    text-transform: uppercase;
}
#navbar ul .contact_li {
    padding: 0px 10px 0px 0px;
}
#navbar ul .social_li {
    padding: 0px 0px 0px 0px;
}
/* Navigation Bar <a> */
#navbar ul li a {}
#navbar ul li:hover {
    color: #006633;
}
#body_nav {
    font-size: 16px;
    text-align: left;
}
#body_nav a {
    text-decoration: none;
    color: #5d6e76;
}
#body_nav a:hover {
    text-decoration: underline;
}
#dl_first_section {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
#first_container {
    width: 950px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    flex-direction: column;
    text-align: center;
}
#first_container .heading {
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    color: #555555;
}
#first_container .heading h2 {
    font-size: 20px;
    font-weight: 200;
    text-align: left;
    color: #555555;
    padding: 30px 0px 20px 0px;
    margin: 0px 0px 0px 65px;
}
#first_container .heading h3 {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    color: #555555;
}
#first_container .sub_heading {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    width: 900px;
    margin: 0px auto;
    padding-top: 5px;
    color: #555555;
}
#first_container h2 {
    font-size: 35px;
    font-weight: 300;
}
#first_container p {
    font-size: 16px;
    font-weight: 200;
    margin: 10px 150px 10px 150px;
}
#two_columns {
    width: 800px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}
#two_columns div {
    width: 50%;
    margin: 10px;
}
#two_columns div h1 {
    font-size: 22px;
    font-weight: 400;
}
#two_columns div p {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    font-weight: 200;
}
#bcs_benefits {
    margin: 0px auto;
    width: 600px;
    border: #ABABAB solid thin;
    border-radius: 10px;
    padding: 10px 0px 10px 20px;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2dfed+0,c8d7eb+26,bed0ea+51,a6c0e3+51,afc7e8+62,bad0ef+75,99b5db+88,799bc8+100;Grey+Blue+Gloss+%231 */
    background: #d2dfed; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d2dfed 0%, #c8d7eb 26%, #bed0ea 51%, #a6c0e3 51%, #afc7e8 62%, #bad0ef 75%, #99b5db 88%, #799bc8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d2dfed 0%, #c8d7eb 26%, #bed0ea 51%, #a6c0e3 51%, #afc7e8 62%, #bad0ef 75%, #99b5db 88%, #799bc8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d2dfed 0%, #c8d7eb 26%, #bed0ea 51%, #a6c0e3 51%, #afc7e8 62%, #bad0ef 75%, #99b5db 88%, #799bc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d2dfed', endColorstr='#799bc8', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
#tech_container {
    width: 950px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    flex-direction: column;
    text-align: left;
}
#tech_container h1 {
    font-size: 28px;
    font-weight: 500;
}
#tech_container p {
    font-size: 18px;
    font-weight: 300;
}
#support_container {
    width: 950px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    margin: 0px auto;
    flex-direction: column;
    text-align: left;
}
#support_container h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 5px;
}
#support_container h2 {
    font-size: 30px;
    font-weight: 500;
}
#support_container p {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
}
/* Navigation Bar <ul> */
#support_container ul {
    margin: 0;
    padding: 0;
}
/* Navigation Bar <li> */
#support_container ul li {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    margin: 0px 0px 0px 40px;
}
#support_container ul li a {
    color: #333333;
}
#support_container ul li a:hover {
    text-decoration: underline;
}
#contact_container {
    width: 850px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    margin: 0px auto;
    flex-direction: column;
    text-align: left;
}
#contact_container #label {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 200;
    color: #555555;
}
#contact_container #submit_input {
    margin-top: 10px;
    width: 350px;
    height: 50px;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #4fbbda;
    background: rgba(79, 187, 218, 0.5);
    cursor: pointer;
    color: #555555;
}
#contact_container #submit_input:hover {
    border: 1px solid #9DCD89;
    background: rgba(157, 205, 137, 0.5);
}
input[type=text] {
    font-size: 16px;
}
input[type=number] {
    font-size: 16px;
}
#err {
    display: none;
    margin: 0px auto;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #4fbbda;
    background: rgba(79, 187, 218, 0.5);
    padding: 10px;
}
#err p {
    margin: 0px auto;
}
#formsent {
    display: none;
    margin: 0px auto;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #9DCD89;
    background: rgba(157, 205, 137, 0.5);
    padding: 10px;
}
#formsent p {
    margin: 0px auto;
}
.bcsonmacbanner {
   width: 100%;
   background: #FFFD00;
   padding: 20px;
   font-size: 18px;
   margin: 20px 0px 0px 0px;
   font-weight: bold;
}
.text_box {
    width: 350px;
    margin: 0px auto;
    margin-top: 5px;
    padding: 10px;
    font-weight: 500;
    border-radius: 6px;
    color: #555555;
    border: solid #4fbbda 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text_box:hover {
    border: solid #9DCD89 1px;
}
.select_menu {
    font-size: 16px;
    width: 250px;
    margin: 2px auto;
    padding: 5px;
    border: solid #1878b2 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.textarea_box {
    width: 350px;
    height: 150px;
    margin: 0px auto;
    margin-top: 5px;
    padding: 10px;
    font-weight: 500;
    border-radius: 6px;
    color: #555555;
    border: solid #4fbbda 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.textarea_box:hover {
    border: solid #9DCD89 1px;
}
.sup_heading {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    margin: 5px;
}
.sup_heading:hover {
    color: #4ab153;
    text-decoration: none;
}
#dl_boxes {
    width: 750px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
    padding: 10px;
    background: #64BE6C;
    border-radius: 5px 5px 5px 5px;
    border: #333333 solid thin;
}
#dl_boxes a {
    color: #ffffff;
    text-decoration: underline;
}
#dl_boxes a:hover {
    color: #003366;
    text-decoration: underline;
}
#win_container {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    border-bottom: #F4F4F4 solid thin;
    padding: 0px 0px 5px 0px;
}
#mac_container {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    border-bottom: #F4F4F4 solid thin;
    padding: 5px 0px 5px 0px;
}
#lin_container {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    padding: 5px 0px 0px 0px;
}
.dl_logo {
    width: 15%;
    min-width: 15%;
    position: relative;
}
.dl_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dl_title {
    width: 25%;
    min-width: 25%;
    position: relative;
}
.dl_title span {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-0%, -50%);
    color: #ffffff;
    font-weight: 500;
}
.dl_options {
    width: 60%;
    min-width: 60%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.dl_opt {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.dl_opt1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.dl_opt2 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.displaynone {
    display: none;
}
.displayflex {
    display: flex;
}
#first_section_download {
    height: 200px;
    width: 100%;
    position: relative;
    background: url(../images/bcs_bg.jpg) center;
}
#first_section_download #tag_line span {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
#second_section {
    width: 100%;
    position: relative;
    border-top: #bbbbbb solid thin;
}
#bcs_home_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: 0px auto;
    flex-direction: row;
}
#bcs_introdiv {
    width: 70%;
    padding: 10px;
}
#bcs_introdiv h1 {
    font-size: 25px;
    font-weight: 400;
}
#bcs_introdiv p {
    font-size: 18px;
    font-weight: 200;
}
#bcs_downloaddiv {
    margin-top: 20px;
    width: 30%;
    background: #9fe99c;
    height: 200px;
    padding: 10px
}
#bcs_downloaddiv h1 {
    margin: 0px 0px 10px 0px;
    color: #000000;
    font-size: 25px;
    font-weight: 400;
}
#bcs_downloaddiv .dl_option {
    font-size: 18px;
    font-weight: 300;
    margin: 0px 0px 10px 0px;
}
#thirdsection {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    flex-direction: row;
}
#divleft_50 {
    height: 400px;
    width: 50%;
    background-image: url(../images/accuracy.jpg);
    background-position: center;
    background-size: cover;
}
#divleft_50:hover {
    background: rgba(0, 0, 0, 0.7);
}
#divright_50 {
    height: 400px;
    width: 50%;
}
#fourth_section {
    width: 100%;
    position: relative;
    background: #ffffff;
    border-top: #bbbbbb solid thin;
}
#fourth_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 1000px;
    margin: 0px auto;
    flex-direction: column;
}
#bcs_page_nav {
    padding-top: 20px;
    width: 1000px;
    margin: 0px auto;
    font-size: 15px;
    font-weight: 300;
}
#bcs_page_nav a {
    text-decoration: none;
    color: #3b5765;
}
#bcs_page_nav a:hover {
    text-decoration: underline;
}
#bcs_dl_heading {
    width: 1000px;
    margin: 0px auto;
}
#bcs_dl_heading h1 {
    font-size: 40px;
    font-weight: 200;
}
#bcs_autodl {
    width: 1000px;
    height: 30px;
    margin: 10px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: #bbbbbb solid thin;
    border-radius: 4px;
    background: #FFFEB7;
    padding: 5px;
    line-height: 30px;
    vertical-align: middle;
    display: none;
}
#bcs_dl_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: 0px auto;
    flex-direction: row;
}
#bcs_dl_option1 {
    width: 33%;
    margin: 0px 5px 0px 0px;
    background-color: #9fe99c;
    text-align: center;
    border: #cccccc solid thin;
    padding: 10px;
    border-radius: 4px;
}
#bcs_dl_option1:hover {
    background-color: #5BC557;
    border: #333333 solid thin;
    cursor: pointer;
}
#bcs_dl_option1 h1 {
    font-size: 18px;
    font-weight: 600;
}
#bcs_dl_option1 p {
    font-size: 16px;
    font-weight: 400;
}
#bcs_dl_option1 p.dl_explain {
    font-size: 12px;
}
#bcs_dl_option2 {
    width: 33%;
    margin: 0px 5px 0px 5px;
    background-color: #9fe99c;
    text-align: center;
    border: #cccccc solid thin;
    padding: 10px;
    border-radius: 4px;
}
#bcs_dl_option2:hover {
    background-color: #5BC557;
    border: #333333 solid thin;
    cursor: pointer;
}
#bcs_dl_option2 h1 {
    font-size: 18px;
    font-weight: 600;
}
#bcs_dl_option2 p {
    font-size: 16px;
    font-weight: 400;
}
#bcs_dl_option2 p.dl_explain {
    font-size: 12px;
}
#bcs_dl_option3 {
    width: 33%;
    margin: 0px 0px 0px 5px;
    background-color: #9ddced;
    text-align: center;
    border: #cccccc solid thin;
    padding: 10px;
    border-radius: 4px;
}
#bcs_dl_option3:hover {
    background-color: #4CB5D1;
    border: #333333 solid thin;
    cursor: pointer;
}
#bcs_dl_option3 h1 {
    font-size: 18px;
    font-weight: 600;
}
#bcs_dl_option3 p {
    font-size: 16px;
    font-weight: 400;
}
#bcs_install_help {
    width: 950px;
    margin: 20px auto;
    border: #FF9C47 solid thin;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    background: #FECB4C;
    cursor: pointer;
}
#bcs_install_help:hover {
    background: #FFDC87;
}
#bcs_install_help h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px auto;
}
#bcs_dl_instruct {
    width: 1000px;
    margin: 0px auto;
}
#bcs_dl_instruct h2 {
    font-size: 25px;
    font-weight: 200;
}
#bcs_dl_instruct p {
    font-size: 18px;
    font-weight: 200;
    padding: 20px 0px 0px 0px;
}
#footer_section {
    width: 100%;
    background: #627886;
    -webkit-box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.2);
    position: relative;
    /* margin-top: -70px; /* negative value of footer height */
    height: 70px;
    clear: both;
    margin-top: 10px;
}
#footer_container {
    width: 900px;
    margin: 0px auto;
    text-align: center;
    padding: 20px 0px 20px 0px;
    color: #FFFFFF;
}
#wt_first_container {
    width: 950px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    flex-direction: column;
    text-align: left;
}
#wt_first_container h1 {
    font-size: 28px;
}
#wt_first_container p {
    margin-top: 0px;
}
#wt_first_container b {
    font-weight: 700;
}
#wt_first_container h2 {
    font-size: 20px;
}
.bcs_connect_button {
    margin: 0px auto;
    width: 400px;
    height: auto;
    background: #4fbbda;
    text-align: left;
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    border: #333333 solid thin;
    cursor: pointer;
    font-size: 25px;
    padding: 10px;
}
.bcs_connect_button:hover {
    background: #72d5f1;
}
.testbutton {
    margin: 0px auto;
    width: 400px;
    height: auto;
    background: #4fbbda;
    text-align: left;
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    border: #333333 solid thin;
    cursor: pointer;
    font-size: 25px;
    padding: 10px;
}
.testbutton_fail {
    margin: 0px auto;
    width: 400px;
    height: auto;
    background: #AF3E40;
    text-align: center;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    border: #333333 solid thin;
    cursor: pointer;
    font-size: 25px;
    padding: 10px;
}
.testbutton_pass {
    margin: 0px auto;
    width: 400px;
    height: auto;
    background: #4ab153;
    text-align: center;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    border: #333333 solid thin;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
}
.testbutton:hover {
    background: #72d5f1;
}
.mainimagediv {
    width: 100%;
    min-width: 950px;
    position: relative;
    border-bottom: #49443b solid thin;
}
.mainimageoverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 950px;
}
.mainimageoverlay p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 17px;
}
.mainimage {
    width: 100%;
    min-height: 400px;
    display: block;
}
.bcstitle {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 35px;
    text-align: center;
    font-weight: 500;
}
.bcssubtitle {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
}
.bcstitletext {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 16px;
    font-weight: 300 !important;
    text-align: center;
    margin-top: 30px;
}
.bcs_buttons {
    width: 500px;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: 0px auto;
    margin-top: 30px;
}
.bcs_btn {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border: #BFBFBF solid thin;
    border-radius: 3px;
    text-align: center;
    font-weight: 500 !important;
    margin: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d930b+0,075e0a+100 */
    background: rgb(29, 147, 11); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(29, 147, 11, 1) 0%, rgba(7, 94, 10, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(29, 147, 11, 1) 0%, rgba(7, 94, 10, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(29, 147, 11, 1) 0%, rgba(7, 94, 10, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d930b', endColorstr='#075e0a', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    cursor: pointer;
    color: #F1F1F1;
}
.bcs_btn:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21a50d+0,0a7f10+100 */
    background: rgb(33, 165, 13); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(33, 165, 13, 1) 0%, rgba(10, 127, 16, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(33, 165, 13, 1) 0%, rgba(10, 127, 16, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(33, 165, 13, 1) 0%, rgba(10, 127, 16, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21a50d', endColorstr='#0a7f10', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.learn_div1 {
    min-width: 950px;
    position: relative;
}
.ld1_title {
    margin: 0px auto;
    font-size: 22px;
    font-weight: 500;
    width: 70%;
    text-align: center;
}
.ld1_text {
    margin: 0px auto;
    font-size: 16px;
    font-weight: 300;
    width: 60%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.ld1_download {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: #285216 solid thin;
    border-radius: 3px;
    margin: 0px auto;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 500 !important;
    background-color: rgba(40, 82, 22, 1);
    cursor: pointer;
    color: #FFFFFF;
}
.ld1_download:hover {
    background-color: rgba(40, 82, 22, 0.8);
}
.learn_div2 {
    min-width: 950px;
    position: relative;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #eeeeee 0%, #cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #eeeeee 0%, #cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.ld2_colcontainer {
    display: flex;
    flex-direction: row;
    margin: 0px auto;
    width: 1000px;
}
.ld2_col1 {
    margin: 20px 0px 20px 0px;
    width: 35%;
    text-align: left;
}
.ld2_col1 h1 {
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
}
.ld2_col1 p {
    font-size: 16px;
    font-weight: 200;
}
.ld2_col2 {
    margin: 20px 0px 20px 0px;
    width: 65%;
    text-align: center;
}
.download_div {
    width: 950px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}
.dd {
    font-size: 35px;
    font-weight: 400;
}
.dl_button {
    margin: 20px 5px 20px 5px;
    border: #025ca8 solid thin;
    background-color: rgba(2, 92, 168, 0.7);
    border-radius: 5px;
    width: 33%;
    text-align: center;
}
.dl_button img {
    margin: 10px 0px 0px 0px;
}
.dl_button h1 {
    font-size: 25px;
    font-weight: 400;
    margin: 5px 0px 0px 0px;
}
.dl_button h2 {
    font-size: 15px;
    font-weight: 300;
    margin: 2px 0px 0px 0px;
}
.dl_button p {
    color: #FFFFFF;
}
.dl_button a {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: underline;
}
.urgentnews {
    width: 100%;
    padding: 20px;
    background: #FFF000;
}
.urgentnews div {
    width: 95%;
    max-width: 1000px;
    font-size: 18px;
    margin: 0px auto;
    color: #000000;
    text-align: center;
}
.urgentnews div a {
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
}
.bcsform {
	width: 95%;
	max-width: 450px;
	margin: 0px auto;
}
.contactpopup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 600px;
	border: #606060 solid 2px;
	padding: 15px;
	background: #F7F7F7;
}
.contactpopup button {
	padding: 6px;
	cursor: pointer;
}
.contactpopup button:disabled {
	cursor: not-allowed;
}
.contactpopup p {
	margin: 10px 0px 10px 0px !important;
}