/* Minification failed. Returning unminified contents.
(1183,33): run-time error CSS1002: Unterminated string: "
(1183,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found '"
'
(1446,30): run-time error CSS1046: Expect comma, found '139'
(1446,37): run-time error CSS1046: Expect comma, found ')'
 */
*, body, html {
    padding: 0;
    margin: 0;
	box-sizing: border-box;
}

body{
    padding: 0px;
    margin: 0px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background-color: #f8fdff;
    position: relative;
}

a
{
    color: #06C;
    text-decoration: none;
	font-size: 14px;
}

    a:hover
    {
        text-decoration: underline;
    }

header, footer, nav, section
{
    display: block;
}

h2{
color: #0066cc;
font-size: 18px;
padding: 10px;
padding-top:10px !important;
padding-bottom:10px !important;
padding-left: 0px;
}
h2 a {
color: #0066cc;
font-size: 18px;
text-decoration: none;
}
h2 a:hover {text-decoration: underline;	}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
}

p {
    font-size: 16px;
    color: #6c6c6c;
    line-height: 24px;
    margin-bottom: 12px;
}


/******************Reusables******************/
.hidden {
	display: none !important;
}

.show{
    display: block !important;
}

.content-wrapper {
    width:1200px;
    margin: 0 auto;
}

/*************Download page content**************/

.form-container {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.form-container-col:first-child {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    margin-right: 50px;
	border: 2px solid #efefef;
}

.form-intro {
	font-size:12px;
	line-height:16px;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    width: 100%;
    min-width: 100px;
    max-width: 616px;
	height:100px;
}
textarea:focus, input:focus{
    outline: 1px solid #0075ff;
}
.editor-box
{
    font-size: 16px;
    color: #6c6c6c;
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.editor-label
{
	margin-bottom: 2px;
    font-size: 12px;
}

.editor-field
{
    display: inline-block;
    float: left;
}

.editor-field .text, #message {
	width: 100%;
	height: 26px;
}


.ie7 .editor-field
{
    zoom: 1;
    display: inline;
    float: none;
}

input[type="reset"],
input[type="submit"],
input[type="text"],
textarea
{
    border: 1px solid #CCC;
	color: #3c3c3c;
	font-size: 13px;
	padding-left: 5px;
}

input[type="submit"],
input[type="reset"]
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ccc;
    cursor: pointer;
    margin-right: 40px;
    padding: 4px 25px;
}

    input[type="submit"]:hover
    {
        border: 1px solid #666;
    }

    input[type="reset"]:hover
    {
		border: 1px solid #008cdd;
		color: #008cdd;
    }


input[type="radio"]
{
	margin: -3px 2px 0 0;
    display: table-cell;
    vertical-align: middle;
}
.radio {
    margin-right: 20px;
}

#btnSubmit:hover {
    cursor: pointer;
	background-color: #0c7ebf !important;
	transition: .2s;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #f00;
    font-style: italic;
	padding-left:0px;
	font-size:12px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px dotted #f00 !important;
    background-color: #fee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #f00;
    margin: 15px 0 15px 20px;
}

.validation-summary-valid
{
    display: none;
}

.required-star
{
    color: #ff0000;
	font-size: 12px;
	line-height:14px;
}

.radio-selector{
	font-size: 14px;
}


/* Global styles
-----------------------------------------------------------*/

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* main layout
----------------------------------------------------------*/

.content-wrapper
{
    margin: 0 auto;
}

/* Header styles
-----------------------------------------------------------*/

header
{
    height: 106px;
    display: block;
}

    header .content-wrapper
    {
        height: 106px;
        /*background: url('Images/header_bg.jpg') no-repeat top left;*/
    }

    header a.logo
    {
        width: 240px;
        height: 80px;
        display: block;
        position: relative;
    }

/* Menu styles
-----------------------------------------------------------*/
.nav a {
    text-decoration: none;
}
.link.see-all {
	color: #06C;
    text-decoration: none;
    font-size: 14px;
}
#container {
	margin-top: 140px;
}
/*
.mobile-menu { 
	display: none;
	height:  25px;
	width: 25px;
}

.nav  {
	display:  -webkit-box;
	display:  -ms-flexbox;
	display:  flex;
	height:  60px;
	-webkit-box-orient:  horizontal;
	-webkit-box-direction:  normal;
	-ms-flex-direction:  row;
	flex-direction:  row;
	-webkit-box-pack:  justify;
	-ms-flex-pack:  justify;
	justify-content:  space-between;
	-webkit-box-align:  center;
	-ms-flex-align:  center;
			align-items:  center;
	padding-left:  60px;
	padding-right:  60px;
	background-color:  #488abf;
	-webkit-box-shadow:  0px 7px 8px rgba(0,  0,  0,  0.2);
			box-shadow:  0px 7px 8px rgba(0,  0,  0,  0.2);
	position:  fixed;
	top:  0;
	left:  0;
	right:  0;
	z-index:  5;
}

.nav p  {
	color:  #fff;
	font-size:  14px;
	line-height: normal;
}

.menu  {
	display:  -webkit-box;
	display:  -ms-flexbox;
	display:  flex;
	-webkit-box-orient:  horizontal;
	-webkit-box-direction:  normal;
		-ms-flex-direction:  row;
			flex-direction:  row;
}

.nav-list  {
	display:  -webkit-box;
	display:  -ms-flexbox;
	display:  flex;
	-webkit-box-orient:  horizontal;
	-webkit-box-direction:  normal;
		-ms-flex-direction:  row;
			flex-direction:  row;
}

.nav-list-item  {
	list-style-type:  none;
	font-size:  14px;
}

.nav-list-item:hover  {
	background-color:  #fff;
	-webkit-transition:  .4s;
	-o-transition:  .4s;
	transition:  .4s;
}

.nav-list-item a  {
	color:  #fff;
	text-decoration:  none;
	padding:  20px;
	height: 60px;
	display:  inline-block;
}

.nav-list-item:hover a  {
	color:  #3c3c3c;
	-webkit-transition:  .4s;
	-o-transition:  .4s;
	transition:  .4s;
}

.nav-dropdown-container  {
	position:  absolute;
	padding:  20px;
	background-color:  #fff;
	display: none;
	-webkit-box-shadow:  0 8px 8px rgb(0 0 0 / 10%);
			box-shadow:  0 8px 8px rgb(0 0 0 / 10%);
	z-index:  3;
}

.nav-list-item:hover > .nav-dropdown-container  {
	display: block;
}

.nav-dropdown-content1  {
	display:  -ms-grid;
	display:  grid;
	-ms-grid-columns:  (1fr,  1);
	grid-template-columns:  repeat(1,  1fr);
}

.nav-dropdown-content2  {
	display:  -ms-grid;
	display:  grid;
	-ms-grid-columns:  1fr 30px 1fr;
	grid-template-columns:  repeat(2,  1fr);
	grid-column-gap:  30px;
}

.nav-dropdown-content3  {
	display:  -ms-grid;
	display:  grid;
	-ms-grid-columns:  1fr 30px 1fr 30px 1fr;
	grid-template-columns:  repeat(3,  1fr);
	grid-column-gap:  30px;
}

.purchase  {
	-webkit-transform:  translateX(-50%);
		-ms-transform:  translateX(-50%);
			transform:  translateX(-50%);
}

.support  {
	-webkit-transform:  translateX(-50%);
		-ms-transform:  translateX(-50%);
			transform:  translateX(-50%);
	width:  470px;
}

.company  {
	-webkit-transform:  translateX(-40%);
		-ms-transform:  translateX(-40%);
			transform:  translateX(-40%);
	width:  -webkit-fit-content;
	width:  -moz-fit-content;
	width:  fit-content;
}

.nav-dropdown-container h3  {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:  1px solid #488abf;
	color:  #488abf;
	font-size:  14px;
	font-weight:  normal;
}

.nav-dropdown-container-col  {
	margin-bottom:  30px; 
}

.nav-dropdown-container-col li  {
	list-style-type:  none;
	height: 25px;
	display:  block;
}

.nav-dropdown-container-col li a  {
	color:  #6c6c6c;
	margin: 0;
	padding: 0;
}

.nav-dropdown-container-col li a:hover  {
	background-color:  none;
	color:  #0788c4;
	-webkit-transition:  .4s;
	-o-transition:  .4s;
	transition:  .4s;
}

.stores  {
	width: 100%;
	color: #fff;
	background-color:  #0788c4;
	margin-bottom:  20px;
	padding:  20px;
}

.stores a  {
	padding:  0;
	height:  30px;
}

.stores a p  {
	font-weight:  bold;
	font-size:  16px;
	color:  #fff;
}

.stores a p:hover  {
	color:  #3c3c3c;
	-webkit-transition:  .4s;
	-o-transition:  .4s;
	transition:  .4s;
}

#search-button  {
	display:  -webkit-box;
	display:  -ms-flexbox;
	display:  flex;
	-webkit-box-orient:  vertical;
	-webkit-box-direction:  normal;
		-ms-flex-direction:  column;
			flex-direction:  column;
	-webkit-box-pack:  center;
		-ms-flex-pack:  center;
			justify-content:  center;
	margin-left:  60px;
	cursor:  pointer;
}

*/

/***********Search*************/

.search-bar {
    position: absolute;
    right: 60px;
    top: 12px; /*IE*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#cse-search-box {
    background-color: #fff;
    border-radius: 40px;
}

::-webkit-input-placeholder {
    color: #999;
    padding-left: 8px;
    font-style: italic;
}

::-moz-placeholder {
    color: #999;
    padding-left: 8px;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999;
    padding-left: 8px;
    font-style: italic;
}

::-ms-input-placeholder {
    color: #999;
    padding-left: 8px;
    font-style: italic;
}

::placeholder {
    color: #999;
    font-style: italic;
}

.search_text {
    padding: 10px;
    padding-left: 14px;
    font-size: 14px;
    border:none;
    border-radius: 40px;
    outline: none;
    color: #6c6c6c;
}

.GoogleButton {
    position: absolute;
    top: 9px;
    right: 50px;
}

.close-modal {
    margin-left: 20px;
    padding-top: 4px;
    cursor: pointer;
}

/* #menu */
/* { */
    /* width: 970px; */
    /* height: 67px; */
    /* display: block; */
    /* border-bottom: 1px solid #c6cacb; */
    /*margin: 0 auto;*/
/* } */

/* .main_menu */
/* { */
    /* width: 970px; */
    /* height: 34px; */
    /* display: block; */
    /* margin-bottom: 1px; */
/* } */

/* #main_menu ul */
/* { */
    /* width: 970px; */
    /* margin-top: 0px; */
    /* list-style-type: none; */
    /* height: 35px; */
/* } */

    /* #main_menu ul li */
    /* { */
        /* height: inherit; */
        /* float: left; */
        /* display: inline; */
    /* } */

        /* #main_menu ul li a */
        /* { */
            /* display: block; */
            /* height: 22px; */
            /* padding: 10px 9px 5px 9px; */
            /* color: #FFF; */
            /* text-transform: uppercase; */
            /* font-weight: bold; */
            /* font-size: 15px; */
            /* text-decoration: none; */
            /* background: url('Images/main_menu_border.jpg') no-repeat top right; */
        /* } */

            /* #main_menu ul li a:hover, */
            /* #main_menu ul li a.active */
            /* { */
                /* background: #262c35 repeat-x top left; */
            /* } */

            /* #main_menu ul li a:hover */
            /* { */
                /* background-image: url('Images/main_menu_bg_selectedd.jpg'); */
            /* } */

            /* #main_menu ul li a.active */
            /* { */
                /* pointer-events: none; */
                /* cursor: default; */
                /* background-image: url('images/main_menu_bg_selected.jpg'); */
            /* } */

/* #main_submenu */
/* { */
    /* width: 970px; */
    /* display: block; */
/* } */

    /* #main_submenu ul */
    /* { */
        /* list-style: none; */
        /* font-weight: bold; */
        /* height: 31px; */
        /* color: #FFF; */
    /* } */

        /* #main_submenu ul a */
        /* { */
            /* display: block; */
            /* width: auto; */
            /* height: 18px; */
            /* padding: 8px 10px 5px 10px; */
            /* color: #FFF; */
            /* font-weight: bold; */
            /* text-decoration: none; */
        /* } */

        /* #main_submenu ul li:hover a */
        /* { */
            /* color: #f92d2d; */
        /* } */

        /* #main_submenu ul li */
        /* { */
            /* float: left; */
            /* width: auto; */
            /* height: auto; */
            /* background: url('Images/sub_menu_border.jpg') no-repeat top right; */
            /* z-index: 10; */
        /* } */

/************************FOOTER********************************/

.footer {
    background-color: #3c3c3c;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

.footer h3{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.footer p{
    color: #cfcfcf;
    font-size: 14px;
}

.footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom:70px;
}

.footer-main a {
    color: #cfcfcf;
    text-decoration: none;
    margin-top: 16px;
    font-size: 14px;
}

.footer-main a:hover {
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.footer-menu-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 80px;
}

.footer-contact p {
    text-align: right;
    color: #fff;
}

.copyright {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #cfcfcf;
    font-size: 12px;
}

/**************************FOOTER END********************************/

/* Table style
-----------------------------------------------------------*/



th
{
    text-transform: uppercase;
    background: #eee;
    color: #292929;
    font-size: 13px;
    text-shadow: 0px 1px 1px #FFF;
    border: 1px solid #999;
    font-weight: bold;
    width: 340px;
    height: 25px;
    text-align: center;
}

table#downloadpage
{
    margin-bottom: 5px;
    width: 668px;
}

    table#downloadpage tr td#leftside,
    table#downloadpage tr td#rightside
    {
        border: 1px solid #CCC;
        vertical-align: top;
        width: 50%;
    }

#content-left table tr td table td
{
    border-bottom: 1px solid #E5E5E5;
}

td.products,
td.version
{
    text-shadow: 1px 0 1px #000;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

td.products
{
    background: none repeat scroll 0 0 #4477A1;
    height: 20px;
    width: 226px;
}

td.version
{
    background: none repeat scroll 0 0 #57B3DF;
    width: 97px;
}

td.productname
{
    padding: 3px 0 3px 5px;
    text-align: left;
}

td.versionnum
{
    padding: 3px 0;
    text-align: center;
}

/* content style
-----------------------------------------------------------*/

#content
{
    width: 1200px;
}

/* content left style
-----------------------------------------------------------*/

#content-left
{
    display: inline-block;
    min-height: 600px;
	width: 100%;
}

.ie7 #content-left
{
    float: left;
}


#content-left div#box
{
    background: url('images/boxclassbg.jpg') repeat-x scroll 0 0 transparent;
    border: 1px solid #D9D9D9;
    clear: both;
    margin: 5px 0 15px 15px;
    min-height: 10px;
    padding: 8px 8px 5px 5px;
    text-align: justify;
    width: 667px;
}

/* content right style
-----------------------------------------------------------*/

#content-right
{
    float: right;
    min-height: 505px;
    margin-top: 15px;
    width: 240px;
}

.ie7 #content-right
{
    float: left;
    margin-left: 25px;
}

#sidebar
{
    width: 225px;
}

    #sidebar a
    {
        display: block;
        text-decoration: none;
        font-size: 13px;
        color: #06C;
        font-weight: bold;
        padding: 2px 0 4px 25px;
    }

        #sidebar a:hover
        {
            text-decoration: none;
        }

        #sidebar a.title
        {
            background: url('Images/boxbg2.jpg') repeat-x scroll 0 0 transparent;
            border: 1px solid #C1C1C1;
            color: #292929;
            display: block;
            font-size: 13px;
            font-weight: bold;
            padding: 8px 0 6px;
            text-align: center;
            text-shadow: 1px 0 1px white;
        }

            #sidebar a.title:hover
            {
                text-decoration: none;
            }

    #sidebar .two a
    {
        display: block;
        text-decoration: none;
        font-size: 13px;
        color: #06C;
        font-weight: normal;
        padding: 2px 0 2px 25px;
    }

.sidebar .two a:hover
{
    text-decoration: underline;
}

#sidebar ul
{
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 6px 0 8px 0;
    margin: 0 0 15px 0;
}

    #sidebar ul.two li
    {
        list-style: none;
        padding: 2px 0;
        background: #fff url('Images/arrow.gif') 13px 0 no-repeat;
    }

        #sidebar ul.two li.contactinfo
        {
            background: none repeat scroll 0 0 transparent;
            margin-left: -12px;
        }

    #sidebar ul.two a.contactinfo
    {
        color: #000;
        font-weight: normal;
    }

        #sidebar ul.two a.contactinfo:hover
        {
            text-decoration: none;
        }

/*  Bradscrub line style
-----------------------------------------------------------*/

#bottom{
    padding: 15px 0px 10px 10px;
    margin-top: 100px;
}

#bottom #breadscrumb {
    display: inline;
}

#bottom #breadscrumb span {
    margin-right: 5px;
	font-size:12px;
}



/*  footer style
-----------------------------------------------------------*/

/* footer .content-wrapper
{
    background: url('Images/footer_bg.jpg') no-repeat left top;
    display: block;
    height: 231px;
    width: 970px;
}


footer ul
{
    height: 160px;
    width: 940px;
    list-style-type: none;
    padding: 40px 0 0 30px;

}

    footer ul li
    {
        color: #025773;
        float: left;
        height: 160px;
        padding: 12px 26px 0;
        width: auto;
    }

        footer ul li a
        {
            color: #025773;
            display: block;
            font-weight: bold;
            height: 20px;
            text-decoration: none;
            width: 130px;
        }

        footer ul li.bordered
        {
            background: url('Images/footer_selector.jpg') no-repeat right top;
        }


        footer ul li span
        {
            display: block;
            font-size: 1.3em;
            font-weight: bold;
            height: 28px;
            text-transform: uppercase;
        }

        footer ul li#f1
        {
            padding-right: 22px;
            padding-left: 0;
            width: 100px;
        }

        footer ul li#f2
        {
            width: 190px;
        }

        footer ul li#f3
        {
            width: 160px;
        }

            footer ul li#f3 a
            {
                width: 150px;
            }

        footer ul li#f4
        {
            margin: 0;
            padding: 12px 0 0;
            text-align: right;
            width: 338px;
        }

        footer ul li a.info
        {
            display: inline;
            font-weight: normal;
        }
 */

/*  Product Boxes
-----------------------------------------------------------*/

#product-left-box
{
    margin: 0 25px 0 12px;
}

#product-right-box
{
    width: 100%;
}

    #product-right-box p,
    #product-right-box strong,
    #product-right-box li,
    #product-right-box a
    {
        font-size: 14px;
    }

    #product-right-box ol
    {
        margin: 0 0 0 50px;
    }


    #product-right-box .product-link-box
    {
		border: 1px solid #ccc;
		padding: 20px;
		width: 100%;
		margin-bottom: 20px;;
    }

/* New style classes
-----------------------------------------------------------*/
.download_greetings
		{
        font-size: 14px !important;
		color: #3c3c3c;
		padding-left: 50px !important;
		padding-top: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		background-image: url(Images/icon_download.png);
		background-repeat: no-repeat;
		background-position: 12px;
		background-color: #e2f6fd;
		margin-bottom: 28px;
		}
.instruction_greetings
		{
		font-size:13px;
		height:25px;
		margin-left:15px;
		margin-top:8px;
		padding-left:40px !important;
		padding-top:10px !important;
		background-image:url('Images/info_download.png');
		background-repeat:no-repeat;
		background-position: top left;"
		}




/***********Responsive NAV******************/
/*
@media only screen and (max-width: 1250px) {
    #search-button {
        display: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav {
        flex-direction: column;
        height: auto;
        padding: 15px;

    }
    .nav-list {
        flex-direction: column;
    }

    .logo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .menu {
        margin-top:20px;
        display: none;
    }

    .mobile-menu{
        display: block;
        cursor: pointer;
        background: url("/images/resp-menu-btn.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 25px;
        width: 25px;
    }

    .mobile-menu-opened{
        background: url("/images/resp-menu-close-btn.png");
        background-repeat: no-repeat;
        background-position: center;
    }

    .nav-list-item {
        text-align: center;
    }

    .nav-list-item a {
        text-transform: uppercase;
    }

    .nav-dropdown-container {
        display: none;
    }

    .nav-list-item:hover > .nav-dropdown-container {
        display: none;
    }

    .search-bar {
        display: none;
    }
	
	.nav-list-item a {
        padding: 12px;
        height: unset;
    }

}
*/
/***********Responsive NAV End******************/

/***********Responsive Footer******************/

@media only screen and (max-width: 1250px) {
    .content-wrapper {
        width:1000px;
        margin: 0 auto;
    }
	#content {
        width:1000px;
    }
	.under_menu {
    width: 1000px;
	}
}

@media only screen and (max-width: 1080px) {
    .content-wrapper {
        width:860px;
        margin: 0 auto;
    }
	.under_menu {
    width: 860px;
	}

	.footer h3 {
    font-size: 13px;
	}
	
	.footer-menu-col {
    margin-right: 50px;
	}
}

@media only screen and (max-width: 900px) {
    .content-wrapper {
        width:700px;
        margin: 0 auto;
    }
	
	#content {
        width:700px;
    }
	
	.under_menu {
	display: none;
	}
	

	.h1-header {
		display: block;
	}
	.form-container {
    flex-direction: column;
	}
	.form-container-col:nth-child(2){
		margin-top:50px;
	}
	.form-container-col:first-child {
    margin-right: 20px;
	}
	.editor-box textarea {
		width: 616px;
	}
}

@media only screen and (max-width: 780px) {

    p {
        font-size: 14px;
    }

    .content-wrapper {
        width:480px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
	#content {
        width:480px;
    }

    .link {
        font-size: 14px;
    }

    .footer-main {
        flex-direction: column;
    }

    .footer-menu {
        flex-direction: column;
    }

    .footer-menu-col {
        margin-bottom: 40px;
        margin-right: 0;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-contact p {
        text-align: left;
        color: #fff;
    }
}


@media only screen and (max-width: 520px) {
    .content-wrapper {
        width:375px;
        padding-left: 20px;
        padding-right: 20px;
    }
	#content {
        width:375px;
    }
}

@media only screen and (max-width: 375px) {
    .content-wrapper {
        width:350px;
        padding-left: 10px;
        padding-right: 10px;
    }
	#content {
        width:350px;
    }
}

@media only screen and (max-width: 320px) {
    .content-wrapper {
        width:300px;
	}
	#content {
        width:300px;
    }
}

.user-data{
font-weight: bold;
}

.download_product_header{
	color: #6c6c6c;
}

.download_product_header > p{
	margin-bottom: 3px;
    font-size: 12px !important;
}

.download_product_header > div{
font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 900px) {
	.download_product_header > div{
		align-items: flex-start;
		flex-direction: column;
	}
	.download_version_tag {
		margin-left: 0 !important;
		margin-top: 12px;
	}
	.download_greetings {
		background-image: none;
		padding-left: 20px !important;
	}
}

.download_version_tag{
	display: inline-flex;
    align-items: center;
    padding: 4px 7px;
    background-color: rgb(75 139 189);
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
	margin-left:7px;
}

.download_version_tag > div{
	margin-right:5px;
}

.download_version_tag > span{
	
}

