/* Minification failed. Returning unminified contents.
(702,20): run-time error CSS1036: Expected expression, found '#'
 */
*{margin:0px; padding:0px;}
a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdi,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,header,hr,html,i,iframe,img,input,ins,kbd,keygen,label,legend,li,link,main,map,mark,menu,menuitem,meta,meter,nav,noframes,noscript,object,ol,optgroup,option,output,p,param,pre,progress,q,rp,rt,ruby,s,samp,script,section,select,small,source,span,strike,strong,style,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,title,tr,track,tt,u,ul,var,video,wbr{font-family:'proxima_nova_rgregular';font-weight:normal;font-style:normal;-webkit-font-smoothing:subpixel-antialiased;box-sizing:border-box;}
body{position:relative;}
html ,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin: 0; padding: 0; outline: none;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {font-style: inherit; font-weight: inherit; outline: none;}
del,ins {text-decoration: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
abbr,acronym {border: 0; font-variant: normal;}
sub {vertical-align: baseline;}
strong {font-weight: bold;}
em {font-style: italic;}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {*font-size: 100%; outline: none;}
a{text-decoration:none; color:#00a1dd;}
/* 
font-family: 'proxima_nova_rgregular';
font-family: 'proxima_novalight';
font-family: 'proxima_nova_rgbold';
font-family: 'proxima_novaextrabold';
font-family: 'proxima_novasemibold';
  */
  
  /* Home Page Styling */
  
  
  
  
header {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #063b54;
	min-height: 70px;
	color: #fff;
}



body {
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}


.aquafold-container {
    max-width: 1024px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
}
.aquafold-container:after {
    display: block;
    content: "";
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
.bg-light-blue {
    background-color: #eaf6fb;
    padding: 68px 0;
}
.aqua-blue {
    background-color: #eaf6fb;
    padding: 0px 0px 68px 0px;
}
.light-blue-aqua {
    background-color: #eaf6fb;
    padding: 68px 0px;
}




.new-vrg {
    text-align: center;
}

    .new-vrg > h5 {
        padding: 30px 15px 0px;
        color: #ee5c0d;
        font-family: 'proxima_novasemibold';
        font-size: 16px;
        line-height: 16px;
        font-weight: normal;
    }

        .new-vrg > h5 > span {
            color: #f5861f;
        }

    .new-vrg > p {
        padding: 7px 15px 30px;
        color: #2d2d2d;
        font-family: 'proxima_novalight';
        font-size: 13px;
        line-height: 13px;
        font-weight: normal;
    }

        .new-vrg > p > a {
            color: #00a1dd;
            font-family: 'proxima_novasemibold';
        }

.new-bullet-point {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 68px 15px;
}

    .new-bullet-point > ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .new-bullet-point > ul > li {
            display: block;
            margin: 0px 0px 22px 0px;
            padding: 0px 0px 0px 35px;
            position: relative;
            color: #063b53;
            font-family: 'proxima_novalight';
            font-size: 14px;
            line-height: 23px;
        }

            .new-bullet-point > ul > li:before {
                display: block;
                content: "";
                margin: 0px;
                padding: 0px;
                background-image: url(/Presentation/Aquafold/Assets/images/new-bull-point.png);
                background-size: 100%;
                background-repeat: no-repeat;
                height: 19px;
                width: 19px;
                position: absolute;
                left: 0px;
                top: 3px;
            }

            .new-bullet-point > ul > li:last-child {
                margin-bottom: 0px;
            }

.new-lightblue-bg {
    background-color: #eaf6fb;
}


ul.aquafold-users-logo {
    display: block;
    margin: 45px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}
ul.aquafold-users-logo li {
    display: inline-block;
    vertical-align: top;
    background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-users-logo.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 38px;
    padding: 0px;
    margin: 0px 32px;
}




    ul.aquafold-users-logo li.new-hsbc {
        background-position: 0px 0px;
    }

    ul.aquafold-users-logo li.new-ama {
        background-position: -120px 0px;
    }

    ul.aquafold-users-logo li.new-adp {
        background-position: -240px 0px;
    }

    ul.aquafold-users-logo li.new-hlinkedin {
        background-position: -360px 0px;
    }

    ul.aquafold-users-logo li.new-rbs {
        background-position: -480px 0px;
    }

    ul.aquafold-users-logo li a {
        display: block;
        width: 100%;
        height: 100%;
    }

.sec-download {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 68px 15px;
    text-align: center;
}

    .sec-download > a {
        text-align: center;
        color: #166388;
        display: inline-block;
        vertical-align: top;
        padding: 10px 28px;
        font-family: 'proxima_nova_rgregular';
        font-size: 13px;
        line-height: 12px;
        border: 1px solid #dff2f8;
        border-radius: 20px;
        margin: 20px 5px 0px;
        transition: all 0.22s;
        transition-property: all;
        transition-duration: 0.22s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }

        .sec-download > a:hover {
            background-color: #96c748;
            border: 1px solid #96c748;
            color: #fff;
        }

        .sec-download > a:nth-of-type(1) {
            display: block;
            max-width: 270px;
            width: 100%;
            padding: 15px 0px;
            margin: 0px auto 25px;
            background-color: #96c748;
            color: #fff;
            font-family: 'proxima_novasemibold';
            font-size: 20px;
            line-height: 20px;
            border-radius: 30px;
            transition: all 0.22s;
            transition-property: all;
            transition-duration: 0.22s;
            transition-timing-function: ease;
            transition-delay: 0s;
        }

            .sec-download > a:nth-of-type(1):hover {
                background-color: #84b532;
            }

.footer {
    display: block;
    margin: 0px;
    padding: 60px 0px !important;
    background-color: #0a3b53;
    color: #fff;
}

.new-footer {
    padding: 60px 0px !important;
}

.new-aqua-footer {
    max-width: 1024px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
}

    .new-aqua-footer:after {
        display: block;
        content: "";
        clear: both;
        margin: 0px;
        padding: 0px;
        height: 0px;
    }

    .new-aqua-footer > ul.left-footer {
        float: left;
        width: 20%;
        margin: 0 5% 0 0;
        padding: 0px;
        list-style-type: none;
        text-align: right;
    }

        .new-aqua-footer > ul.left-footer > li > span:nth-of-type(1) {
            display: block;
            font-family: 'proxima_nova_rgregular';
            font-size: 15px;
            line-height: 15px;
            color: #fff;
            margin: 12px 0;
        }

        .new-aqua-footer > ul.left-footer > li > span:nth-of-type(2) > a {
            display: block;
            font-family: 'proxima_nova_rgregular';
            font-size: 15px;
            line-height: 15px;
            color: #fff;
            margin: 12px 0;
        }

            .new-aqua-footer > ul.left-footer > li > span:nth-of-type(2) > a > span {
                color: #00a1dd;
            }


    .new-aqua-footer > .right-footer {
        float: right;
        width: 75%;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

ul.right-top-url {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    ul.right-top-url > li {
        display: inline-block;
        margin: 0 6px 15px 0;
        padding: 0 11px 0 0;
        border-right: 1px solid #0f628a;
        font-family: 'proxima_nova_rgregular';
        font-size: 16px;
        line-height: 12px;
        vertical-align: top;
    }

        ul.right-top-url > li > a {
            color: #fff;
            transition: all 0.22s;
            transition-property: all;
            transition-duration: 0.22s;
            transition-timing-function: ease;
            transition-delay: 0s;
        }

            ul.right-top-url > li > a:hover {
                color: #00a1dd;
            }

        ul.right-top-url > li:first-child > a {
            color: #00a1dd;
        }

        ul.right-top-url > li:last-child {
            border: none;
        }

ul.footer-link {
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

    ul.footer-link > li {
        display: inline-block;
        vertical-align: top;
        width: 24%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        position: relative;
        font-family: 'proxima_nova_rgregular';
        font-size: 14px;
        line-height: 18px;
    }

        ul.footer-link > li > a {
            display: inline-block;
            margin: 0px 28% 8px 0px;
            color: #fff;
            transition: all 0.22s;
            transition-property: all;
            transition-duration: 0.22s;
            transition-timing-function: ease;
            transition-delay: 0s;
        }

            ul.footer-link > li > a:hover {
                color: #00a1dd;
            }

        ul.footer-link > li > p {
            text-transform: uppercase;
            color: #00a1dd;
            margin: 0px 0px 8px 0px;
        }

        ul.footer-link > li:nth-of-type(1) {
            width: 20%;
        }

        ul.footer-link > li:nth-of-type(2) {
            width: 25%;
        }


ul.new-footer-url {
    display: block;
    text-align: center;
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 50px 0px 0px 0px;
    color: #00a1dd;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    line-height: 18px;
}

video {
/*    width: 650px;*/
}




@media only screen and (max-width: 900px) {
    ul.aquafold-users-logo li {
        margin: 0px 15px !important;
    }

    .new-aqua-footer > .right-footer {
        width: 72%;
    }

    .new-aqua-footer > ul.left-footer {
        width: 23%;
    }
	
	div.right-div {
		width: 100% !important;
		margin-right: 6px;
	}
	
	div.aqua-resource-text-right {
		margin-top: 20px !important;		
	}
}


@media only screen and (max-width: 768px) {

    ul.aquafold-users-logo li {
        margin: 10px 15px !important;
    }
	
	div.right-div {
		width: 100% !important;
		margin-right: 6px;
	}
	
	div.aqua-resource-text-right {
		margin-top: 20px !important;		
	}
}


@media only screen and (max-width: 767px) {
	
	div.aqua-resource-text-right {
		margin-top: 20px !important;		
	}

	video {
		width: 352px !important;
	}
	
	div.right-div {
		width: 100% !important;
		margin-right: 6px;
	}
	
    .new-bullet-point {
        float: none;
        width: 100%;
        padding: 8px 15px;
    }

        .new-bullet-point:first-child {
            margin-top: 50px;
        }

        .new-bullet-point:last-child {
            margin-bottom: 50px;
        }

        .new-bullet-point > ul > li {
            margin: 0px 0px 15px 0px;
        }

    .new-aqua-footer > ul.left-footer {
        width: 50%;
        float: none;
        text-align: left;
        margin: 0 auto 50px;
    }

    .new-aqua-footer > .right-footer {
        width: 50%;
        float: none;
        text-align: left;
        margin: 0 auto 50px;
    }

    ul.right-top-url > li {
        display: block;
        border: none;
    }

    ul.right-top-url {
        margin: 0px 0px 50px 0px;
    }

    ul.footer-link > li {
        display: block;
        width: 100%;
        margin: 0px 0px 50px 0px;
    }

        ul.footer-link > li:nth-of-type(1) {
            display: block;
            width: 100%;
            margin: 0px 0px 50px 0px;
        }

        ul.footer-link > li > a {
            display: block;
            width: 100%;
        }

        ul.footer-link > li:nth-of-type(2) {
            display: block;
            width: 100%;
            margin: 0px 0px 50px 0px;
        }

    ul.new-footer-url {
        margin: 0px;
    }
}


@media only screen and (max-width: 480px) {
    .new-aqua-footer > ul.left-footer {
        width: 90%;
    }

    .new-aqua-footer > .right-footer {
        width: 90%;
    }
}







.aqua-blue {
	background-color: #eaf6fb;
	padding: 0px 0px 68px 0px;
}
.light-blue-aqua {
	background-color: #eaf6fb;
	padding: 68px 0px;
}
a.brand-location {
	float: left;
	margin: 19px 0px 0px 15px;
	padding: 0px;
	display: block;
	line-height: normal;
}
ul.main-navigation {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.main-navigation li {
	display: inline-block;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	margin-left: -4px;
}
ul.main-navigation li > a {
	display: block;
	/*font-size: 14px;*/
	line-height: 14px;
	vertical-align: top;
	padding: 28px 16px;
	color: #fff;
	text-decoration: none;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
ul.main-navigation li:last-child {
	/*background-color: #0f628a;*/
}
ul.main-navigation li > a:hover, ul.main-navigation li > a.active {
	background-color: #00a1dd;
}
.mob-menu {
	display: none;
}
/* CTA */
.aqua-cta-green {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 22px 30px;
	font-family: 'proxima_nova_rgregular';
	font-size: 30px;
	line-height: 30px;
	border-top: 1px solid #fff;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.aqua-cta-green:hover {
	background-color: #84b532;
}


.aqua-cta-yellow {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #ffc520;
	padding: 22px 30px;
	font-family: 'proxima_nova_rgregular';
	font-size: 30px;
	line-height: 30px;
	border-top: 1px solid #fff;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.aqua-cta-yellow:hover {
	background-color: ##ffc549;
}



.aqua-cta-green-sm {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 16px 20px;
	font-family: 'proxima_nova_rgregular';
	font-size: 23px;
	line-height: 23px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.aqua-cta-green-sm:hover {
	background-color: #84b532;
}
.aqua-cta-green-md {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 22px 30px;
	font-family: 'proxima_nova_rgregular';
	font-size: 30px;
	line-height: 30px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.aqua-cta-green-md:hover {
	background-color: #84b532;
}
.aqua-cta-blue-md {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #00a1dd;
	padding: 22px 30px;
	font-family: 'proxima_nova_rgregular';
	font-size: 30px;
	line-height: 30px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.aqua-cta-blue-md:hover {
	background-color: #1e638a;
}
/* CTA End */

.aquafold-banner {
	width: 100%;
	background-image: url(/Presentation/Aquafold/Assets/Images/home-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-position: center center;
	-webkit-font-smoothing: subpixel-antialiased;
}
.banner-copy {
	padding: 68px 20px 68px 20px;
	color: #fff;
}
.banner-copy h1 {
	display: inline-block;
	vertical-align: top;
	float: left;
	font-family: 'proxima_nova_rgbold';
	font-size: 60px;
	line-height: 130px;

}
.banner-copy h2 {
	display: inline-block;
	vertical-align: top;
	float: left;
	font-family: 'proxima_nova_rgregular';
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	max-width: 700px;
	width: 100%;
	color: #ffc520;
}

.banner-copy div {
	
	display: inline-block;
	vertical-align: top;
	float: left;
	font-family: 'proxima_nova_rgregular';
	font-size: 24px;
	margin-top: 12px;
	width: 100%;
	color: white;
	height: auto;
	margin-left: 30px;
	max-width: 700px;
}

.banner-copy div > span {
	font-family: 'proxima_nova_rgbold';
}


.banner-copy p {
	display: inline-block;
	vertical-align: top;
	float: left;
	clear: left;
	font-family: 'proxima_nova_rgregular';
	font-size: 36px;
	max-width: 510px;
	width: 100%;
	margin: 40px 60px 0px 0px;
}
.banner-copy p > span {
	font-family: 'proxima_nova_rgbold';
}
.banner-copy a {
	display: inline-block;
	vertical-align: top;
	float: left;
	color: #fff;
	margin: 20px 0px 0px 0px;
}
ul.product-action {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'proxima_nova_rgregular';
}
ul.product-action li {
	display: inline-block;
	width: 33.333%;
	margin-right: -4px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
}
.aqua-cart-icon {
	display: block;
	width: 136px;
	height: 136px;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px auto;
}
.aqua-renew-icon {
	display: block;
	width: 136px;
	height: 136px;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-repeat: no-repeat;
	background-position: -144px 0px;
	margin: 0px auto;
}
.aqua-quote-icon {
	display: block;
	width: 136px;
	height: 136px;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-repeat: no-repeat;
	background-position: -288px 0px;
	margin: 0px auto;
}
ul.product-action li h2 {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000;
	margin-top: 40px;
}
ul.product-action li p {
	font-size: 20px;
	line-height: 20px;
	color: #0f628a;
	margin: 7px 0px 40px 0px;
	padding: 0 38px;
}
ul.product-action li > a {
	display: inline-block;
	background-color: #95c93f;
	padding: 15px 25px;
	color: #fff;
	text-transform: capitalize;
	margin-right: -4px;
	font-size: 23px;
	line-height: 23px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
ul.product-action li > a:hover {
	background-color: #84b532;
}
.partner-logos {
	padding: 68px 0px;
	font-family: 'proxima_novalight';
	font-size: 18px;
	color: #000;
	text-align: center;
}
.partner-logos a {
	color: #00a1dd;
	text-decoration: underline;
}
.partner-logos a:hover {
	text-decoration: none;
}
ul.aquafold-users-logo {
	display: block;
	margin: 45px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.aquafold-users-logo li {
	display: inline-block;
	vertical-align: top;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-users-logo.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 38px;
	padding: 0px;
	margin: 0px 32px;
}
ul.aquafold-users-logo li.hsbc {
	background-position: 0px 0px;
}
ul.aquafold-users-logo li.ama {
	background-position: -120px 0px;
}
ul.aquafold-users-logo li.adp {
	background-position: -240px 0px;
}
ul.aquafold-users-logo li.hlinkedin {
	background-position: -360px 0px;
}
ul.aquafold-users-logo li.rbs {
	background-position: -480px 0px;
}
ul.aquafold-users-logo li a {
	display: block;
	width: 100%;
	height: 100%;
}
footer {
	display: block;
	background-color: #063b54;
	color: #fff;
	padding: 35px 0px;
}
ul.footer-url {
	display: block;
	text-align: center;
	list-style-type: none;
}
ul.footer-url li {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	margin: 0px 7px;
}
ul.footer-url li:last-child {
	margin: 0 0 0 30px;
}
ul.footer-url li a {
	color: #fff;
}
ul.footer-url li a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Product Pages Styling */
.aqua-prod {
	text-align: center;
	padding: 68px 0px;
}
.aqua-prod h1 {
	color: #00a1dd;
	font-family: 'proxima_novalight';
	font-size: 60px;
	line-height: 60px;
}
ul.aqua-products {
	display: block;
	margin: 0px;
	padding: 0px 10px;
	list-style-type: none;
	font-family: 'proxima_nova_rgregular';
}
ul.aqua-products li {
	display: inline-block;
	vertical-align: top;
	max-width: 326px;
	width: 31.8359%;
	margin-left: 1.3671%;
	margin-top: 65px;
	background-color: #eaf6fb;
	padding: 30px 30px 60px 30px;
	text-align: left;
}
ul.aqua-products li:first-child {
	margin-left: 0px;
}
ul.aqua-products li h2 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 18px;
}
ul.aqua-products li h3 {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 18px;
	margin-bottom: 24px;
	color: #00a1dd;
	min-height: 70px;
}
ul.aqua-products li img {
	margin-bottom: 25px;
	max-width: 100%;
	height: auto;
}
ul.aqua-products li p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	min-height: 90px;
}
ul.aqua-products li a {
	margin-top: 30px;
}
.download-note {
	padding: 0px 15px;
}
.download-note > h3 {
	font-family: 'proxima_novalight';
	font-size: 24px;
	color: #00a1dd;
	margin-top: 45px;
}
.download-note > p {
	font-family: 'proxima_nova_rgregular';
	font-size: 13px;
	margin-top: 18px;
}
/* Product download form */
.bottom-blue {
	display: block;
	position: relative;
}
.bottom-blue:after {
	display: block;
	content: "";
	width: 100%;
	height: 55px;
	background-color: #eaf6fb;
	padding: 0px;
	margin: -55px 0px 0px 0px;
}
/* Banner right image */
dl.aqua-right-img {
	display: block;
	margin: 68px 0px 0px 0px;
	padding: 0px 15px;
}
dl.aqua-right-img:after {
	display: block;
	content: "";
	clear: both;
	margin: 0px;
	padding: 0px;
}
.aqua-right-img a {
	text-decoration: underline;
}
.aqua-right-img a:hover {
	text-decoration: none;
}
dl.aqua-right-img dt {
	display: block;
	float: right;
	width: 42%;
}
dl.aqua-right-img dt img {
	max-width: 100%;
	height: auto;
}
dl.aqua-right-img dd {
	display: block;
	float: left;
	width: 58%;
	padding: 0px 50px 0px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
dl.aqua-right-img dd h1 {
	font-family: 'proxima_novalight';
	color: #00a1dd;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 23px;
}
dl.aqua-right-img dd h2 {
	font-family: 'proxima_novalight';
	color: #00a1dd;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 23px;
}
dl.aqua-right-img dd p {
	margin-bottom: 20px;
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 20px;
}
/* Banner left image */
dl.aqua-left-img {
	display: block;
	margin: 68px 0px 0px 0px;
	padding: 0px 15px;
}
dl.aqua-left-img:after {
	display: block;
	content: "";
	clear: both;
	margin: 0px;
	padding: 0px;
}
dl.aqua-left-img dt {
	display: block;
	float: left;
	width: 42%;
	text-align: left;
}
dl.aqua-left-img dt img {
	max-width: 100%;
	height: auto;
}
dl.aqua-left-img dd {
	display: block;
	float: left;
	width: 58%;
	padding: 0px 0px 0px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
}
dl.aqua-left-img dd h2 {
	font-family: 'proxima_novalight';
	color: #00a1dd;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 8px;
}
dl.aqua-left-img dd h2 > span {
	color: #063b54;
}
dl.aqua-left-img dd p {
	margin-bottom: 25px;
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 22px;
}
dl.aqua-left-img dd p:nth-of-type(1) {
	font-family: 'proxima_nova_rgbold';
	font-size: 17px;
	line-height: 17px;
	color: #063b54;
	margin-bottom: 30px;
}
dl.aqua-left-img dd > a.aqua-cta-green-md {
	margin-right: 30px;
}
.aqua-form {
	display: block;
	width: 50%;
	font-family: 'proxima_novalight';
	font-size: 16px;
	margin-bottom: 40px;
	margin-left: 15px;
}
.aqua-form:after {
	display: block;
	content: "";
	clear: both;
	margin: 0px;
	padding: 0px;
}
.aqua-form input, .aqua-form select {
	background-color: #eaf6fb;
	border: none;
	box-shadow: 0px 2px #000;
	-webkit-box-shadow: 0px 2px #000;
	-moz-box-shadow: 0px 2px #000;
	font-family: 'proxima_novalight';
	font-size: 16px;
	height: 22px;
	margin-top: 30px;
}
.aqua-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	background-image: url(/Presentation/Aquafold/Assets/Images/down-arrow-blue.png);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}
/* .aqua-form select:after{display:block; content:""; background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png); background-position:-429px -52px; width:20px; height:18px; position:absolute; top:10px; right:10px;} */


.half-field {
	width: 45%;
	float: left;
	margin-right: 5%;
}
.full-field {
	width: 95%;
	clear: left;
}
dl.captcha-img {
	display: block;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
dl.captcha-img dt {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 180px;
	height: 50px;
}
dl.captcha-img dd {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	height: 50px;
}
.captcha-refresh {
	display: block;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-position: -429px -78px;
	width: 20px;
	height: 18px;
	margin: 6px 0px 0px 20px;
	cursor: pointer;
}
.captcha-sound {
	display: block;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-position: -429px -103px;
	width: 20px;
	height: 18px;
	margin: 6px 0px 0px 20px;
	cursor: pointer;
}
.btn-free-start {
	display: inline-block;
	width: 100%;
	clear: left;
	margin-top: 40px;
}
/*Product Download */
ul.tabs {/* max-width:1024px; width:100%; margin:0px auto;*/
	padding: 0px 0px 0px 15px;
	list-style: none;
	position: relative;
}
ul.tabs > li {
	background: none;
	border-top: 1px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	background-color: #d0d0d0;
	margin-right: 6px;
	font-family: 'proxima_nova_rgregular';
	font-size: 24px;
	line-height: 23px;
	position: relative;
}
ul.tabs > li:hover {
	background-color: #063b54;
}
ul.tabs > li:hover:after {
	display: block;
	content: "";
	margin: 0px;
	padding: 0px;
	width: 33px;
	height: 16px;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-position: -458px -2px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
}
ul.tabs > li.current {
	background-color: #063b54;
	color: #fff;
}
ul.tabs > li.current:after {
	display: block;
	content: "";
	margin: 0px;
	padding: 0px;
	width: 33px;
	height: 16px;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-position: -458px -2px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
}
	ul.tabs > li > a, ul.tabs > li > span {
		line-height: 57px;
		height: 57px;
		display: block;
		padding: 0 20px;
	}
.tab-content {
	display: none;
	padding: 45px 0px 0px 15px;
	width: 100%;
}
.tab-content.current {
	display: inherit;
}
.tab-content > ul.download-product {
	display: block;
	margin: 0px 0px 35px 0px;
	padding: 0px;
	list-style-type: none;
}
.tab-content > ul.download-product > li {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}
/* Radio Button */
[type="radio"].window-radio:checked, [type="radio"].window-radio:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"].window-radio:checked + label, [type="radio"].window-radio:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #000;
}
[type="radio"].window-radio:checked + label:before, [type="radio"].window-radio:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
[type="radio"].window-radio:checked + label:after, [type="radio"].window-radio:not(:checked) + label:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #000;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"].window-radio:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
[type="radio"].window-radio:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
/* Check Box */
input[type=checkbox].pro-filter:checked, input[type=checkbox].pro-filter:not(:checked) {
	position: absolute;
	left: -9999px;
}
input[type=checkbox].pro-filter:checked + label, input[type=checkbox].pro-filter:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	display: inline-block;
	color: #000;
}
input[type=checkbox].pro-filter:checked + label:before, input[type=checkbox].pro-filter:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #ddd;
	background: #f5f5f4;
	border-radius: 18%;
	-moz-border-radius: 18%;
	-webkit-border-radius: 18%;
}
input[type=checkbox].pro-filter:checked + label:before {
	border: 1px solid #1aa2da;
	border-radius: 18%;
	-moz-border-radius: 18%;
	-webkit-border-radius: 18%;
}
input[type=checkbox].pro-filter:checked + label:after, input[type=checkbox].pro-filter:not(:checked) + label:after {
	content: '';
	width: 9px;
	height: 9px;
	background: #1aa2da;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 18%;
	-moz-border-radius: 18%;
	-webkit-border-radius: 18%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input[type=checkbox].pro-filter:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
input[type=checkbox].pro-filter:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.tab-content ul.download-product li > label > span {
	display: inline-block;
	margin-right: 35px;
}
.tab-content ul.download-product li > label > span:first-child {
	min-width: 330px;
	font-family: 'proxima_nova_rgbold';
	font-size: 17px;
}
.tab-content ul.download-product li > label > a {
	display: inline-block;
}
.tab-content > h3 {
	font-family: 'proxima_novalight';
	font-size: 24px;
	color: #00a1dd;
	margin-top: 45px;
}
.tab-content > p {
	font-family: 'proxima_nova_rgregular';
	font-size: 13px;
	margin-top: 18px;
	color: #000;
}
/* Product Feature */
.aqua-data {
	padding-top: 20px;
}
.aqua-data h3 {
	color: #00a1dd;
	font-family: 'proxima_novalight';
	font-size: 36px;
	line-height: 36px;
	margin: 0px 15px 45px 15px;
}
ul.aqua-features {
	display: block;
	margin: 0px 0px 0px 15px;
	;
	padding: 0px;
	text-align: left;
}
ul.aqua-features li {
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
	width: 45%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 60px;
}
ul.aqua-features li h4 {
	font-family: 'proxima_novalight';
	font-size: 24px;
	line-height: 24px;
	color: #00a1dd;
	margin: 0px 0px 5px 0px;
}
ul.aqua-features li p {
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	line-height: 22px;
}
ul.aqua-features li span {
	display: inline-block;
}
ul.aqua-features li a {
	display: inline-block;
	margin: 17px 8px 7px 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
}
ul.aqua-features li a.video {
	width: 47px;
	height: 46px;
	background-position: -458px -24px;
}
ul.aqua-features li a.detail {
	width: 47px;
	height: 46px;
	background-position: -458px -80px;
}
ul.aqua-features li a.image {
	width: 47px;
	height: 46px;
	background-position: -515px -24px;
}
.support-page {
	margin: 50px 0px;
}
.support-blue {
	background-color: #eaf6fb;
	margin-top: 50px;
	padding-bottom: 68px;
}
ul.aqua-product-filter {
	display: block;
	margin: 0px 0px 50px;
	padding: 0px 15px;
	list-style-type: none;
}
ul.aqua-product-filter > li {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}
ul.aqua-product-filter > li > h2 {
	font-family: 'proxima_nova_rgregular';
	font-size: 18px;
	line-height: 18px;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
ul.aqua-product-filter > li:first-child {
	min-width: 145px;
	max-width: 145px;
	width: 100%;
}
ul.aqua-product-filter > li:first-child > h3 {
	font-family: 'proxima_nova_rgregular';
	font-size: 18px;
	line-height: 18px;
	color: #00a1dd;
	margin: 0px 0px 10px 0px;
}
ul.aqua-product-filter > li:last-child {/* max-width:750px; */
	width: 75%;
	border-left: 1px solid #000;
	margin-left: 25px;
	padding: 0px 40px 0px 25px;
}
ul.aqua-product-filter > li:last-child > h3 {
	font-family: 'proxima_nova_rgregular';
	font-size: 18px;
	line-height: 18px;
	color: #00a1dd;
	margin: 0px 0px 5px 0px;
}
ul.aqua-product-filter > li > p {
	margin-bottom: 25px;
	font-size: 15px;
}
ul.aqua-product-filter > li > p:last-child {
	margin: 0px;
}
ul.aqua-product-filter > li > ul {
	display: block;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.aqua-product-filter > li > ul li {
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	line-height: 15px;
	color: #000;
	margin-bottom: 7px;
}
ul.aqua-support-tab {
	display: block;
	background-color: #eaf6fb;
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}
ul.aqua-support-tab > li {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}
ul.aqua-support-tab > li:first-child {
	width: 72.0703%;
	border-right: 1px solid #000;
	color: #000;
	margin: 0px 30px 0px 0px;
	padding: 0px 30px 0px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.aqua-support-tab > li:last-child {
	width: 23.0468%;
	color: #000;
}
ul.aqua-support-tab > li:last-child > p:nth-of-type(2n+1) {
	font-weight: bold;
}
ul.aqua-support-tab > li:last-child > p:nth-of-type(2n+2) {
	margin-bottom: 20px;
}
ul.aqua-support-tab > li h2 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin: 0px 0px 27px 0px;
}
ul.aqua-support-tab > li p {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	color: #000;
}
ul.aqua-support-tab > li > ol {
	display: block;
	margin: 25px 0px 0px 19px;
	padding: 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	color: #000;
}
ul.aqua-support-tab > li > ol li {
	margin-bottom: 15px;
}
ul.aqua-support-tab > li > ol li:last-child {
	margin-bottom: 50px;
}
.light-blue-bg {
	background-color: #eaf6fb;
	margin-left: -15px;
	padding: 50px 0px;
}
.support-note {
	padding: 50px 15px 0px 15px;
}
.support-note > h3 {
	font-family: 'proxima_novalight';
	font-size: 24px;
	line-height: 24px;
	color: #00a1dd;
	margin: 0px 0px 17px 0px;
}
.support-note > p {
	color: #000;
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	line-height: 18px;
	color: #000;
}
.support-note > p:nth-of-type(2n+1) {
	font-weight: bold;
}
.support-note > p:nth-of-type(2n+2) {
	margin-bottom: 20px;
}
.subscribe {
	display: block;
	max-width: 372px;
	width: 100%;
	height: 42px;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 45px 0px 30px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 18px;
	color: #99948c;
	padding: 0px 15px;
}
.support-blue h2 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin-bottom: 27px;
}
.support-blue p {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	color: #000;
	margin-bottom: 40px;
}
/* Buy Tabs */
.buy-now-page {
	margin: 50px 0px;
}
dl.buy-new-pro {
	display: block;
	margin: 0px;
	padding: 0px 6px;
}
dl.buy-new-pro dt {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0px 20px 0px 0px;
	background-color: #eaf6fb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px;
}
dl.buy-new-pro dd {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0px;
	background-color: #eaf6fb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px;
}
dl.buy-new-pro dt > img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

dl.buy-new-pro dt > h1 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin-bottom: 15px;
}
dl.buy-new-pro dt > h1 > span, dl.buy-new-pro dd > h1 > span {
	color: #063b54;
}

dl.buy-new-pro dt > h2 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin-bottom: 15px;
}
dl.buy-new-pro dt > h2 > span, dl.buy-new-pro dd > h2 > span {
	color: #063b54;
}
dl.buy-new-pro dt > p {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	color: #000;
	margin-bottom: 30px;
}
dl.buy-new-pro dt > p:nth-of-type(2) {
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-bottom: 13px;
}
dl.buy-new-pro dt > h3 {
	font-family: 'proxima_nova_rgregular';
	font-size: 24px;
	line-height: 27px;
	color: #95c93f;
	margin-bottom: 15px;
}
dl.buy-new-pro dt > label {
	display: block;
	margin-bottom: 27px;
}
dl.buy-new-pro dt > a.aqua-cta-green-sm, dl.buy-new-pro dd > a.aqua-cta-green-sm {
	margin-right: 15px;
}
.qty {
	display: inline-block;
	width: 55px;
	height: 33px;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 18px;
	color: #99948c;
	padding: 0px 15px;
}
dl.buy-new-pro dd > img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
dl.buy-new-pro dd > h2 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin-bottom: 15px;
}
dl.buy-new-pro dd > p {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	color: #000;
	margin-bottom: 30px;
}
ul.buy-product {
	display: block;
	margin: 0px 0px 65px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.buy-product li {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	color: #000;
	line-height: 15px;
	margin-bottom: 14px;
}
ul.buy-product li label span {
	display: inline-block;
	margin-right: 10px;
}
ul.buy-product li label span:nth-of-type(1) {
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 18px;
	min-width: 105px;
}
ul.buy-product li label span:nth-of-type(2) {
	min-width: 105px;
}
ul.buy-product li label span:nth-of-type(3) {
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 18px;
	color: #95c93f;
}
.buy-renew {
	background-color: #eaf6fb;
	max-width: 740px;
	width: 100%;
	padding: 40px 30px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	color: #000;
}
.buy-renew h2 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin-bottom: 15px;
}
.buy-renew p {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	color: #000;
	margin-bottom: 30px;
}
.buy-renew > label {
	display: block;
}
.buy-renew > label > span {
	display: inline-block;
	max-width: 160px;
	width: 100%;
	margin: 12px 12px 0px 0px;
}
.renew-form-field {
	display: inline-block;
	max-width: 372px;
	width: 100%;
	height: 42px;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 0px 0px 50px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 18px;
	color: #99948c;
	padding: 0px 15px;
}
.pay-form-field {
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
	width: 100%;
	height: 42px;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 0px 0px 15px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 18px;
	color: #99948c;
	padding: 0px 15px;
}
.doller-amt-field {
	display: inline-block;
	vertical-align: top;
	max-width: 165px;
	width: 100%;
	height: 42px;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 0px 0px 15px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 18px;
	color: #99948c;
	padding: 0px 15px;
}
.pay-form-doller {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 42px;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 0px -5px 15px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 18px;
	color: #99948c;
	padding: 0px 9px;
}
.buy-renew > label:nth-of-type(2) {
	margin-bottom: 30px;
}
.buy-renew > p:nth-of-type(3), .buy-renew > p:nth-of-type(4) {
	margin-bottom: 9px;
}
.blue-text {
	color: #00a1dd;
}
.buy-form-container {
	max-width: 950px;
	width: 100%;
	margin: 0px;
	padding: 0px 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}
.order-info {
	background-color: #ebf6fc;
	padding: 30px;
	margin-bottom: 20px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
}
.order-info > h2 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin-bottom: 15px;
}
.order-info p:nth-of-type(2) {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	margin-top: 30px;
}
.order-result > span:nth-of-type(1) {
	font-weight: bold;
	margin-right: 15px;
}
.order-result > span:nth-of-type(3) {
	display: inline-block;
	font-weight: bold;
	margin-left: 25px;
}
.total-order {
	font-family: 'proxima_novalight';
	font-size: 36px;
	line-height: 36px;
	color: #00a1dd;
}
.total-order > span {
	color: #95cb41;
}
dl.bill-tech-contact {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
dl.bill-tech-contact:after {
	display: block;
	content: "";
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
dl.bill-tech-contact dt {
	display: block;
	float: left;
	width: 48%;
	margin-right: 2%;
	background-color: #eaf6fb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px;
}
dl.bill-tech-contact dd {
	display: block;
	float: right;
	width: 48%;
	background-color: #eaf6fb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px;
}
dl.bill-tech-contact dt > h2, dl.bill-tech-contact dd > h2 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin-bottom: 20px;
}
dl.bill-tech-contact dt > p {
	color: #083957;
}
table.order-result {
	width: 100%;
	font-size: 17px;
	line-height: 20px;
}
table.order-result tr td {
	padding-bottom: 15px;
}
table.order-result tr td:first-child {
	width: 35%;
}
table.order-result tr td:last-child {
	width: 65%;
}
.edit-order {
	font-family: 'proxima_novalight';
	font-size: 22px;
	color: #95c93f;
	display: inline-block;
	margin: 25px 0px 0px 30px;
	text-decoration: underline;
}
.quote-detail {
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #063c54;
}
.quote-detail > span:first-child {
	display: inline-block;
	min-width: 165px;
	margin-right: 30px;
}
.quote-detail > span:last-child {
	font-weight: bold;
}
.cc-detail {
	margin: 20px 0px 0px 0px;
}
.cc-detail label {
	display: block;
	width: 100%;
	clear: right;
}
.cc-detail label > span {
	display: inline-block;
	max-width: 130px;
	width: 100%;
	margin: 10px 10px 0px 0px;
	color: #083a55;
}
.cc-field {
	display: inline-block;
	vertical-align: top;
	max-width: 235px;
	width: 100%;
	height: 42px;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 0px 0px 10px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 18px;
	color: #99948c;
	padding: 0px 15px;
}
.cc-icons {
	display: inline-block;
	max-width: 235px;
	width: 100%;
	text-align: center;
	float: right;
	margin: 0px 10px 15px 0px;
}
.cc-icons > span {
	display: inline-block;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 19px;
	margin: 0px 5px;
}
.cc-icons > span.american-cc {
	background-position: 0px -146px;
}
.cc-icons > span.discover-cc {
	background-position: -38px -146px;
}
.cc-icons > span.visa-cc {
	background-position: -76px -146px;
}
.cc-icons > span.master-cc {
	background-position: -114px -146px;
}
.cc-list {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 42px;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 0px -4px 10px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 18px;
	color: #99948c;
	padding: 0px 9px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	background-image: url(/Presentation/Aquafold/Assets/Images/down-arrow-blue.png);
	background-repeat: no-repeat;
	background-position: 85% 55%;
	cursor: pointer;
}
.cc-detail label > select.cc-list:nth-of-type(1) {
	margin-right: 30px;
}
label.add-detail {
	display: block;
	margin: 35px 0px 140px 0px;
}
label.add-detail span {
	display: inline-block;
	max-width: 130px;
	width: 100%;
	margin: 10px 10px 0px 0px;
	color: #083a55;
}
.ur-contact {
	margin-top: 40px;
}
.ur-contact > label {
	display: block;
}
.ur-contact > label span {
	display: inline-block;
	max-width: 130px;
	width: 100%;
	margin: 10px 10px 0px 0px;
	color: #083a55;
}
ul.pro-order {
	display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.pro-order li {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
	color: #000;
	line-height: 15px;
	margin-bottom: 14px;
}
ul.pro-order li label span {
	display: inline-block;
	margin-right: 10px;
}
ul.pro-order li label span:nth-of-type(1) {
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 18px;
	min-width: 150px;
}
ul.pro-order li label span:nth-of-type(2) {
	min-width: 190px;
}
ul.pro-order li label span:nth-of-type(3) {
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 18px;
	color: #95c93f;
}
.ord-inf {
	display: block;
	margin-top: 40px;
}
.ord-inf > span {
	display: inline-block;
	margin-right: 10px;
}
.ord-inf > a {
	display: inline-block;
	margin-left: 10px;
}
.bill-cont {
	margin: 25px 0px;
}
.billing-list {
	display: inline-block;
	vertical-align: top;
	width: 235px;
	height: 42px;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 0px -4px 10px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 18px;
	color: #99948c;
	padding: 0px 9px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	background-image: url(/Presentation/Aquafold/Assets/Images/down-arrow-blue.png);
	background-repeat: no-repeat;
	background-position: 93% 55%;
	cursor: pointer;
}
dl.bill-tech-contact dd > .bill-cont {
	margin-top: 45px;
}
dl.pay-option {
	display: block;
	margin: 0px;
	padding: 0px;
}
dl.pay-option dt {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 25px 0px 0px;
}
dl.pay-option dd {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
/*Damon's Additions ================================================================================================ */
.displayGroup {
	white-space: nowrap;
}
.product-nav-container {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 50px auto -20px auto;
	padding: 0px 0px 0px 15px;
}
.product-nav-container ul {
	display: block;
	box-sizing: border-box;
	width: 1024px;
	margin: 0px auto;
	padding: 0px 0px 0px 7px;
	list-style: none;
}
.product-nav-container ul li {
	display: block;
	box-sizing: border-box;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
.product-nav-container ul li a {
	font-family: 'proxima_nova_rgregular';
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px 15px 10px 15px;
	font-size: 18px;
	line-height: 18px;
	background-color: #d0d0d0;
	color: #ffffff;
	transition: all .22s;
	position: relative;
}
.product-nav-container ul li a:hover {
	background-color: #c1c0c0;
	transition: all .22s;
}
.product-nav-container ul li a.current-tab {
	font-family: 'proxima_nova_rgregular';
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px 15px 10px 15px;
	font-size: 18px;
	line-height: 18px;
	background-color: #073a55;
	color: #ffffff;
	transition: all .22s;
	position: relative;
	pointer-events: none;
}
.product-nav-container ul li a.current-tab:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #073a55;
	border-bottom: 0;
	margin-left: -12px;
	margin-bottom: -12px;
}
/*Product Page Styles =================================================================================================== */
.product-page-header {
	display: block;
	box-sizing: border-box;
	margin: 70px auto 0px auto;
	padding: 0px 0px 40px 15px;
	width: 1024px;
}
.product-page-header h1 {
	color: rgb(0, 161, 221);
	display: block;
	font-family: 'proxima_novalight';
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(0, 161, 221);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
}
.product-page-header h1 span {
	color: rgb(6, 59, 84);
}
.product-page-header h2 {
	color: rgb(0, 161, 221);
	display: block;
	font-family: 'proxima_novalight';
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(0, 161, 221);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
}
.product-page-header h2 span {
	color: rgb(6, 59, 84);
}
.product-table-content-container {
	padding: 0px 15px 0px 15px;
}
.product-table-content-container table {
	font-family: 'proxima_novalight';
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
.product-table-content-container tr {
	background: #ffffff;
}
.product-table-content-container tr:nth-of-type(odd) {
	background: #f1f9fc;
}
.product-table-content-container th {
	background: #ffffff;
	color: rgb(6, 59, 84);
	font-family: 'proxima_nova_rgbold';
	padding: 10px;
	border-color: #a5daf0;
	border-width: 1px;
	border-style: solid;
}
.product-table-content-container td, product-table-content-container th {
	padding: 10px;
	border: 1px solid #a5daf0;
	text-align: left;
	vertical-align: top;
}
.product-table-content-container td.fixed, product-table-content-container th.fixed {
	white-space: nowrap;
}
.product-just-released {
	display: block;
	background-color: orange;
	color: #ffffff;
	font-family: 'proxima_nova_rgbold';
	font-size: 11px;
	text-align: center;
	padding: 3px 0px 3px 0px;
	text-shadow: 0px 0px 4px orangered;
}
.versionTD a {
	font-family: 'proxima_nova_rgbold' !important;
}
.releaseTD {
	font-family: 'proxima_novalight';
}
.featuresTD {
	font-family: 'proxima_novalight';
}
.featuresTD span {
	font-family: 'proxima_nova_rgbold' !important;
}
.featuresTD a {
	white-space: nowrap !important;
}
/*features content*/
.product-feature-hr {
	border: 0;
	height: 2px;
	background: #fff;
	margin: 50px 0px 0px 0px;
}
.product-content-container {
	padding: 0px 0px 0px 15px;
}
.product-features-content-right {
	display: block;
	box-sizing: border-box;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 482px;
	float: right;
}
.product-features-content-left {
	display: block;
	box-sizing: border-box;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 482px;
	float: left;
}
.product-features-content-left h3 {
	font-family: 'proxima_nova_rgregular';
	font-size: 24px;
	line-height: 24px;
	color: #1aa2db;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.product-features-content-left h3 span {
	color: #063b53;
}
.product-features-content-left p {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 20px;
	color: #063b53;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.product-features-content-left ul {
	display: block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 18px;
	color: #063b53;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	list-style: none;
	width: 200px;
	float: left;
}
.product-features-content-left ul li {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.product-features-content-left ul li a:hover {
	text-decoration: underline;
}
.product-features-content-left ul li span {
	display: block;
	font-size: 11px;
	line-height: 13px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.textCallout {
	font-family: 'proxima_nova_rgbold' !important;
}
.product-features-video-box {
	background-color: #0a3b53;
}
.videoCaption {
	display: block;
	padding: 8px 0px 11px 0px;
	font-size: 14px;
	line-height: 14px;
	color: #9CD7E9 !important;
	text-align: center;
}
.videoDownloadTXT {
	padding-top: 5px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}
.product-features-video-link {
	display: block;
	border: 1px solid #9CD7E9;
	background-color: #ffffff;
	padding: 8px 16px 8px 16px;
	margin: 0px 0px 10px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.product-features-video-watch-link {
	float: left;
}
.product-features-video-download-link {
	float: right;
}
video {
	cursor: pointer;
}
.docFix {
	white-space: nowrap;
}
.docTextCallout, .docTextCallout a {
	font-family: 'proxima_nova_rgbold' !important;
	padding-top: 15px;
}
.videoDescLine {
	padding: 0px 0px 10px 0px;
}
.video-view {
	display: block;
	background-color: #1aa2db;
	color: #ffffff;
	padding: 10px 16px 8px 16px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	width: 140px;
}
.videoDescLine {
	font-family: 'proxima_novalight';
}
.videoDescLine small {
	font-size: 12px;
	line-height: 12px;
}
.videoH4 {
	font-size: 20px !important;
	line-height: 20px !important;
	font-family: 'proxima_nova_rgbold' !important;
	padding: 15px 0px 30px 15px !important;
}
.videoThumb {
	display: block;
	margin: 0px auto 0px auto;
}
/*Home page additions from old site*/
.spotlight-wrapper {
	padding: 0px 0px 0px 0px;
}
.hp-product-spotlight-content {
	font-family: 'proxima_nova_rgregular';
	display: block;
	box-sizing: border-box;
	width: 500px;
	float: left;
}
.hp-product-spotlight-content h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 24px;
	line-height: 26px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	color: #000000;
}
.hp-product-spotlight-content p {
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	line-height: 19px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	color: #0f628a;
}
.hp-product-spotlight-content p a {
	font-family: 'proxima_nova_rgbold';
}
.home-just-released {
	display: inline-block;
	background-color: orange;
	color: #ffffff;
	font-family: 'proxima_nova_rgbold';
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	padding: 3px 10px 3px 10px;
	text-shadow: 0px 0px 4px orangered;
	vertical-align: text-top;
}
/*home page carousel*/
.hp-product-spotlight-img {
	display: block;
	box-sizing: border-box;
	width: 476px;
	min-height: 300px;
	float: right;
}
.hp-carousel-box {
	display: block;
	box-sizing: border-box;
	width: 476px;
	height: 325px;
	position: relative;
	overflow: hidden;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.hp-carousel-caption {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	bottom: 0px;
	font-size: 15px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}
._tabs {
	display: block;
	text-align: center;
	padding-top: 10px;
}
._tabs li {
	display: inline-block;
}
._tabs li a {
	display: block;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	background-color: #00a1dd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 5px 0px 5px;
}
._here a {
	background-color: #2d2d2d !important;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	color: #2d2d2d;
}
.callout-boxes {
	padding: 60px 0px 70px 0px;
	font-family: 'proxima_novalight';
	font-size: 18px;
	color: #000;
	text-align: center
}
.callout-boxes ul {
	display: block;
	box-sizing: border-box;
	font-size: 0px;
}
.callout-boxes ul li {
	display: inline-block;
	box-sizing: border-box;
	width: 241px;
	height: 300px;
	background-color: #f5f5f4;
	font-size: 15px;
	padding: 15px;
	margin: 0px 20px 0px 0px;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: top;
}
.callout-boxes ul li:last-of-type {
	margin: 0px 0px 0px 0px;
}
.callout-boxes ul li h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 17px;
	line-height: 19px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.callout-boxes ul li p {
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 17px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.mobileUnbreak {
	display: inline;
}
/*Overview Tab Styles ======================================================== OVERVIEW TABS */
.af-overview-hero-wrapper {
	display: block;
	width: 100%;
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
.af-overview-hero-box {
	display: block;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 15px;
}
.af-overview-hero-carousel {
	display: block;
	box-sizing: border-box;
	width: 476px;
	height: 325px;
	float: left;
}
.af-overview-herop-content {
	display: block;
	box-sizing: border-box;
	width: 485px;
	height: 325px;
	float: right;
}
.af-overview-herop-content h1 {
	font-family: 'proxima_novalight';
	color: #00a1dd;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 25px;
}
.af-overview-herop-content h1 span {
	color: #063b54;
}
.af-overview-herop-content h2 {
	font-family: 'proxima_novalight';
	color: #00a1dd;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 25px;
}
.af-overview-herop-content h2 span {
	color: #063b54;
}
.af-title-release {
	display: inline-block;
	background-color: #F5861F;
	color: #FFFFFF !important;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
	padding: 5px 8px 5px 8px;
}
.af-overview-herop-content h3 {
	font-family: 'proxima_nova_rgbold';
	color: #063b54;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 8px;
}
.af-overview-herop-content p {
	margin-bottom: 29px;
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 22px;
}
.af-overview-herop-content p span {
	font-family: 'proxima_nova_rgbold';
}

.af-overview-hero-cta-white {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    color: #95c93f;
    background-color: #fff;
    border-color: #95c93f;
    border-style: solid;
    padding: 22px 30px;
    font-family: 'proxima_nova_rgregular';
    font-size: 30px;
    line-height: 30px;
    transition: all 0.22s;
    transition-property: all;
    transition-duration: 0.22s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.af-overview-hero-cta-white:hover {
    color: #fff;
    background-color: #84b532;
}

.af-overview-hero-cta-margin-left {
    margin-left: 20px;
}


.af-overview-hero-cta-green {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 22px 30px;
	font-family: 'proxima_nova_rgregular';
	font-size: 30px;
	line-height: 30px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.af-overview-hero-cta-green:hover {
	background-color: #84b532;
}

.af-overview-hero-cta-margin {
    margin-top: -30px;
}

.af-overview-hero-cta-blue {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    color: #fff;
    background-color: #00a1dd;
    padding: 22px 30px;
    font-family: 'proxima_nova_rgregular';
    font-size: 30px;
    line-height: 30px;
    transition: all 0.22s;
    transition-property: all;
    transition-duration: 0.22s;
    transition-timing-function: ease;
    transition-delay: 0s;
    margin: 0px 0px 0px 20px;
}
.af-overview-hero-cta-blue:hover {
	background-color: #1e638a;
}
.af-Lead-Paragraph {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
}
.af-Lead-Paragraph span, .af-Lead-Paragraph a {
	font-family: 'proxima_nova_rgbold';
}
.af-overview-h3 {
	font-family: 'proxima_nova_rgregular';
	font-size: 30px !important;
	line-height: 30px !important;
	margin: 40px 0px 0px 0px !important;
	padding: 0px 0px 0px 15px;
}
.af-rule {
	display: block;
	margin: 10px 0px 30px 16px;
	border-width: 0px;
	height: 1px;
	background-color: #bbe5f5;
}
.af-overview-features-wrap {
	padding: 0px 0px 0px 15px;
}
.af-overview-feature-content-left {
	float: left;
	width: 475px;
}
.af-overview-feature-content-right {
	float: right;
	width: 475px;
}
.af-overview-feature-content-left h4, .af-overview-feature-content-right h4 {
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.af-overview-feature-content-left p, .af-overview-feature-content-right p, .af-overview-feature-content-left p a, .af-overview-feature-content-right p a {
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.linear-links {
	padding: 0px 0px 30px 0px;
	font-size: 15px;
	line-height: 20px;
}
.af-overview-feature-content-left a.afterLinks, .af-overview-feature-content-right a.afterLinks {
	display: block;
}
.af-overview-feature-callout {
	display: inline-block;
	background-color: #F5861F;
	color: #FFFFFF !important;
	font-size: 14px;
	line-height: 14px;
	padding: 2px 8px 2px 8px;
	position: relative;
	top: -4px;
}
.af-overview-feature-content-left ul, .af-overview-feature-content-right ul {
	list-style-position: outside;
	margin: 0px 0px 0px 17px;
}
.af-overview-feature-content-left ul li, .af-overview-feature-content-right ul li {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.af-overview-feature-content-left ul li span, .af-overview-feature-content-right ul li span {
	display: inline-block;
	background-color: #F5861F;
	color: #FFFFFF !important;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 8px 2px 8px;
	position: relative;
	top: -2px;
}
.af-icon-ul {
	list-style: none;
	margin: 0px 0px 0px 26px !important;
}
.af-icon-ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
.af-icon-ul li img {
	margin: 0px 0px 0px -26px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 0px;
}
.af-two-col-list {
	list-style: none;
	margin: 0px 0px 0px 0px !important;
}
.af-two-col-list li {
	font-family: 'proxima_novalight';
	display: block !important;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px !important;
}
.af-two-col-list li a, .af-two-col-list li em {
	font-family: 'proxima_nova_rgregular';
	float: left;
	display: block;
	font-style: normal;
}
.af-two-col-list li div {
	float: right;
	display: block;
	font-family: 'proxima_novalight';
}
.af-overview-highlights-group {
	position: relative;
	padding: 0px 0px 20px 0px;
}
.af-overview-highlights-icon {
	position: absolute;
}
.af-overview-highlights-content {
	font-family: 'proxima_novalight';
	position: relative;
	margin: 0px 0px 0px 40px;
}
.linkgroup {
	position: relative;
	padding: 0px 0px 10px 0px;
}
/*What's New Tab Styles ===================================== WHAT'S NEW TABS */
.af-subscribe-box {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 15px;
	margin: 20px 0px 0px 0px;
}
.af-subscribe-box h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 16px;
	line-height: 16px;
}
.af-subscribe-TXT {
	display: inline-block;
	box-sizing: border-box;
	width: 300px;
	height: 30px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #9CD7E9;
	border-right: 0px;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	font-size: 14px;
	color: #0a3b53;
}
.af-subscribe-BTN {
	display: inline-block;
	box-sizing: border-box;
	width: 90px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	background-color: #00A1DD;
}
/*Aqua Data Server Features Styles ============================ Aqua Data Server Features Styles */
.product-page-header h3 {
	font-family: 'proxima_nova_rgbold';
	color: #000000;
	font-size: 18px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.af-four-hero-box {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0px auto 0px auto;
}
.af-feature-hero-section-left {
	display: block;
	box-sizing: border-box;
	width: 490px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.af-feature-hero-section-right {
	display: block;
	box-sizing: border-box;
	width: 490px;
	height: auto;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.af-feature-hero-section-left-txt {
	float: left;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	font-family: 'proxima_novalight';
	position: relative;
	height: 300px;
	width: 190px;
	background-image: url(/Presentation/Aquafold/Assets/Images/adserver-arrow-top-left.png);
}
.af-feature-hero-section-leftbtm-txt {
	float: left;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	font-family: 'proxima_novalight';
	position: relative;
	height: 300px;
	width: 190px;
	background-image: url(/Presentation/Aquafold/Assets/Images/adserver-arrow-btm-left.png);
}
.af-feature-hero-section-right-txt {
	float: right;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	font-family: 'proxima_novalight';
	position: relative;
	height: 300px;
	width: 190px;
	background-image: url(/Presentation/Aquafold/Assets/Images/adserver-arrow-top-right.png);
}
.af-feature-hero-section-rightbtm-txt {
	float: right;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	font-family: 'proxima_novalight';
	position: relative;
	height: 300px;
	width: 190px;
	background-image: url(/Presentation/Aquafold/Assets/Images/adserver-arrow-btm-right.png);
}
.af-feature-hero-section-left-img {
	float: right;
	width: 300px;
	background-color: #00A1DD;
	padding: 2px;
}
.af-feature-hero-section-right-img {
	float: left;
	width: 300px;
	background-color: #00A1DD;
	padding: 2px;
}
.af-feature-hero-section-left-txt-box {
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: left;
}
.af-feature-hero-section-right-txt-box {
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: left;
}
.af-feature-hero-section-bottom-txt-box {
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	text-align: left;
}
.af-feature-hero-section-left-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 14px;
	padding-right: 10px;
}
.af-feature-hero-section-right-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 14px;
	padding-left: 10px;
}
.af-feature-hero-section-bottom-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 14px;
	padding-right: 10px;
}
.af-feature-hero-section-bottomR-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 14px;
	padding-left: 10px;
}
.af-feature-hero-section-left-txt-box ul li, .af-feature-hero-section-right-txt-box ul li {
	padding-top: 10px;
}
.af-feature-hero-section-bottom-txt-box ul li, .af-feature-hero-section-bottomR-txt-box ul li {
	padding-bottom: 10px;
}
.af-server-subnav-box {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
}
.af-server-subnav-box ul {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	width: 100%;
}
.af-server-subnav-box ul li {
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
 *display: inline;
	zoom: 1;
	width: 110px;
	vertical-align: top;
}
.af-server-subnav-box ul span.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}
.af-server-subnav-box ul li img {
	border: 1px solid #00A1DD;
}
.af-server-subnav-box ul li h5 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.af-server-subnav-box ul li p {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
	text-align: left;
}
.af-server-subnav-box ul li h6 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}
.af-server-subnav-box ul li div {
	margin: 2px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
}
.af-server-subnav-box ul li a {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 12px;
	color: #0F628A;
	text-decoration: underline;
}
/*Blue section styles >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.af-feature-threecol-box {
	padding: 0px 0px 0px 0px;
}
.af-feature-threecol-box h2 {
	font-family: 'proxima_nova_rgregular';
	font-size: 30px !important;
	line-height: 30px !important;
	margin: 20px 0px 20px 0px !important;
	padding: 0px 0px 0px 0px;
	color: #00A1DD;
}
.af-feature-col-one {
	display: block;
	box-sizing: border-box;
	width: 309px;
	float: left;
	margin: 0px 41px 0px 0px;
}
.af-feature-col-two {
	display: block;
	box-sizing: border-box;
	width: 309px;
	float: left;
	margin: 0px 41px 0px 0px;
}
.af-feature-col-three {
	display: block;
	box-sizing: border-box;
	width: 309px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.af-feature-col-one h4, .af-feature-col-two h4, .af-feature-col-three h4 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.af-feature-col-one p, .af-feature-col-two p, .af-feature-col-three p {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.af-feature-col-one img, .af-feature-col-two img, .af-feature-col-three img {
	display: block;
	border: 1px solid #00A1DD;
}
.af-feture-col-group {
	padding-bottom: 30px;
}
.af-feture-col-group ul {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 17px;
}
.af-feture-col-group ul li {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*Download pages =========================================================== Download pages */
.af-download-hero-box {
	display: block;
	box-sizing: border-box;
	padding-bottom: 60px;
}
.af-download-hero-txt {
	display: block;
	box-sizing: border-box;
	width: 600px;
	float: left;
}

.af-download-hero-txt h1 {
	color: #00A1DD;
	display: block;
	font-family: 'proxima_novalight';
	font-size: 30px;
	height: 70px;
	line-height: 35px;
	margin-bottom: 23px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.af-download-hero-txt h1 span {
	color: #0a3b53;
}

.af-download-hero-txt h2 {
	color: #00A1DD;
	display: block;
	font-family: 'proxima_novalight';
	font-size: 30px;
	height: 70px;
	line-height: 35px;
	margin-bottom: 23px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.af-download-hero-txt h2 span {
	color: #0a3b53;
}
.af-download-hero-txt p {
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.af-download-hero-ImgLinks {
	display: block;
	box-sizing: border-box;
	width: 350px;
	float: right;
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.af-download-hero-ImgLinks img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0px auto;
}
.af-download-hero-ImgLinks a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.af-download-callout {
	background-color: #00A1DD;
	text-align: center;
	color: #ffffff;
	padding: 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0px 0px 30px 15px;
}
.af-download-itembox {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #9cd7e9;
}
.af-download-item-topline {
	border-top: 1px solid #9cd7e9;
}
.af-download-title {
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	font-size: 15px;
	line-height: 15px;
	padding: 5px 10px 5px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	margin-right: 10px;
	float: left;
}
.af-download-title:hover {
	text-decoration: underline;
}
.af-download-version {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 15px;
	padding: 5px 10px 5px 10px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	border: 1px solid #eaf6fb;
	margin-right: 10px;
	float: right;
}
.af-download-exe {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 15px;
	padding: 5px 10px 5px 10px;
	color: #2d2d2d;
	background-color: #f4fafd;
	border: 1px solid #cfe9f4;
	margin-right: 10px;
	float: right;
	text-align: center;
	width: 250px;
}
.af-download-exe:hover {
	text-decoration: underline;
}
.af-download-changelog {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 15px;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	background-color: #00A1DD;
	border: 1px solid #00A1DD;
	margin-right: 10px;
	float: right;
}
.af-download-changelog:hover {
	background-color: #0F628A;
}
.af-download-download {
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	font-size: 15px;
	line-height: 15px;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	background-color: #95C93D;
	border: 1px solid #95C93D;
	float: right;
}
.af-download-download:hover {
	background-color: #76A03F;
}
.af-download-hero-cta-green {
	display: inline-block;
	margin-right: -4px;
	margin-bottom: 30px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 15px 25px;
	font-family: 'proxima_nova_rgregular';
	font-size: 24px;
	line-height: 24px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
	text-decoration: none !important;
}
.af-download-hero-cta-green:hover {
	background-color: #84b532;
}


/*Company pages =========================================================== Company pages */
.company-page-header {
	display: block;
	box-sizing: border-box;
	width: 1024px;
	margin: 50px auto 0px auto;
	padding: 0px 0px 0px 15px;
}
.companyH2 {
	color: #00A1DD;
	display: block;
	font-family: 'proxima_novalight';
	font-size: 33px;
	line-height: 36px;
	height: auto;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
.companyH3 {
	color: #000000;
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 22px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}
.companyH3 a {
	font-family: 'proxima_nova_rgbold' !important;
}
.af-company-colSet {
	display: block;
	box-sizing: border-box;
	padding: 30px 0px 0px 15px;
}
.af-company-colOne {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 480px;
}
.af-company-colTwo {
	display: block;
	box-sizing: border-box;
	float: right;
	width: 480px;
	border-left: 1px solid #9CD7E9;
	padding-left: 30px;
}
.af-company-colOne h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.af-company-colOne p {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.af-company-colOne a {
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.af-company-colOne hr {
	border-top: 1px solid #9CD7E9;
	margin: 20px 0px 20px 0px;
	clear: both;
}
.af-img-right {
	float: right;
}
.af-img-left {
	float: left;
}
.af-img-right div {
	background-color: #ffffff;
	border: 1px solid #9CD7E9;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 10px;
}
.af-img-right img.rightIMG {
	width: 130px;
	height: auto;
	margin: 0px 0px 0px 20px;
}
.af-img-left img {
	width: 130px;
	height: auto;
	margin: 0px 20px 0px 0px;
}
.af-timeline-items {
	padding: 0px 20px 20px 20px;
}
.af-timeline-items div.year {
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.af-timeline-items div.product {
	font-family: 'proxima_nova_rgregular';
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.af-timeline-items div.product span {
	color: #999;
}
/*customer list ================================== customer list */
.companyCusHeroList {
	display: block;
	list-style: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
.companyCusHeroList li {
	display: inline-block;
	list-style: none;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
.af-customerTBL {
	margin: 0px 0px 0px 15px;
}
.af-customerTBL tbody tr td {
	width: 25%;
	padding: 30px 0px 0px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 12px;
	line-height: 16px;
}
.af-customerTBL tbody tr td ul {
	list-style: none;
	padding-right: 20px;
}
.af-customerTBL tbody tr td h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 14px !important;
	line-height: 14px !important;
	color: #76A03F;
	padding: 20px 0px 5px 0px;
}
.companyH2body {
	color: #00A1DD !important;
	display: block !important;
	font-family: 'proxima_novalight' !important;
	font-size: 33px !important;
	line-height: 36px !important;
	height: auto !important;
	margin: 30px 0px 8px 0px !important;
	padding: 20px 0px 0px 15px !important;
}
.companyH3body {
	color: #000000 !important;
	display: block !important;
	font-family: 'proxima_nova_rgbold' !important;
	font-size: 18px !important;
	line-height: 22px !important;
	height: auto !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 30px 15px !important;
}
.companyH3 a {
	font-family: 'proxima_nova_rgbold' !important;
}
.companyH2body hr {
	border: 0;
	height: 1px;
	background: #9CD7E9;
	margin: 30px 0px 20px 0px;
}
/*Management Team ================================== Management Team */
.af-team-h4 {
	color: #000000;
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 24px;
	line-height: 24px;
	height: auto;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.af-team-box {
	padding: 30px 0px 0px 15px;
}
.af-team-photo {
	float: left;
	width: 125px;
	box-sizing: border-box;
}
.af-team-photo img {
	width: 125px;
	height: 155px;
	border: 1px solid #9CD7E9;
}
.af-team-txt {
	float: right;
	width: 860px;
	box-sizing: border-box;
}
.af-team-txt h5 {
	font-family: 'proxima_nova_rgbold';
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.af-team-txt h6 {
	font-family: 'proxima_nova_rgregular';
	color: #00A1DD;
	font-size: 17px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.af-team-txt p {
	font-family: 'proxima_novalight';
	color: #000000;
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.af-teamHR {
	border: 0;
	height: 1px;
	background: #9CD7E9;
	margin: 20px 0px 20px 0px;
}
/*News Room ================================== News Room */
.af-press-box {
	padding: 30px 0px 0px 15px;
}
.af-press-left {
	float: left;
	width: 730px;
}
.af-press-right {
	float: right;
	width: 225px;
}
.af-press-left h3, .af-press-right h3 {
	font-family: 'proxima_nova_rgbold';
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.af-press-left p {
	font-family: 'proxima_novalight';
	color: #000000;
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.af-press-right p {
	font-family: 'proxima_novalight';
	color: #000000;
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
/*Contact Us ================================== Contact Us */
.af-contact-box {
	padding: 30px 0px 0px 15px;
}
.af-contact-left {
	float: left;
	width: 360px;
}
.af-contact-right {
	float: right;
	width: 560px;
}
.af-contact-left h4 {
	font-family: 'proxima_nova_rgbold';
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.af-contact-left h5 {
	font-family: 'proxima_nova_rgbold';
	color: #000000;
	font-size: 15px;
	line-height: 15px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}
.af-contact-left p {
	font-family: 'proxima_novalight';
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.af-contact-left ul {
	list-style: none;
}
.af-contact-left li {
	font-family: 'proxima_novalight';
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
/*Licensing Pages ======================================= Licensing Pages */
.aqua-licensing h2 {
	font-size: 18px !important;
}
.aqua-licensing p {
	font-size: 14px !important;
}
/*Logo page ============================================= Logo page */
.af-logo-box {
	padding: 30px 0px 0px 15px;
}
.af-logo-h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.af-logo-p {
	font-family: 'proxima_novalight';
	font-size: 15px;
	line-height: 22px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.af-logo-box h3 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.af-logo-box h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 20px;
	margin: 40px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.af-logo-box ul {
	list-style: none;
}
.af-logo-box ul li {
	font-family: 'proxima_novalight' !important;
	display: inline-block;
	width: 256px !important;
	margin: 0px 15px 0px 0px;
}
.logo-banner-boxes {
	float: left;
	padding: 0px 40px 40px 0px;
}
/*Privacy Page ============================================ Privacy Page */
.af-privacy-box {
	padding: 30px 0px 0px 15px;
}
.af-privacy-box h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 20px;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.af-privacy-box p {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.af-privacy-box ul {
	list-style: lower-alpha;
	margin: 0px 0px 0px 19px;
}
.af-privacy-box li {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
/* Example Pages =========================================== Example Pages */
.af-example-content-box {
	padding: 0px 0px 0px 15px;
}
.af-example-content-box a {word-break: break-all;}
.af-example-hero-p {
	font-family: 'proxima_novalight';
	font-size: 18px;
	line-height: 21px;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.af-example-hero-h3 {
	font-family: 'proxima_nova_rgbold'!important;
	font-size: 21px !important;
	line-height: 21px !important;
	margin: 30px 0px 15px 0px !important;
	padding: 0px 0px 10px 0px !important;
	color: #000000 !important;
	border-bottom: 1px solid #9CD7E9;
}
.af-example-hero-ul {
	margin: 0px 0px 0px 19px;
	padding: 0px 0px 0px 0px;
}
.af-example-hero-ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.af-example-content-box p {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.af-example-codeblock {
	font-family: courier new,courier;
	padding: 20px;
	margin:0px 0px 20px 0px;
	background-color: #fff;
	border: 1px dotted #9CD7E9;
	word-break: break-all;
}
.af-example-content-box img {
	display:block;
	border:1px solid #9CD7E9;
	width:auto;
	height:auto;
	max-width:100%;
}
.af-example-content-box ul {
	margin: 0px 0px 0px 19px;
	padding: 0px 0px 0px 0px;
}
.af-example-content-box ul li {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
/* Solution Example Pages =========================================== Solution Example Pages */
.af-example-hero-ol {
	margin: 0px 0px 0px 19px;
	padding: 0px 0px 0px 0px;
	list-style: decimal !important;
}
.af-example-hero-ol li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style: decimal !important;
}
.af-example-img-steps {
	display: inline-block;
	width: 100px;
	vertical-align: top;
	font-family: 'proxima_novalight';
	font-size: 12px;
	line-height: 13px;
	margin: 20px 15px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.af-example-content-box strong {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	font-style: normal;
}

/* Sachin's Additional Style =========================================== Sachin's Additional Style */
ul.aqua-data-list {
	display: block;
	margin: 0px;
	padding: 0px 6px;
	list-style-type: none;
}
ul.aqua-data-list > li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	background-color: #eaf6fb;
	margin: 0 -4px 0 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px 15px;
	min-height: 235px;
}
ul.aqua-data-list li:first-child {
	margin-left: 0px;
}
ul.aqua-data-list > li > ul {
	list-style-type: disc !important;
	padding: 0px 15px;
}
ul.aqua-data-list > li > ul li {
	width: 100%;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
}
ul.aqua-data-list > li > ul li > a:hover {
	text-decoration: underline;
}
.aqua-data-list > li h3 {
	font-size: 20px;
	font-family: 'proxima_nova_rgregular';
	margin-bottom: 20px;
	color: #000;
}
ul.aqua-support-tab li img {
	max-width: 100%;
	height: auto;
	margin: 15px 0px 0px 0px;
}
ul.aqua-support-tab li > h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
}
ul.aqua-support-tab li p {
	margin-bottom: 15px;
}
.all-versions {
	margin: 0px auto 50px auto;
	padding: 0px 15px;
}
.all-versions > h1 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin: 50px 0px 27px 0px;
}
ul.version-lists {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.version-lists > li {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}
ul.version-lists > li a {
	display: inline-block;
	position: relative;
	padding: 0px 0px 0px 25px;
}
ul.version-lists > li a:after {
	display: block;
	content: "";
	margin: 0px;
	padding: 0px;
	width: 12px;
	height: 12px;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-position: -500px -0px;
	position: absolute;
	top: 5px;
	left: 0px;
}
ul.version-lists > li a:hover {
	color: #000;
	text-decoration: underline;
}
.versions-content {
}
.version-detail {
	background-color: #eaf6fb;
	margin: 60px 0px 0px 0px;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.version-detail > h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 18px;
	color: #00a1dd;
	margin: 0px 0px 10px 0px;
}
.version-detail > span {
	display: block;
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	margin: 0px 0px 20px 0px;
}
.version-detail > span > p:first-child {
	font-weight: bold;
	margin-bottom: 5px;
}
.version-detail > p > a {
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 15px;
	line-height: 15px;
}
.version-detail > p > a:last-child {
	margin-bottom: 20px;
}
.version-detail > p > a:hover {
	text-decoration: underline;
}
article.updating-detail {
	display: block;
	margin: 20px 0px;
}
article.updating-detail > p {
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	line-height: 15px;
}
article.updating-detail > ol {
	display: block;
	padding: 0px 20px;
	font-size: 15px;
}
.aqua-top-bg {
	background-color: #fff;
	padding: 10px 35px 10px 15px;
	border: 1px solid #eef0ef;
	text-align: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.aqua-top {
	display: inline-block;
	position: relative;
}
a.aqua-top:after {
	display: block;
	content: "";
	margin: 0px;
	padding: 0px;
	width: 12px;
	height: 12px;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-position: -516px -0px;
	position: absolute;
	top: 5px;
	right: -20px;
}
a.aqua-top:hover {
	color: #000;
	text-decoration: underline;
}
.support-faq {
	padding: 50px 15px 25px 15px;
	;
}
.support-faq > h1 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	color: #00a1dd;
	margin: 0px 0px 25px 0px;
}
.support-faq > p {
	font-size: 16px;
	line-height: 22px;
}
.support-faq > p:nth-of-type(2n+1) {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.support-faq > p:nth-of-type(2n+2) {
	margin-bottom: 25px;
}
.support-faq > p:nth-of-type(2n+2):first-letter {
	font-weight: bold;
}
.support-answer {
	margin: 50px 15px 50px 15px;
	padding: 15px 15px 25px 15px;
	background-color: #eaf6fb;
}
.dashed-underline {
	font-family: 'proxima_nova_rgregular';
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px dashed #000;
	margin: 0px 15px 25px 15px;
}
.support-answer p {
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
}
.support-answer h2 {
	font-family: 'proxima_novalight';
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 0px;
}
.support-answer h3 {
	display: inline-block;
	position: relative;
	margin: 40px 0px 10px 20px;
	vertical-align: top;
}
.support-answer h3:nth-of-type(1) {
	margin-top: 0px;
}
.support-answer h3:after {
	display: block;
	content: "";
	margin: 0px;
	padding: 0px;
	width: 12px;
	height: 12px;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-position: -532px -0px;
	position: absolute;
	top: 2px;
	left: -20px;
}
.support-answer ol {
	display: block;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 20px 0px;
}
.support-imp {
	display: block;
	background-color: #fff;
	padding: 15px;
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}
.support-imp ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.support-answer > p {
	line-height: 18px;
}
dl.support-tool-scr {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 15px;
	background-color: #fff;
}
dl.support-tool-scr dt {
	display: inline-block;
	width: 48%;
	margin-right: -4px;
	vertical-align: top;
}
dl.support-tool-scr dd {
	display: inline-block;
	width: 48%;
	margin-right: -4px;
	vertical-align: top;
	margin-left: 3%;
}
dl.support-tool-scr dt > ul, dl.support-tool-scr dd > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	;
	list-style-type: none;
}
dl.support-tool-scr dt > p, dl.support-tool-scr dd > p {
	font-weight: bold;
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
}
.af-spacer {
	display: block;
	font-size: 0px;
	line-height: 30px;
	height: 30px;
}
/* Sachin Aditional Style : 23-Oct-17 */
.aqua-press {
	margin: 50px 0px;
	padding: 0px 15px;
	position: relative;
}
.aqua-press:after {
	display: block;
	content: "";
	margin: 0px;
	padding: 0px;
	clear: both;
}
.aqua-press h1 {
	font-family: 'proxima_nova_rgregular';
	font-size: 30px;
	line-height: 30px;
	line-height: 35px;
	color: #00a1dd;
	margin: 0 0 25px;
}

.aqua-press h2 {
	font-family: 'proxima_nova_rgregular';
	font-size: 30px;
	line-height: 30px;
	line-height: 35px;
	color: #00a1dd;
	margin: 0 0 25px;
}
.aqua-press p {
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	line-height: 22px;
	margin: 0px 0px 20px 0px;
}
.aqua-press a:hover {
	text-decoration: underline;
}
.aqua-press > img {
	max-width: 100%;
	height: auto;
	float: left;
	margin: 5px 30px 25px 0px;
}
.aqua-secured-seals {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 25px;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 2px #c8c5c0;
	-moz-box-shadow: 1px 1px 2px #c8c5c0;
	-webkit-box-shadow: 1px 1px 2px #c8c5c0;
	position: absolute;
	top: -45px;
	right: 75px;
}
.aqua-secured-seals > img {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px;
}
div.AuthorizeNetSeal {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.aqua-ord-info {
	display: inline-block;
}
.aqua-licensing {
	padding: 0px 7px;
	background-color: #fff;
}
.aqua-licensing > h1 {
	font-family: 'proxima_nova_rgregular';
	color: #00a1dd;
	font-size: 42px;
	line-height: 45px;
	margin: 0px 0px 10px 0px;
}
.aqua-licensing > h1 > span {
	display: block;
	line-height: 20px;
}
.aqua-licensing > h1 > span > a {
	color: #063b54;
	font-size: 20px;
}
.aqua-licensing > h2 {
	font-family: proxima_novalight;
	color: #00a1dd;
	font-size: 30px;
	line-height: 30px;
	margin: 35px 0px 7px;
}
.aqua-licensing > p {
	font-family: proxima_novalight;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	margin: 0px 0px 15px 0px;
}
.tutorial-videos {
	margin-bottom: 50px;
}
.tutorial-videos-title {
	max-width: 1024px;
	width: 100%;
	margin: 50px auto 20px;
	padding: 0px;
	padding: 0px 15px;
}
.tutorial-videos-title > h2 {
	font-family: 'proxima_novalight';
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	color: #00a1dd;
}
.tutorial-videos > video {
	padding: 0px 15px;
	max-width: 100%;
	height: auto;
}
.tutorial-videos > p {
	text-align: center;
	margin: 15px 0px;
	font-size: 13px;
	line-height: 13px;
}
.aqua-activate {
	padding: 50px 15px 200px 15px;
}
.aqua-activate h2 {
	background-color: #95c940;
	font-family: 'proxima_nova_rgregular';
	font-size: 40px;
	line-height: 30px;
	line-height: 40px;
	color: #fff;
	margin: 0 0 25px;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
}
.stickey-footer {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0px;
}
.aqua-invalidate {
	padding: 50px 15px;
}
.aqua-invalidate > h2 {
	font-family: 'proxima_novalight';
	font-size: 40px;
	line-height: 45px;
	color: #00a1dd;
	margin: 0px 0px 20px 0px;
}
.aqua-invalidate h2 > span {
	font-family: 'proxima_novalight';
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	color: #063b54;
}
ul.soft-deactivate {
	display: block;
	margin: 30px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.soft-deactivate li {
	width: 33.333%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	padding: 10px;
}
ul.soft-deactivate li > h2 {
	font-family: 'proxima_nova_rgregular';
	font-size: 22px;
	line-height: 22px;
	color: #00a1dd;
	margin: 0px 0px 10px 0px;
}
ul.soft-deactivate li > p:nth-of-type(1) {
	min-height: 50px;
}
ul.soft-deactivate li > p:nth-of-type(2) {
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}
.authorization-code {
	display: block;
	max-width: 300px;
	width: 100%;
	min-height: 450px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.soft-deactivate li > img {
	max-width: 100%;
	height: auto;
}
.not-allowed {
	cursor: not-allowed;
}
.unapproved {
	padding: 15px 20px;
	margin: 20px 0px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	font-size: 17px;
	line-height: 17px;
}
ul.aqua-order-header {
	display: block;
	margin: 20px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold !important;
}
.order-review {
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin: 0px;
}
.total-order-review {
	font-family: 'proxima_novalight';
	font-size: 36px;
	line-height: 36px;
	color: #00a1dd;
	text-align: left;
}
.total-order-review > span {
	color: #95cb41;
}
.order-info-key {
	background-color: #fff;
	padding: 15px;
	margin: 5px 0px 25px 0px;
	border-radius: 8px;
}
.order-info-key > p {
	word-break: break-all;
}
ul.order-info-list {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
}
ul.order-info-list li {
	display: block;
	margin: 0px 0px 10px 0px;
}
.aqua-list-data {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	min-width: 350px;
	font-weight: bold;
}
.aqua-rate {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	min-width: 105px;
	font-weight: normal;
}
.aqua-discount {
	display: inline-block;
	min-width: 45px;
	margin-right: 5px;
}
.aqua-date {
	display: inline-block;
	min-width: 100px;
	margin-right: 15px;
}
.aqua-quantity {
	display: inline-block;
	min-width: 25px;
	margin-right: 10px;
	text-align: center;
}
.aqua-price {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #95c93f;
	font-weight: bold;
	min-width: 110px;
}
.bold-black {
	font-weight: bold;
	color: #000;
}
.required-form-field {
	color: #ee5c0d;
	font-size: 14px;
	display: block;
	margin-left: 145px;
}
/* Start - Added by Asif for web store */
.hidden {
	display: none;
}
.cc-area {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	-moz-box-shadow: inset 0px 1px 0px 0px #ACACAC;
	margin: 10px 0px 10px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
	line-height: 14px;
	color: #99948c;
	padding: 5px;
}
.message-area {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.error {
	background-color: rgb(242, 222, 222);
	border-color: rgb(238, 211, 215);
	color: rgb(185, 74, 72);
}
.info {
	background-color: rgb(217, 237, 247);
	border-color: rgb(188, 232, 241);
	color: rgb(58, 135, 173);
}
ul.renew-order {
	display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.renew-order li {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	color: #000;
	line-height: 15px;
	margin-bottom: 14px;
}
ul.renew-order li label span {
	display: inline-block;
	margin-right: 10px;
	min-width: 30px;
}
ul.renew-order li label span:nth-of-type(1) {
	font-family: 'proxima_nova_rgbold';
	font-size: 16px;
	line-height: 18px;
	min-width: 100px;
}
span.price {
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 18px;
	color: #95c93f;
}
.disabled {
	opacity: .4;
	cursor: not-allowed;
}
.license-expired {
	font-family: 'proxima_nova_rgbold';
	color: red;
}
.expiration-date {
	font-family: 'proxima_nova_rgbold';
	color: blue;
}
/* End - Added by Asif for web store */

/*Begin All Downloads Page Styles ========================================================================================================= */
.afAllDLpage-ControlGroup {
	display:inline;
	white-space:normal;
}
.afAllDLpage-FilterBox {
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.afAllDLpage-Filter-Product {
	display: block;
	box-sizing: border-box;
	background-color: #c4e8f6;
}
.afAllDLpage-Filter-Platform {
	display: block;
	box-sizing: border-box;
	background-color: #d8eff9;
}
.afAllDLpage-Filter-Type {
	display: block;
	box-sizing: border-box;
	background-color: #e1f3fa;
}
.afAllDLpage-Filter-content {
	display: block;
	box-sizing: border-box;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 15px;
	font-size: 0px;
	line-height: 0px;
	color: #00a1dd;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
.afAllDLpage-Filter-TitleProduct, .afAllDLpage-Filter-TitlePlatform, .afAllDLpage-Filter-TitleType {
	display: inline-block;
	box-sizing: border-box;
	color:#063b53;
	font-size: 18px;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
}
.afAllDLpage-Filter-TitleProduct {margin: 0px 36px 0px 0px;}
.afAllDLpage-Filter-TitlePlatform {margin: 0px 32px 0px 0px;}
.afAllDLpage-Filter-TitleType {margin: 0px 25px 0px 0px;}
.afAllDLpage-Filter-InnerTitle {
	display: inline-block;
	box-sizing: border-box;
	color:#063b53;
	font-size: 18px;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}
.afAllDLpage-Filter-RadioBox {
	display: inline-block;
	box-sizing: border-box;
	color:#00a1dd;
	font-size: 18px;
	line-height: 32px;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.afAllDLpage-Filter-DropDownBox {
	display: inline-block;
	box-sizing: border-box;
	color:#00a1dd;
	font-size: 18px;
	line-height: 32px;
	margin: 0px 20px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.afAllDLpage-Filter-CheckBox {
	display: inline-block;
	box-sizing: border-box;
	color:#063b53;
	font-size: 15px;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.afAllDLpage-FilterRadio > input[type="radio"] {
	border: 0 none;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 16px;
	width: 16px;
	background-image: url(/Presentation/Aquafold/Assets/Images/allDownload-Radio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	position: relative;
	top: 2px;
	cursor: pointer;
	outline: none;
}
.afAllDLpage-FilterRadio > input[type="radio"]:checked {
	background-position: 0px -44px;
}
.afAllDLpage-FilterSelect {
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 32px;
	width: 105px;
	border: 0;
	font-size: 18px;
	color:#00a1dd;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/Presentation/Aquafold/Assets/Images/allDownload-DropDownArrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	outline: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.afAllDLpage-FilterCheckbox > input[type="checkbox"] {
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 22px;
	width: 22px;
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	background-image: url(/Presentation/Aquafold/Assets/Images/allDownload-Checkbox.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	outline: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	top: 5px;
}
.afAllDLpage-FilterCheckbox > input[type="checkbox"]:checked {
	background-position: 0px -38px;
}
.afAllDLpage-Filter-content label {
	cursor: pointer;
}
.afAllDLpage-ResultWrapper {
	display: block;
	box-sizing: border-box;
	padding: 30px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.afAllDLpage-ResultBox {
	display: block;
	box-sizing: border-box;
	padding: 25px 25px 35px 25px;
	margin: 0px 0px 25px 0px;
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.afAllDLpage-ResultBox h2 {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size:30px;
	line-height: 30px;
	color:#00A1DD;
}
.afAllDLpage-ResultBox h2 span {
	color:#0a3b53;
}
.afAllDLpage-ResultBox h3 {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 10px 0px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	font-size:18px;
	line-height:18px;
	color:#76a03f;
	border-bottom: 1px solid #95C93D;
}
/*flex Table*/
table.aquaDownloadTable th {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #063b53;
	padding:5px 0px 5px 0px;
}
table.aquaDownloadTable td {
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #00a1dd;
	padding:5px 0px 5px 0px;
}
.aqTBLspacer {
	display: none;
}
.aqDLcta a {
	color:#76A03F;
	transition: all .22s;
}
.aqDLcta a:hover {
	color:#0F628A;
	transition: all .22s;
}
.aqDLfilename a {
	color:#00A1DD;
	text-decoration: none;
	transition: all .22s;
}
.aqDLfilename a:hover {
	color:#0F628A;
	text-decoration: underline;
	transition: all .22s;
}

.idCookiePolicyBanner {
	display: block;
	box-sizing: border-box;
	background-color: #483E2F;
	margin: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 3px solid white;
	padding: 15px;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.33);
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background-image: url(StripeBG.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.idCookieIcon {
	width: 70px;
}

.idCookieCTAs {
	width: 111px;
}

.idCookieAcceptBTN {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	box-sizing: border-box;
	background-color: #95C93D;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px 0px 10px 0px;
	transition: all .22s;
}

	.idCookieAcceptBTN:hover {
		background-color: #76A03F;
		transition: all .22s;
	}

.idCookieDeclineBTN {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-style: normal;
	color: #a39e97;
	text-decoration: underline;
	text-align: center;
	display: block;
	box-sizing: border-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px 0px 0px 0px;
	transition: all .22s;
}

.idCookieTxt {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	padding: 0px 30px 0px 30px;
	font-size: 18px;
	line-height: 22px;
}


/* New Footer CSS by Sachin - 30 Oct 2018*/

footer {
    display: block;
    margin: 0px;
    padding: 90px 0px 130px 0px;
    background-color: #0a3b53;
    color: #fff;
}

.aqua-footer {
    max-width: 1024px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0px auto;
}

    .aqua-footer > ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        margin: 0px auto;
    }

        .aqua-footer > ul > li {
            display: inline-block;
            vertical-align: top;
            font-family: 'proxima_novalight';
            /*font-size: 19px;*/
            line-height: 20px;
        }

            .aqua-footer > ul > li > p {
                text-transform: uppercase;
                color: #00a1dd;
                margin-bottom: 15px;
            }

            .aqua-footer > ul > li > a {
                display: block;
                color: #fff;
                text-decoration: none;
                margin-bottom: 15px;
                transition: all 0.22s;
                transition-property: all;
                transition-duration: 0.22s;
                transition-timing-function: ease;
                transition-delay: 0s;
            }

            .aqua-footer > ul > li a:hover {
                color: #00a1dd;
            }

            .aqua-footer > ul > li > a > img {
                max-width: 100%;
                height: auto;
            }

            .aqua-footer > ul > li:nth-of-type(1) {
                max-width: 20%;
                width: 100%;
                margin-right: 10%;
                text-align: right;
            }

            .aqua-footer > ul > li:nth-of-type(2) {
                max-width: 15%;
                width: 100%;
                margin-right: 5%;
            }

            .aqua-footer > ul > li:nth-of-type(3) {
                max-width: 15%;
                width: 100%;
                margin-right: 5%;
            }

            .aqua-footer > ul > li:nth-of-type(4) {
                max-width: 12%;
                width: 100%;
                margin-right: 5%;
            }

            .aqua-footer > ul > li:nth-of-type(5) {
                max-width: 10%;
                width: 100%;
                margin-right: 0;
            }


            .aqua-footer > ul > li:nth-of-type(1) > span {
                display: block;
                margin-bottom: 15px;
            }

                .aqua-footer > ul > li:nth-of-type(1) > span > a {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                    transition: all 0.22s;
                    transition-property: all;
                    transition-duration: 0.22s;
                    transition-timing-function: ease;
                    transition-delay: 0s;
                }

                    .aqua-footer > ul > li:nth-of-type(1) > span > a:hover {
                        color: #00a1dd;
                    }

                    .aqua-footer > ul > li:nth-of-type(1) > span > a > span {
                        color: #00a1dd;
                    }


/* Social Media ICON's start*/
ul#smi {
    display: block;
    list-style-type: none;
}

    ul#smi li {
        display: inline-block;
        width: 27px;
        height: 29px;
        background-image: url(/Presentation/Aquafold/Assets/Images/social-icons.png);
        background-repeat: no-repeat;
        margin: 20px 9px 0px 9px;
    }

        ul#smi li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        ul#smi li:nth-of-type(1) {
            background-position: 12px 0px;
            transition: all 0.22s;
            transition-property: all;
            transition-duration: 0.22s;
            transition-timing-function: ease;
            transition-delay: 0s;
        }

            ul#smi li:nth-of-type(1):hover {
                background-position: 12px -30px;
            }

        ul#smi li:nth-of-type(2) {
            background-position: -43px 0px;
            transition: all 0.22s;
            transition-property: all;
            transition-duration: 0.22s;
            transition-timing-function: ease;
            transition-delay: 0s;
        }

            ul#smi li:nth-of-type(2):hover {
                background-position: -43px -31px;
            }

        ul#smi li:nth-of-type(3) {
            background-position: -99px -1px;
            transition: all 0.22s;
            transition-property: all;
            transition-duration: 0.22s;
            transition-timing-function: ease;
            transition-delay: 0s;
        }

            ul#smi li:nth-of-type(3):hover {
                background-position: -99px -30px;
            }

        ul#smi li:nth-of-type(4) {
            background-position: -149px 0px;
            margin-right: 0px;
            transition: all 0.22s;
            transition-property: all;
            transition-duration: 0.22s;
            transition-timing-function: ease;
            transition-delay: 0s;
        }

            ul#smi li:nth-of-type(4):hover {
                background-position: -149px -30px;
            }
/* Social Media ICON's end*/



@media only screen and (max-width: 1090px) {
	.idCookieTxt {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: normal;
		font-style: normal;
		color: #FFFFFF;
		padding: 0px 30px 0px 30px;
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 765px) {
	.idCookieTxt {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: normal;
		font-style: normal;
		color: #FFFFFF;
		padding: 0px 20px 0px 20px;
		font-size: 14px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 600px) {
	.idCookieIcon {
		display: none;
	}

	.idCookieTxt {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: normal;
		font-style: normal;
		color: #FFFFFF;
		padding: 0px 20px 0px 20px;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		display: block;
	}

	.idCookieCTAs {
		display: block;
		text-align: center;
		width: 100%;
		padding-top: 10px;
	}

	.idCookieAcceptBTN {
		display: inline-block;
		padding: 10px 15px 10px 15px;
	}

	.idCookieDeclineBTN {
		display: inline-block;
		padding: 10px 15px 10px 15px;
	}
}

.adsFootMainCTA {
	text-align: center;
}
.adsFootMainCTA a {
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 40px 20px 40px;
	margin: 0px auto 50px auto;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	font-size:24px;
	line-height:24px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	background-color: #95C93D;
	border: 2px solid #FFFFFF;
	transition: all .22s;
}
.adsFootMainCTA a:hover {
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 40px 20px 40px;
	margin: 0px auto 50px auto;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	font-size:24px;
	line-height:24px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	background-color: #81bb2e;
	border: 2px solid #FFFFFF;
	transition: all .22s;
}
.adsFootSecondaryCTA {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-flow: row;
	justify-content: space-between;
}
.adsFootSecondaryCTA a {
	display: block;
	box-sizing: border-box;
	padding: 10px 30px 10px 30px;
	margin: 0px auto 0px auto;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	font-size:16px;
	line-height:16px;
	color:#0F628A;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	background-color: #FFFFFF;
	border: 1px solid #DEF2F8;
	transition: all .22s;
}
.adsFootSecondaryCTA a:hover {
	display: block;
	box-sizing: border-box;
	padding: 10px 30px 10px 30px;
	margin: 0px auto 0px auto;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	font-size:16px;
	line-height:16px;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	background-color: #00A1DD;
	border: 1px solid #DEF2F8;
	transition: all .22s;
}
@media screen and (max-width: 1009px) {
	.adsFootMainCTA {
		text-align: center;
	}
	.adsFootMainCTA a {
		display: inline-block;
		box-sizing: border-box;
		padding: 1.9821605550049552VW 3.9643211100099105VW 1.9821605550049552VW 3.9643211100099105VW;
		margin: 0px auto 4.955401387512389VW auto;
		font-family: 'proxima_nova_rgbold';
		font-weight: normal;
		font-size:2.3785926660059467VW;
		line-height:2.3785926660059467VW;
		color:#FFFFFF;
		text-align: center;
		text-decoration: none;
		border-radius: 100px;
		background-color: #95C93D;
		border: 2px solid #FFFFFF;
		transition: all .22s;
	}
	.adsFootMainCTA a:hover {
		display: inline-block;
		box-sizing: border-box;
		padding: 1.9821605550049552VW 3.9643211100099105VW 1.9821605550049552VW 3.9643211100099105VW;
		margin: 0px auto 4.955401387512389VW auto;
		font-family: 'proxima_nova_rgbold';
		font-weight: normal;
		font-size:2.3785926660059467VW;
		line-height:2.3785926660059467VW;
		color:#FFFFFF;
		text-align: center;
		text-decoration: none;
		border-radius: 100px;
		background-color: #81bb2e;
		border: 2px solid #FFFFFF;
		transition: all .22s;
	}
	.adsFootSecondaryCTA {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		flex-flow: row;
		justify-content: space-between;
	}
	.adsFootSecondaryCTA a {
		display: block;
		box-sizing: border-box;
		padding: 0.9910802775024776VW 2.973240832507433VW 0.9910802775024776VW 2.973240832507433VW;
		margin: 0px auto 0px auto;
		font-family: 'proxima_nova_rgregular';
		font-weight: normal;
		font-size:1.5857284440039643VW;
		line-height:1.5857284440039643VW;
		color:#0F628A;
		text-align: center;
		text-decoration: none;
		border-radius: 100px;
		background-color: #FFFFFF;
		border: 1px solid #DEF2F8;
		transition: all .22s;
	}
	.adsFootSecondaryCTA a:hover {
		display: block;
		box-sizing: border-box;
		padding: 0.9910802775024776VW 2.973240832507433VW 0.9910802775024776VW 2.973240832507433VW;
		margin: 0px auto 0px auto;
		font-family: 'proxima_nova_rgregular';
		font-weight: normal;
		font-size:1.5857284440039643VW;
		line-height:1.5857284440039643VW;
		color:#FFFFFF;
		text-align: center;
		text-decoration: none;
		border-radius: 100px;
		background-color: #00A1DD;
		border: 1px solid #DEF2F8;
		transition: all .22s;
	}
}
@media screen and (max-width: 760px) {
	.adsFootMainCTA {
		text-align: center;
	}
	.adsFootMainCTA a {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px 20px 10px 20px;
		margin: 0px auto 20px auto;
		font-family: 'proxima_nova_rgbold';
		font-weight: normal;
		font-size:18px;
		line-height:18px;
		color:#FFFFFF;
		text-align: center;
		text-decoration: none;
		border-radius: 100px;
		background-color: #95C93D;
		border: 2px solid #FFFFFF;
		transition: all .22s;
		width: 100%;
	}
	.adsFootMainCTA a:hover {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px 20px 10px 20px;
		margin: 0px auto 20px auto;
		font-family: 'proxima_nova_rgbold';
		font-weight: normal;
		font-size:18px;
		line-height:18px;
		color:#FFFFFF;
		text-align: center;
		text-decoration: none;
		border-radius: 100px;
		background-color: #81bb2e;
		border: 2px solid #FFFFFF;
		transition: all .22s;
		width: 100%;
	}
	.adsFootSecondaryCTA {
		display: block;
		flex-direction: row;
		flex-wrap: nowrap;
		flex-flow: row;
		justify-content: space-between;
	}
	.adsFootSecondaryCTA a {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px 20px 10px 20px;
		margin: 0px auto 10px auto;
		font-family: 'proxima_nova_rgregular';
		font-weight: normal;
		font-size:14px;
		line-height:14px;
		color:#0F628A;
		text-align: center;
		text-decoration: none;
		border-radius: 100px;
		background-color: #FFFFFF;
		border: 1px solid #DEF2F8;
		transition: all .22s;
		width: 100%;
	}
	.adsFootSecondaryCTA a:hover {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px 20px 10px 20px;
		margin: 0px auto 10px auto;
		font-family: 'proxima_nova_rgregular';
		font-weight: normal;
		font-size:14px;
		line-height:14px;
		color:#FFFFFF;
		text-align: center;
		text-decoration: none;
		border-radius: 100px;
		background-color: #00A1DD;
		border: 1px solid #DEF2F8;
		transition: all .22s;
		width: 100%;
	}
}

	section.paddingBottom20 {
        display: block;
        padding: 0px 0px 20px 0px;
    }

    div.left-div {
        display: block;
        float: left;
        width: 58%;
        padding: 0px 50px 0px 0px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    div.right-div {
        display: block;
        float: right;
        width: 31%;
        padding: 15px;
        background-color: #eaf6fb;
    }

    div.aqua-resource-text-right {
        display: block;
        margin: 68px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
    }

	div.aqua-resource-text-right div.right-div h1 {
		font-family: 'proxima_novalight';
		color: #00a1dd;
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 23px;
	}


	div.aqua-resource-text-right div.right-div h2 {
		font-family: 'proxima_novalight';
		color: #00a1dd;
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 23px;
	}

    div.right-div p {
        margin-bottom: 20px;
        display: inline-block;
        font-family: 'proxima_novalight';
        font-size: 15px;
        line-height: 20px;
    }


    a.aqfblue-cta {
        display: block;
        max-width: 200px;
        width: 100%;
        vertical-align: top;
        text-decoration: none;
        color: #fff;
        font-family: 'proxima_novasemibold';
        font-size: 19px;
        line-height: 19px;
        padding: 15px 12px;
        background-color: #00a1dd;
        margin: 10px auto 10px;
        text-transform: uppercase;
        transition: all .22s;
        text-align: center;
    }

        a.aqfblue-cta:hover {
            background-color: #0089d1;
            text-decoration: underline;
        }

/*Footer Mobile Updates*/
@media only screen and (max-width:990px) {
    .aqua-footer > ul > li:nth-of-type(1) {
        max-width: 23.83%;
        margin-right: 6.083%;
    }

    ul#smi li {
        margin: 7px 7px 0px 7px;
    }
}

@media only screen and (max-width:768px) {
    ul#smi li {
        margin: 6px 6px 0px 6px;
    }
}

@media only screen and (max-width:767px) {
    .aqua-footer > ul > li {
        display: block;
        max-width: 46%;
        margin: 4% 27%;
    }

        .aqua-footer > ul > li:nth-of-type(1),
        .aqua-footer > ul > li:nth-of-type(2),
        .aqua-footer > ul > li:nth-of-type(3),
        .aqua-footer > ul > li:nth-of-type(4),
        .aqua-footer > ul > li:nth-of-type(5) {
            display: block;
            max-width: 46%;
            margin: 7% 27%;
        }

        .aqua-footer > ul > li:nth-of-type(1) {
            margin-top: 0px;
        }

        .aqua-footer > ul > li:nth-of-type(5) {
            margin-bottom: 0px;
        }


        .aqua-footer > ul > li:nth-of-type(1) {
            text-align: left;
        }
}

@media only screen and (max-width:400px) {
    .aqua-footer > ul > li:nth-of-type(1),
    .aqua-footer > ul > li:nth-of-type(2),
    .aqua-footer > ul > li:nth-of-type(3),
    .aqua-footer > ul > li:nth-of-type(4),
    .aqua-footer > ul > li:nth-of-type(5) {
        max-width: 70%;
        margin: 7% 15%;
    }
}












/*1024 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
@media only screen and (max-width: 1024px) {
.banner-copy h1 {
	font-size: 145px;
	line-height: 110px;
}
.banner-copy h2 {
	font-size: 50px;
	line-height: 50px;
}
.banner-copy p {
	font-size: 34px;
}
ul.product-action li h2 {
	font-size: 22px;
}
ul.product-action li p {
	font-size: 18px;
	padding: 0 25px;
}
a.brand-location {
	float: none;
	margin: 0px;
}
ul.main-navigation {
	float: none;
}
header > .aquafold-container {
	padding-top: 30px;
	text-align: center;
}
.partner-logos {
	padding: 68px 20px;
}
ul.footer-url li:last-child {
	display: block;
	margin: 20px 0px 0px 0px;
	width: 100%;
}
/* Product Pages Styling */
ul.aqua-products li {
	padding: 20px 20px 60px 20px;
}
.buy-form-container {
	padding: 0px 15px 0px 0px;
}
/* Damon's Additions */
.product-nav-container {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 30px auto -40px auto;
	padding: 0px 0px 0px 0px;
}
.product-nav-container ul {
	width: 80%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.product-nav-container ul li {
	display: inline-block;
	margin: 0px 1px 8px 1px;
	float: none;
}
.product-nav-container ul li a {
	padding: 8px 13px 8px 13px;
	font-size: 16px;
	line-height: 16px;
}
.product-nav-container ul li a:hover {
	background-color: #c1c0c0;
	transition: all .22s;
}
.product-nav-container ul li a.current-tab {
	padding: 8px 13px 8px 13px;
	font-size: 16px;
	line-height: 16px;
	pointer-events: none;
}
.product-nav-container ul li a.current-tab:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 0px solid transparent;
	border-top-color: #073a55;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -10px;
}
/* Product Page Styles */
.product-page-header {
	display: block;
	box-sizing: border-box;
	margin: 70px auto 0px auto;
	padding: 0px 15px 30px 15px;
	width: 100%;
}
.product-page-header h2 {
	color: rgb(0, 161, 221);
	display: block;
	font-family: proxima_novalight;
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: 38px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(0, 161, 221);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
}
.product-page-header h2 span {
	color: rgb(6, 59, 84);
}
/*features content*/
.product-content-container {
	padding: 0px 15px 0px 15px;
}
.product-features-content-left {
	width: 400px;
}
/*Home page additions from old site*/
.spotlight-wrapper {
	padding: 0px 20px 0px 20px;
}
.hp-product-spotlight-content {
	font-family: 'proxima_nova_rgregular';
	display: block;
	box-sizing: border-box;
	width: 100%;
	float: none;
	text-align: center;
}
/*home page carousel*/
.hp-product-spotlight-img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 325px;
	float: none;
}
.hp-carousel-box {
	display: block;
	box-sizing: border-box;
	width: 476px;
	height: 325px;
	position: relative;
	overflow: hidden;
	margin: 0px auto 15px auto;
}
.callout-boxes ul li {
	display: inline-block;
	box-sizing: border-box;
	width: 40%;
	height: 300px;
	background-color: #f5f5f4;
	font-size: 15px;
	padding: 15px;
	margin: 0px 10px 20px 10px;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: top;
}
.callout-boxes ul li:last-of-type {
	margin: 0px 10px 20px 10px;
}
/*Overview Tab Styles ======================================================== OVERVIEW TABS */
.af-overview-hero-box {
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px 15px;
}
.af-overview-hero-carousel {
	display: block;
	box-sizing: border-box;
	width: 45%;
	height: auto;
	float: left;
}
.af-overview-herop-content {
	display: block;
	box-sizing: border-box;
	width: 55%;
	height: auto;
	float: right;
	padding-left: 30px;
}
.af-overview-herop-content p {
	margin-bottom: 29px;
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 21px;
}
.af-overview-hero-cta-green {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 15px 25px;
	font-family: 'proxima_nova_rgregular';
	font-size: 25px;
	line-height: 25px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.af-overview-hero-cta-blue {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #00a1dd;
	padding: 15px 25px;
	font-family: 'proxima_nova_rgregular';
	font-size: 25px;
	line-height: 25px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
	margin: 0px 0px 0px 20px;
}
.af-Lead-Paragraph {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
}
.af-overview-h3 {
	font-family: 'proxima_nova_rgregular';
	font-size: 25px !important;
	line-height: 25px !important;
	margin: 30px 0px 0px 0px !important;
	padding: 0px 0px 0px 15px;
}
.af-overview-features-wrap {
	padding: 0px 15px 0px 15px;
}
.af-overview-feature-content-left {
	float: left;
	width: 47%;
}
.af-overview-feature-content-right {
	float: right;
	width: 47%;
}
.af-overview-feature-content-left h4, .af-overview-feature-content-right h4 {
	font-family: 'proxima_nova_rgregular';
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.af-overview-feature-content-left p, .af-overview-feature-content-right p, .af-overview-feature-content-left p a, .af-overview-feature-content-right p a {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.linear-links {
	padding: 0px 0px 30px 0px;
	font-size: 14px;
	line-height: 19px;
}
.af-overview-feature-callout {
	display: inline-block;
	background-color:#F5861F;
	color: #FFFFFF !important;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 6px 2px 6px;
	position: relative;
	top:-3px;
}
/*Aqua Data Server Features Styles ============================ Aqua Data Server Features Styles */
.product-page-header h3 {
	font-family: 'proxima_nova_rgbold';
	color: #000000;
	font-size: 18px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.af-four-hero-box {
	display: block;
	box-sizing: border-box;
	width: 90%;
	margin: 0px auto 0px auto;
}
.af-feature-hero-section-left {
	display: block;
	box-sizing: border-box;
	width: 49%;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.af-feature-hero-section-right {
	display: block;
	box-sizing: border-box;
	width: 49%;
	height: auto;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.af-feature-hero-section-left-txt {
	float: left;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height:auto;
	width: 50%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: right top;
}
.af-feature-hero-section-leftbtm-txt {
	float: left;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height: auto;
	width: 50%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: right bottom -40px;
}
.af-feature-hero-section-right-txt {
	float: right;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height: auto;
	width: 50%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: left top -40px;
}
.af-feature-hero-section-rightbtm-txt {
	float: right;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height: auto;
	width: 50%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: left bottom -40px;
}
.af-feature-hero-section-left-img {
	float: right;
	width: 50%;
	height: auto;
	background-color:#00A1DD;
	padding: 2px;
}
.af-feature-hero-section-right-img {
	float: left;
	width: 50%;
	height: auto;
	background-color:#00A1DD;
	padding: 2px;
}
.af-feature-hero-section-left-txt-box {
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	bottom: auto;
	text-align: right;
}
.af-feature-hero-section-right-txt-box {
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	bottom: auto;
	text-align: left;
}
.af-feature-hero-section-bottom-txt-box {
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	text-align: right;
}
.af-feature-hero-section-left-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-right: 10px;
}
.af-feature-hero-section-right-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-left: 10px;
}
.af-feature-hero-section-bottom-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-right: 10px;
}
.af-feature-hero-section-bottomR-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-left: 10px;
}
.af-feature-hero-section-left-txt-box ul li,
.af-feature-hero-section-right-txt-box ul li {
	padding-top: 10px;
}
.af-feature-hero-section-bottom-txt-box ul li,
.af-feature-hero-section-bottomR-txt-box ul li {
	padding-bottom: 10px;
}
.af-server-subnav-box {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 40px auto 0px auto;
	width: 95%
}
.af-server-subnav-box ul {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	width: 100%;
}
.af-server-subnav-box ul li {
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
	*display: inline;
    zoom: 1;
	width: 110px;
	vertical-align: top;
}
.af-server-subnav-box ul span.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.af-server-subnav-box ul li img {
	border: 1px solid #00A1DD;
}
.af-server-subnav-box ul li h5 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	line-height: 16px;
	color:#000000;
}
.af-server-subnav-box ul li p {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 13px;
	line-height: 14px;
	color:#000000;
	text-align: left;
}
.af-server-subnav-box ul li h6 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
	color:#000000;
}
.af-server-subnav-box ul li div {
	margin: 2px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
}
.af-server-subnav-box ul li a {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 12px;
	color:#0F628A;
	text-decoration: underline;
}
/*Blue section styles >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.af-feature-threecol-box {
	padding: 0px 20px 0px 20px;
}
.af-feature-col-one {
	display: block;
	box-sizing: border-box;
	width: 33%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}
.af-feature-col-two {
	display: block;
	box-sizing: border-box;
	width: 33%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}
.af-feature-col-three {
	display: block;
	box-sizing: border-box;
	width: 33%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}
/*Download pages =========================================================== Download pages */
.af-download-callout {
	background-color: #00A1DD;
	text-align: center;
	color:#ffffff;
	padding: 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0px 15px 30px 15px;
}
.af-download-itembox {
	padding: 10px 0px 10px 0px;
	margin: 0px 15px 0px 0px;
	border-bottom: 1px solid #9cd7e9;
}
/*Company pages =========================================================== Company pages */
.company-page-header {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 50px auto 0px auto;
	padding: 0px 15px 0px 15px;
}
.companyH2 {
	color: #00A1DD;
	display: block;
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 33px;
	height: auto;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
.companyH3 {
	color: #000000;
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 16px;
	line-height: 20px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}
.af-company-colOne {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 48%;
}
.af-company-colTwo {
	display: block;
	box-sizing: border-box;
	float: right;
	width: 48%;
	border-left: 1px solid #9CD7E9;
	padding-left: 30px;
}
/*customer list ================================== customer list */
.companyCusHeroList {
	display: block;
	list-style: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
.companyCusHeroList li {
	display: inline-block;
	list-style: none;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
.af-customerTBL {
	margin: 0px 15px 0px 15px;
	width: 98%;
}
.af-customerTBL tbody tr td {
	width: 25%;
	padding: 0px 15px 0px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 12px;
	line-height: 16px;
}
.companyH2body {
	color: #00A1DD !important;
	display: block !important;
	font-family: 'proxima_novalight' !important;
	font-size: 30px !important;
	line-height: 33px !important;
	height: auto !important;
	margin: 30px 0px 8px 0px !important;
	padding: 20px 15px 0px 15px !important;
}
.companyH3body {
	color: #000000 !important;
	display: block !important;
	font-family: 'proxima_nova_rgbold' !important;
	font-size: 16px !important;
	line-height: 20px !important;
	height: auto !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 15px 30px 15px !important;
}
/*Management Team ================================== Management Team */
.af-team-box {
	padding: 30px 15px 0px 15px;
}
.af-team-photo {
	float: left;
	width: 15%;
	box-sizing: border-box;
}
.af-team-photo img {
	width: 100%;
	height: auto;
	border: 1px solid #9CD7E9;
}
.af-team-txt {
	float: right;
	width: 83%;
	box-sizing: border-box;
}
/*News Room ================================== News Room */
.af-press-box {
	padding: 30px 15px 0px 15px;
}
.af-press-left {
	float: left;
	width: 70%;
}
.af-press-right {
	float: right;
	width: 25%;
}
/*Contact Us ================================== Contact Us */
.af-contact-box {
	padding: 30px 15px 0px 15px;
}
.af-contact-left {
	float: left;
	width: 40%;
}
.af-contact-right {
	float: right;
	width: 50%;
}
/* Example Pages =========================================== Example Pages */
.af-example-content-box {
	padding: 0px 15px 0px 15px;
	margin: -30px 0px 0px 0px;
}

}









/*980 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
@media only screen and (max-width: 980px) {
.banner-copy {
	padding: 68px 15px 68px 15px;
}
.banner-copy h1 {
	font-size: 130px;
	line-height: 105px;
}
.banner-copy h2 {
	width: 72%;
	font-size: 38px;
	line-height: 50px;
}
.banner-copy p {
	max-width: 100%;
	margin: 20px 0px 0px 0px;
	float: none;
}
.aqua-cta-green {
	padding: 18px 25px;
	float: none;
}
ul.product-action li p {
	font-size: 17px;
	padding: 0px 15px;
}
.banner-copy a {
	margin: 30px 0px 0px 0px;
}
ul.aquafold-users-logo li {
	margin: 0px 16px;
}
/* Product Pages Styling */
ul.aqua-products li h2 {
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 13px;
}
ul.aqua-products li h3 {
	font-size: 17px;
}
ul.aqua-products li p {
	min-height: 130px;
}
ul.aqua-products li a {
	margin-top: 10px;
}
/* Product downloa form */
dl.aqua-right-img {
	margin: 68px 0px 20px 0px;
}
dl.aqua-right-img dt {
	float: none;
	width: 100%;
}
dl.aqua-right-img dd {
	float: none;
	width: 100%;
	padding: 0;
}
.bottom-blue:after {
	display: none;
}
ul.tabs {
	padding: 68px 15px 0px 15px;
}
dl.aqua-left-img dt {
	float: none;
	width: 100%;
}
dl.aqua-left-img dd {
	float: none;
	width: 100%;
	padding: 0px 0px 50px 0px;
}
.aqua-data {
	padding-top: 50px;
}
/* Support Page */
.support-page > .aquafold-container > ul.tabs {
	padding: 0px 15px;
}
dl.buy-new-pro dt > a.aqua-cta-green-sm, dl.buy-new-pro dd > a.aqua-cta-green-sm {
	padding: 16px 12px;
	font-size: 18px;
	line-height: 20px;
}
dl.buy-new-pro dt, dl.buy-new-pro dd {
	padding: 25px 15px;
}
ul.buy-product li label span {
	margin-right: 5px;
}
ul.buy-product li label span:nth-of-type(1) {
	font-family: 'proxima_nova_rgbold';
	font-size: 15px;
	line-height: 15px;
	min-width: 90px;
}
ul.buy-product li label span:nth-of-type(2) {
	min-width: 80px;
	font-size: 15px;
}
ul.buy-product li label span:nth-of-type(3) a {
	font-family: 'proxima_nova_rgbold';
	font-size: 15px;
	line-height: 15px;
	color: #95c93f;
}
dl.bill-tech-contact dt, dl.bill-tech-contact dd {
	display: block;
	width: 100%;
	float: none;
	margin: 0px 0px 20px 0px;
}
.cc-icons {
	float: none;
	margin: 0px 10px 15px 105px;
}
label.add-detail {
	margin: 35px 0px 0px 0px;
}
dl.bill-tech-contact dd > .bill-cont {
	margin: 25px 0px;
}
.buy-now-page {
	margin: 0px 0px 50px 0px;
}
/*features content*/
.product-feature-hr {
	border: 0;
	height: 2px;
	background: #fff;
	margin: 30px 0px 30px 0px;
}
.product-features-content-right {
	margin: 0px 0px 0px 0px;
	width: 100%;
	float: none;
}
.product-features-content-left {
	width: 100%;
	float: none;
}
.product-features-content-left p {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 20px;
	color: #063b53;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.product-features-video-box {
	width: 482px;
	margin: 0px 0px 0px 0px;
}
.videoDownloadTXT {
	padding-top: 5px;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}
/*Overview Tab Styles ======================================================== OVERVIEW TABS */
.af-overview-hero-cta-green {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 10px 20px;
	font-family: 'proxima_nova_rgregular';
	font-size: 23px;
	line-height: 23px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.af-overview-hero-cta-blue {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	color: #fff;
	background-color: #00a1dd;
	padding: 10px 20px;
	font-family: 'proxima_nova_rgregular';
	font-size: 23px;
	line-height: 23px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
	margin: 0px 0px 0px 20px;
}

    .af-overview-hero-cta-margin {
        margin-top: 10px;
    }

/*Download pages =========================================================== Download pages */
.af-download-hero-box {
	display: block;
	box-sizing: border-box;
	padding-bottom: 0px;
}
.af-download-hero-txt {
	display: block;
	box-sizing: border-box;
	width: 60%;
	float: left;
}
.af-download-hero-ImgLinks {
	display: block;
	box-sizing: border-box;
	width: 33%;
	float: right;
	padding: 0px 0px 20px 0px;
}
.af-download-callout {
	background-color: #00A1DD;
	text-align: center;
	color:#ffffff;
	padding: 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0px 15px -30px 15px;
}
.af-download-itembox {
	padding: 10px 0px 10px 0px;
	margin: 0px 15px 0px 0px;
	border-bottom: 1px solid #9cd7e9;
}
.af-download-title {
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	margin-right: 0px;
	float: left;
}
.af-download-version {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 8px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	border: 1px solid #eaf6fb;
	margin-right: 8px;
	float: right;
}
.af-download-exe {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 8px;
	color: #2d2d2d;
	background-color: #f4fafd;
	border: 1px solid #cfe9f4;
	margin-right: 8px;
	float: right;
	text-align: center;
	width: 200px;
}
.af-download-changelog {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 8px;
	color: #ffffff;
	background-color: #00A1DD;
	border: 1px solid #00A1DD;
	margin-right: 8px;
	float: right;
}
.af-download-download {
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 8px;
	color: #ffffff;
	background-color: #95C93D;
	border: 1px solid #95C93D;
	float: right;
}
/*customer list ================================== customer list */
.af-customerTBL {
	margin: -45px 15px 0px 15px;
	width: 98%;
}
/*Logo page ============================================= Logo page */
.af-logo-box {
	padding: 30px 15px 0px 15px;
}
.af-logo-box h3 {
	font-family: 'proxima_novalight';
	font-size: 30px;
	line-height: 30px;
	margin: -45px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.logo-banner-boxes {
	float: none;
	padding: 0px 20px 20px 0px;
}
/*Privacy Page ============================================ Privacy Page */
.af-privacy-box {
	padding: 30px 15px 0px 15px;
	margin-top: -45px;
	text-align: left;
}
.af-privacy-box h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 20px;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.af-privacy-box p {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.af-privacy-box ul {
	list-style: lower-alpha;
	margin: 0px 0px 0px 19px;
}
.af-privacy-box li {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
/* Example Pages =========================================== Example Pages */
.af-example-content-box {
	padding: 0px 15px 0px 15px;
	margin: -70px 0px 0px 0px;
}

/* Sachin's additional Style =============================== Sachin's additional Style */	
ul.aqua-data-list > li {
	min-height: 260px;
}
.aqua-secured-seals {
	margin: 25px 0px 0px 0px;
}
.aqua-ord-info {
	display: block;
}
ul.soft-deactivate li > p:nth-of-type(1) {
	min-height: 65px;
}
.aqua-secured-seals {
	top: -10px;
	right: 33px;
}
.width-190 {
	display: block !important;
	width: 100%;
}
ul.order-info-list li {
	margin: 0px 0px 25px 0px;
}
ul.aqua-order-header {
	display: none;
}
.aqua-list-data.mob-header {
	display: block;
	position: relative;
}
/*.aqua-list-data.mob-header:before{display:inline-block; content:"Product"; margin:0px; padding:0px;} */
.aqua-discount.mob-header {
	display: block;
	position: relative;
	padding-left: 120px;
}
.aqua-discount.mob-header:before {
	display: inline-block;
	content: "Discount:";
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 27px;
	font-weight: bold;
}
.aqua-rate.mob-header {
	display: block;
	position: relative;
	padding-left: 120px;
}
.aqua-rate.mob-header:before {
	display: inline-block;
	content: "Unit Price:";
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 27px;
	font-weight: bold;
}
.aqua-date.mob-header {
	display: block;
	position: relative;
	padding-left: 120px;
}
.aqua-date.mob-header:before {
	display: inline-block;
	content: "Exp Date:";
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 27px;
	font-weight: bold;
}
.aqua-quantity.mob-header {
	display: block;
	position: relative;
	padding-left: 120px;
	text-align: left;
}
.aqua-quantity.mob-header:before {
	display: inline-block;
	content: "Qty:";
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 27px;
	font-weight: bold;
}
.aqua-price.mob-header {
	display: block;
	position: relative;
	padding-left: 120px;
}
.aqua-price.mob-header:before {
	display: inline-block;
	content: "Price:";
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 27px;
	font-weight: bold;
}
/*Begin All Downloads Page Styles ========================================================================================================= */
.afAllDLpage-ControlGroup {
	display: inline-block;
	white-space: nowrap;
	padding: 0px 0px 0px 90px;
}
/*
.afAllDLpage-FilterBox {
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
*/
/*
.afAllDLpage-Filter-Product {
	display: block;
	box-sizing: border-box;
	background-color: #c4e8f6;
}
*/
/*
.afAllDLpage-Filter-Platform {
	display: block;
	box-sizing: border-box;
	background-color: #d8eff9;
}
*/
/*
.afAllDLpage-Filter-Type {
	display: block;
	box-sizing: border-box;
	background-color: #e1f3fa;
}
*/
.afAllDLpage-Filter-content {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 15px;
	font-size: 0px;
	line-height: 0px;
	color: #00a1dd;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
/*
.afAllDLpage-Filter-TitleProduct, .afAllDLpage-Filter-TitlePlatform, .afAllDLpage-Filter-TitleType {
	display: inline-block;
	box-sizing: border-box;
	color:#063b53;
	font-size: 18px;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
}
*/
/*.afAllDLpage-Filter-TitleProduct {margin: 0px 24px 0px 0px;}*/
/*.afAllDLpage-Filter-TitlePlatform {margin: 0px 20px 0px 0px;}*/
/*.afAllDLpage-Filter-TitleType {margin: 0px 46px 0px 0px;}*/
.afAllDLpage-Filter-InnerTitle {
	display: inline-block;
	box-sizing: border-box;
	color:#063b53;
	font-size: 18px;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*
.afAllDLpage-Filter-RadioBox {
	display: inline-block;
	box-sizing: border-box;
	color:#00a1dd;
	font-size: 18px;
	line-height: 32px;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
}
*/
/*
.afAllDLpage-Filter-DropDownBox {
	display: inline-block;
	box-sizing: border-box;
	color:#00a1dd;
	font-size: 18px;
	line-height: 32px;
	margin: 0px 20px 0px 10px;
	padding: 0px 0px 0px 0px;
}
*/
/*
.afAllDLpage-Filter-CheckBox {
	display: inline-block;
	box-sizing: border-box;
	color:#063b53;
	font-size: 15px;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
*/
/*
.afAllDLpage-FilterRadio {
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 16px;
	width: 21px;
	background-image: url(/Presentation/Aquafold/Assets/Images/allDownload-Radio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: 2px;
	cursor: pointer;
	outline: none;
}
*/
/*.afAllDLpage-FilterRadio:checked {background-position: 0px -44px;}*/
/*
.afAllDLpage-FilterSelect {
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 32px;
	width: 90px;
	border: 0;
	font-size: 18px;
	color:#00a1dd;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background-image: url(/Presentation/Aquafold/Assets/Images/allDownload-DropDownArrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	outline: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
*/
/*
.afAllDLpage-FilterCheckbox {
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 22px;
	width: 22px;
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	background-image: url(/Presentation/Aquafold/Assets/Images/allDownload-Checkbox.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	outline: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	top: 5px;
}
*/
/*
.afAllDLpage-FilterCheckbox:checked {
	background-position: 0px -38px;
}
*/
/*
.afAllDLpage-Filter-content label {
	cursor: pointer;
}
*/
/*
.afAllDLpage-ResultWrapper {
	display: block;
	box-sizing: border-box;
	padding: 30px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}
*/
.afAllDLpage-ResultBox {
	display: block;
	box-sizing: border-box;
	padding: 25px 25px 35px 25px;
	margin: -50px 0px 25px 0px;
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/*
.afAllDLpage-ResultBox h2 {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size:30px;
	line-height: 30px;
	color:#00A1DD;
}
*/
/*
.afAllDLpage-ResultBox h2 span {
	color:#0a3b53;
}
*/
/*
.afAllDLpage-ResultBox h3 {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 10px 0px;
	font-family: 'proxima_nova_rgbold';
	font-size:18px;
	line-height:18px;
	color:#76a03f;
	border-bottom: 1px solid #95C93D;
}
*/

}


/*900 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
@media only screen and (max-width: 900px) {
.aqua-secured-seals {
	position: relative;
	margin: 30px 15px 0px 15px;
	display: block;
	left: 0px;
}
}





/*850 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
@media only screen and (max-width: 850px) {
/*Download pages =========================================================== Download pages */
.af-download-hero-box {
	display: block;
	box-sizing: border-box;
	padding-bottom: 0px;
}
.af-download-hero-txt {
	display: block;
	box-sizing: border-box;
	width: 60%;
	float: left;
}
.af-download-hero-txt h2 {
	color: #00A1DD;
	display: block;
	font-family: 'proxima_novalight';
	font-size: 24px;
	height: 70px;
	line-height: 26px;
	margin-bottom: 23px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.af-download-hero-ImgLinks {
	display: block;
	box-sizing: border-box;
	width: 33%;
	float: right;
	padding: 0px 0px 20px 0px;
}
.af-download-callout {
	background-color: #00A1DD;
	text-align: center;
	color:#ffffff;
	padding: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0px 15px -50px 15px;
	font-size: 13px;
}
.af-download-itembox {
	padding: 10px 0px 10px 0px;
	margin: 0px 15px 0px 0px;
	border-bottom: 1px solid #9cd7e9;
}
.af-download-title {
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	margin-right: 0px;
	float: none;
}
.af-download-version {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	border: 1px solid #eaf6fb;
	margin-right: 8px;
	float: none;
}
.af-download-exe {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 0px;
	color: #2d2d2d;
	background-color: #f4fafd;
	border: 1px solid #cfe9f4;
	margin-right: 8px;
	float: none;
	text-align: center;
	width: 200px;
}
.af-download-changelog {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 8px;
	color: #ffffff;
	background-color: #00A1DD;
	border: 1px solid #00A1DD;
	margin-right: 8px;
	float: right;
}
.af-download-download {
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 8px;
	color: #ffffff;
	background-color: #95C93D;
	border: 1px solid #95C93D;
	float: right;
}
}









/*800 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
@media only screen and (max-width: 800px) {
ul.buy-product {
	margin: 0px 0px 78px 0px;
}
/* All Downloads mobile table ============================================================ */
.productDLbox {
	display: block;
	box-sizing: border-box;
	max-width: 1009px;
	width: 100%;
	padding: 10px;
	background-color: #eaf6fb;
	margin: 0px auto;
}
table.aquaDownloadTable {
	border-collapse: collapse;
	font-size: 0px;
	line-height: 0px;
	background-color: #ffffff;
}
table.aquaDownloadTable th {display: none;}
table.aquaDownloadTable td.aqDLversion {
	display: inline-block;
	box-sizing: border-box;
	width: 33.333%;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #00A1DD;
	border-bottom: 1px solid #9CD7E9;
	border-left: 1px solid #00A1DD;
	border-right: 1px solid #9CD7E9;
}
table.aquaDownloadTable td.aqDLplatform {
	display: inline-block;
	box-sizing: border-box;
	width: 33.333%;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #00A1DD;
	border-bottom: 1px solid #9CD7E9;
	border-left: 0px solid #9CD7E9;
	border-right: 0px solid #9CD7E9;
}
table.aquaDownloadTable td.aqDLsystem {
	display: inline-block;
	box-sizing: border-box;
	width: 33.333%;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #00A1DD;
	border-bottom: 1px solid #9CD7E9;
	border-left: 1px solid #9CD7E9;
	border-right: 1px solid #00A1DD;
}
table.aquaDownloadTable td.aqDLfilename {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	text-align: center;
	border-top: 0px solid #9CD7E9;
	border-bottom: 1px solid #9CD7E9;
	border-left: 1px solid #00A1DD;
	border-right: 1px solid #00A1DD;
}
table.aquaDownloadTable td.aqDLdate {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	text-align: center;
	border-top: 0px solid #9CD7E9;
	border-bottom: 1px solid #9CD7E9;
	border-left: 1px solid #00A1DD;
	border-right: 1px solid #00A1DD;
}
table.aquaDownloadTable td.aqDLsize {
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
	text-align: center;
	border-top: 0px solid #9CD7E9;
	border-bottom: 1px solid #00A1DD;
	border-left: 1px solid #00A1DD;
	border-right: 1px solid #9CD7E9;
}
table.aquaDownloadTable td.aqDLcta {
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
	text-align: center;
	border-top: 0px solid #9CD7E9;
	border-bottom: 1px solid #00A1DD;
	border-left: 0px solid #9CD7E9;
	border-right: 1px solid #00A1DD;
}
.aqTBLspacer {
	display: inline-block;
	box-sizing: border-box;
	height: 20px;
	width: 100%;
	background-color: #ffffff;
}

/* Before Inserts */
table.aquaDownloadTable td.aqDLversion::before {
	content: "Version ";
	white-space: pre;
	color:#063b53;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 20px;
}
table.aquaDownloadTable td.aqDLplatform::before {
	content: "Platform ";
	white-space: pre;
	color:#063b53;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 20px;
}
table.aquaDownloadTable td.aqDLsystem::before {
	content: "System ";
	white-space: pre;
	color:#063b53;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 20px;
}
table.aquaDownloadTable td.aqDLfilename::before {
	content: "File Name ";
	white-space: pre;
	color:#063b53;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 20px;
}
table.aquaDownloadTable td.aqDLdate::before {
	content: "Modified: ";
	white-space: pre;
	color:#063b53;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 20px;
}

}









/*767 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
@media only screen and (max-width: 767px) {
ul.main-navigation {
	display: none;
	background-color: #063b54;
	clear: left;
	float: none;
	position: absolute;
	top: 58px;
	width: 100%;
	z-index: 999;
}
ul.main-navigation li {
	display: block;
	width: 100%;
	margin-left: 0px;
}
.mob-menu {
	display: inline-block;
	float: right;
	height: 18px;
	width: 18px;
	margin: 20px 25px 0 0;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-repeat: no-repeat;
	background-position: -430px 0px;
}
.mob-menu.active {
	background-image: url(/Presentation/Aquafold/Assets/Images/aquafold-icons.png);
	background-repeat: no-repeat;
	background-position: -430px -26px;
}
.banner-copy h1 {
	font-size: 110px;
	line-height: 90px;
}
.banner-copy h2 {
	font-size: 33px;
	line-height: 40px;
}
.banner-copy p {
	font-size: 30px;
}
.aqua-cta-green {
	font-size: 26px;
	line-height: 26px;
}
header > .aquafold-container {
	padding-top: 0px;
	text-align: left;
}
a.brand-location {
	float: left;
	margin: 18px 0px 0px 15px;
}
ul.product-action li {
	display: block;
	width: 100%;
	margin: 50px 0px;
	padding: 20px;
}
ul.product-action li p {
	margin: 7px 0px 25px 0px;
}
.bg-light-blue {
	padding: 15px 0;
}
ul.aquafold-users-logo li {
	margin: 35px 25px 0 25px;
}
/* Product Pages Styling */
ul.aqua-products li {
	width: 100%;
}
ul.aqua-products li h3 {
	min-height: auto;
}
ul.aqua-products li p {
	min-height: 100px;
}
/* Product downloa form */
dl.aqua-right-img {
	padding: 0px 35px;
}
dl.aqua-right-img dd h2 {
	margin-top: 20px;
}
dl.aqua-right-img dt, dl.aqua-right-img dd {
	text-align: center;
}
.aqua-form {
	width: 70%;
	margin: 0px auto 40px;
	padding: 15px 0px 15px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tab-content {
	background-color: #eaf6fb;
	padding-bottom: 45px;
}
.tab-content > p {
	color: #000;
}
.tab-content > ul.download-product > li {
	width: 100%;
}
ul.tabs > li {
	cursor: auto;
}
ul.tabs > li.current:after, ul.tabs > li:hover:after {
	display: none;
}
ul.tabs > li {
	margin-right: 0px;
	padding: 0px;
	width: 100%;
}
ul.tabs > li.tab-link > span {
	display: block;
	padding: 15px;
	cursor: pointer;
}
dl.aqua-left-img dt, dl.aqua-left-img dd {
	text-align: center;
}
dl.aqua-left-img dd a.aqua-cta-green-md, dl.aqua-left-img dd a.aqua-cta-blue-md {
	margin: 0px 10px;
	font-size: 25px;
	line-height: 25px;
}
.aqua-data {
	text-align: center;
}
ul.aqua-features {
	margin: 0px 15px;
}
/* Support Page */
.support-page > .aquafold-container ul.tabs > li:first-child > .tab-content {
	background-color: #fff;
	padding: 25px 0px 0px 15px;
}
ul.aqua-product-filter > li > p {
	color: #000;
}
.support-blue {
	margin-top: 0px;
}
ul.aqua-product-filter > li:first-child {
	max-width: 100%;
}
ul.aqua-product-filter > li > ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
ul.aqua-product-filter {
	padding: 0px;
}
ul.aqua-product-filter > li:last-child {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	border: none;
	width: 100%;
}
.support-page > .aquafold-container ul.tabs > li:first-child > .tab-content {
	padding: 25px 15px 0px 15px;
}
ul.aqua-support-tab > li:first-child {
	width: 100%;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 50px 0px;
	border-right: none;
	border-bottom: 1px solid #000;
}
ul.aqua-support-tab > li:last-child {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	border-bottom: 1px solid #000;
}
.support-note {
	padding: 30px 15px 0px 0px;
}
.light-blue-bg {
	padding: 0px;
}
.buy-now-page ul.tabs > li .tab-content {
	background-color: #fff;
	color: #000;
	padding: 0px 0px 0px 0px;
}
dl.buy-new-pro {
	padding: 0;
}
dl.buy-new-pro dt, dl.buy-new-pro dd {
	display: block;
	margin: 0px;
	width: 100%;
}
dl.buy-new-pro dt {
	margin-bottom: 50px;
}
.buy-renew {
	max-width: auto;
	width: 100%;
	padding: 40px 30px;
}
dl.bill-tech-contact dt, dl.bill-tech-contact dd {
	font-family: 'proxima_nova_rgregular';
	font-size: 17px;
	line-height: 20px;
}
dl.pay-option dt, dl.pay-option dd {
	width: 100%;
}
dl.pay-option dd {
	margin-top: 30px;
}
.buy-form-container {
	padding: 0px 0px 50px 0px;
}
/*features content*/
.product-feature-hr {
	border: 0;
	height: 2px;
	background: #fff;
	margin: 20px 0px 20px 0px;
}
.product-features-content-right {
	margin: 0px 0px 20px 0px;
}
.product-features-content-left {
	margin: 0px 0px 0px 0px;
}
.product-features-content-left ul {
	display: inline;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 18px;
	color: #063b53;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	list-style: none;
	width: 100%;
	float: none;
}
.product-features-content-left ul li {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
.product-features-content-left ul li:after {
	content: ", ";
}
.product-features-content-left ul li a:hover {
	text-decoration: underline;
}
.product-features-content-left ul li span {
	display: inline;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.textCallout {
	font-family: 'proxima_nova_rgbold' !important;
	margin-top: 15px !important;
	display: block !important;
}
.product-features-video-box {
	width: 482px;
	margin: 0px auto 0px auto;
}
.videoDownloadTXT {
	padding-top: 5px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}
/*Overview Tab Styles ======================================================== OVERVIEW TABS */
.af-overview-hero-wrapper {
	display: block;
	width: 100%;
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 40px 0px; 
}
.af-overview-hero-carousel {
	display: block;
	box-sizing: border-box;
	width: 476px;
	height: auto;
	float: none;
	margin: 0px auto 0px auto;
}
.af-overview-herop-content {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.af-overview-herop-content h2 {
	font-family: 'proxima_novalight';
	color: #00a1dd;
	font-size: 35px;
	line-height: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.af-title-release {
	display: inline-block;
	background-color:#F5861F;
	color: #FFFFFF !important;
	font-size: 13px;
	line-height: 13px;
	vertical-align:middle;
	padding: 4px 5px 3px 5px;
}
.af-overview-herop-content p {
	margin-bottom: 25px;
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}
.af-overview-hero-cta-green {
	display: inline-block;
	margin-right: 0px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 10px 20px;
	font-family: 'proxima_nova_rgregular';
	font-size: 23px;
	line-height: 23px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.af-overview-hero-cta-blue {
	display: inline-block;
	margin-right: 0px;
	vertical-align: top;
	color: #fff;
	background-color: #00a1dd;
	padding: 10px 20px;
	font-family: 'proxima_nova_rgregular';
	font-size: 23px;
	line-height: 23px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
	margin: 0px 0px 0px 10px;
}


    .af-overview-hero-cta-margin {
        margin-top: 10px;
    }

.af-Lead-Paragraph {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px 0px 30px;
}
.af-rule {
	display: block;
    margin: 10px 30px 30px 30px;
    border-width: 0px;
	height: 1px;
	background-color:#bbe5f5;
}
.af-overview-features-wrap {
	padding: 0px 30px 0px 30px;
}
.af-overview-feature-content-left {
	float: none;
	width: 100%;
}
.af-overview-feature-content-right {
	float: none;
	width: 100%;
}
.af-overview-feature-callout {
	display: inline-block;
	background-color:#F5861F;
	color: #FFFFFF !important;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 6px 2px 6px;
	position: relative;
	top:-3px;
}
.af-overview-feature-content-left ul, .af-overview-feature-content-right ul {
	list-style-position: inside;
	margin: 0px 0px 0px 0px;
}
.af-two-col-list {
	list-style: none;
	margin: 0px auto 0px auto !important;
	width: 400px;
}
.af-overview-highlights-group {
	position: relative;
	padding: 0px 0px 20px 0px;
	text-align: left;
	width: 400px;
	margin: 0px auto 0px auto;
}
/*Blue section styles >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.af-feature-col-one img, .af-feature-col-two img, .af-feature-col-three img {
	display: block;
	border: 1px solid #00A1DD;
	width: 95%;
	height: auto;
	margin: 0px auto 0px auto;
}
.af-feture-col-group ul {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 16px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
/*Company pages =========================================================== Company pages */
.af-download-hero-cta-green {
	display: block;
	margin-right: -4px;
	margin-bottom: 30px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 15px 25px;
	font-family: 'proxima_nova_rgregular';
	font-size: 24px;
	line-height: 24px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
	text-decoration: none !important;
	text-align: center;
}
.af-download-hero-cta-green:hover {
	background-color: #84b532;
}
/*customer list ================================== customer list */
.companyH2body {
	color: #00A1DD !important;
	display: block !important;
	font-family: 'proxima_novalight' !important;
	font-size: 30px !important;
	line-height: 33px !important;
	height: auto !important;
	margin: 30px 0px 8px 0px !important;
	padding: 20px 15px 0px 15px !important;
	text-align: left;
}
.companyH3body {
	color: #000000 !important;
	display: block !important;
	font-family: 'proxima_nova_rgbold' !important;
	font-size: 16px !important;
	line-height: 20px !important;
	height: auto !important;
	margin: 0px 0px 45px 0px !important;
	padding: 0px 15px 30px 15px !important;
	text-align: left;
}
/*Management Team ================================== Management Team */
.af-team-h4 {
	color: #000000;
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 24px;
	line-height: 24px;
	height: auto;
	margin: -45px 0px 30px 0px;
	padding: 0px;
	text-align: left;
}
.af-team-txt h5 {
	font-family: 'proxima_nova_rgbold';
	color:#000000;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-team-txt h6 {
	font-family: 'proxima_nova_rgregular';
	color:#00A1DD	;
	font-size: 17px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-team-txt p {
	font-family: 'proxima_novalight';
	color:#000000;
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
/*News Room ================================== News Room */
.af-press-box {
	padding: 0px 15px 0px 15px;
	margin-top: -30px;
}
.af-press-left {
	float: left;
	width: 60%;
}
.af-press-right {
	float: right;
	width: 35%;
}
.af-press-left h3, .af-press-right h3 {
	font-family: 'proxima_nova_rgbold';
	color:#000000;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
.af-press-left p {
	font-family: 'proxima_novalight';
	color:#000000;
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
.af-press-right p {
	font-family: 'proxima_novalight';
	color:#000000;
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
/*Contact Us ================================== Contact Us */
.af-contact-left {
	float: left;
	width: 48%;
}
.af-contact-right {
	float: right;
	width: 48%;
}
.af-contact-left h4 {
	font-family: 'proxima_nova_rgbold';
	color:#000000;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-contact-left h5 {
	font-family: 'proxima_nova_rgbold';
	color:#000000;
	font-size: 15px;
	line-height: 15px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-contact-left p {
	font-family: 'proxima_novalight';
	color:#000000;
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-contact-left li {
	font-family: 'proxima_novalight';
	color:#000000;
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: left;
}
/*Licensing Pages ======================================= Licensing Pages */
.aqua-licensing h1 {
	font-size: 24px !important;
	line-height: 26px !important;
}
.aqua-licensing h2 {
	font-size: 17px !important;
}
.aqua-licensing p {
	font-size: 13px !important;
}
/*Logo page ============================================= Logo page */
.af-logo-box ul li {
	font-family: 'proxima_novalight' !important;
	display: inline-block;
	width: 256px !important;
	margin: 0px 0px 15px 0px;
}
.logo-banner-boxes {
	float: none;
	padding: 0px 0px 20px 0px;
}
/* Example Pages =========================================== Example Pages */
.af-example-hero-h3 {
	font-family: 'proxima_nova_rgbold'!important;
	font-size: 21px !important;
	line-height: 21px !important;
	margin: 30px 0px 15px 0px !important;
	padding: 0px 0px 10px 0px !important;
	color: #000000 !important;
	border-bottom: 1px solid #9CD7E9;
	text-align: left;
}
.af-example-content-box p {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-example-codeblock {
	font-family: courier new,courier;
	padding: 20px;
	margin:0px 0px 20px 0px;
	background-color: #fff;
	border: 1px dotted #9CD7E9;
	word-break: break-all;
	text-align: left;
}
.af-example-content-box ul li {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
	
/* Sachin's Style =============================================== Sachin's Style */
ul.aqua-data-list {
	padding: 0px;
}
ul.aqua-data-list > li {
	min-height: 0px;
	width: 100%;
	margin: 0px 0px 25px 0px;
}
ul.aqua-data-list > li:last-child {
	margin-bottom: 50px;
}
dl.support-tool-scr dt {
	width: 100%;
	margin: 0px;
}
dl.support-tool-scr dd {
	width: 100%;
	margin: 50px 0px 0px 0px;
}
/* new Style */
	
#licensing-tab {
	background-color: #fff;
	padding: 45px 15px;
}
.aqua-licensing {
	padding: 0px;
	background-color: #fff;
}
.tutorial-videos-title > h2 {
	font-size: 30px;
	line-height: 35px;
}
dl.order-result > dt, dl.order-result > dd {
	display: block;
	float: none;
}
dl.order-result > dd > ul li {
	display: block;
	text-align: left !important;
	margin: 20px 0px 0px 0px !important;
}
.subtotal-order, .order-text {
	text-align: left;
}
ul.order-in-detail li {
	float: none;
}
ul.order-in-detail li:nth-of-type(2n+1) {
	margin-top: 15px;
}
ul.soft-deactivate li {
	width: 100%;
	display: block;
	margin: 0px 0px 35px 0px;
}
.authorization-code {
	max-width: 100%;
	min-height: 150px;
}
ul.soft-deactivate li > p:nth-of-type(1) {
	min-height: 100%;
}
ul.tabs > li > a {
	display: block;
	padding: 15px;
}
.normal-copy {
	display: block;
	width: 100%;
	margin: 0;
}
.aqua-list-data {
	display: block;
	position: relative;
}
.aqua-discount {
	display: block;
	position: relative;
}
.aqua-rate {
	display: block;
	position: relative;
}
.aqua-date {
	display: block;
	position: relative;
}
.aqua-quantity {
	display: block;
	position: relative;
	text-align: left;
}
.aqua-price {
	display: block;
	position: relative;
}
}









/*600 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
@media only screen and (max-width: 600px) {
.banner-copy {
	text-align: center;
}
.banner-copy h1 {
	font-size: 110px;
	line-height: 90px;
	display: inline-block;
	float: none;
}
.banner-copy h2 {
	width: 100%;
}
.banner-copy a {
	float: none;
}
.aqua-prod h1 {
	font-size: 40px;
	line-height: 40px;
}
ul.aqua-products li, ul.aqua-products li:first-child {
	margin: 65px auto 0px auto;
}
.aqua-form {
	width: 90%;
}
ul.aqua-features li {
	display: block;
	margin-right: 0px;
	width: 100%;
	text-align: center;
}
dl.aqua-left-img dd a.aqua-cta-green-md, dl.aqua-left-img dd a.aqua-cta-blue-md {
	margin: 0px 10px 15px 10px;
}
.edit-order {
	display: block;
	margin: 25px 0px 50px 0px;
}
/* Damon's Additions */
.product-nav-container {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 30px auto -50px auto;
	padding: 0px 0px 0px 0px;
}
.product-nav-container ul {
	width: 90%;
}
.product-nav-container ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 15px;
	line-height: 15px;
}
.product-nav-container ul li a:hover {
	background-color: #c1c0c0;
	transition: all .22s;
}
.product-nav-container ul li a.current-tab {
	padding: 5px 10px 5px 10px;
	font-size: 15px;
	line-height: 15px;
	pointer-events: none;
}
.product-nav-container ul li a.current-tab:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 0px solid transparent;
	border-top-color: #073a55;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -10px;
}
/* Product Page Styles */
.product-page-header {
	display: block;
	box-sizing: border-box;
	margin: 70px auto 0px auto;
	padding: 0px 15px 20px 15px;
	width: 100%;
}
.product-page-header h2 {
	color: rgb(0, 161, 221);
	display: block;
	font-family: proxima_novalight;
	font-size: 33px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: 33px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(0, 161, 221);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}
.product-page-header h2 span {
	color: rgb(6, 59, 84);
}
/*Table*/
.product-table-content-container {
	padding: 0px 15px 0px 15px !important;
	margin: -15px 0px 0px 0px !important;
}
.product-table-content-container table {
	font-family: 'proxima_nova_rgregular';
	width: 100%;
	border-collapse: collapse;
	display: block;
	border: 1px solid #a5daf0;
}
/* Zebra striping */
.product-table-content-container tr {
	background: #ffffff;
}
.product-table-content-container tr:nth-of-type(odd) {
	background: #d5edf8;
}
.product-table-content-container th {
	background: #ffffff;
	color: rgb(6, 59, 84);
	font-family: 'proxima_nova_rgbold';
	padding: 10px;
	border-color: #a5daf0;
	border-width: 1px;
	border-style: solid;
	display: none;
}
.product-table-content-container td, product-table-content-container th {
	padding: 10px 10px 10px 10px;
	border: 0px solid #a5daf0;
	text-align: left;
	vertical-align: top;
	display: block;
}
.product-table-content-container td.fixed, product-table-content-container th.fixed {
	white-space: nowrap;
}
.product-just-released {
	display: inline-block;
	background-color: orange;
	color: #ffffff;
	font-family: 'proxima_nova_rgbold';
	font-size: 11px;
	text-align: center;
	padding: 3px 0px 3px 0px;
	text-shadow: 0px 0px 4px orangered;
	width: 86px;
	margin-left: 10px;
	vertical-align: top;
}
.versionTD a {
	font-family: 'proxima_nova_rgbold' !important;
	font-size: 18px !important;
	line-height: 18px !important;
}
.versionTD {
	padding: 20px 10px 0px 10px !important;
}
.releaseTD {
	padding: 0px 10px 0px 10px !important;
}
.featuresTD {
	padding: 15px 10px 20px 10px !important;
	font-size: 14px !important;
	line-height: 18px !important;
}
/*features content*/
.product-features-video-box {
	width: 320px;
	margin: 0px auto 0px auto;
}
.videoCaption {
	display: block;
	padding: 8px 0px 11px 0px;
	font-size: 12px;
	line-height: 12px;
	color: #9CD7E9 !important;
	text-align: center;
}
.product-features-video-link {
	display: block;
	border: 1px solid #9CD7E9;
	background-color: #ffffff;
	padding: 8px 16px 8px 16px;
	margin: 0px 0px 10px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	line-height: 14px;
}
.product-features-content-right video {
	width: 320px;
	height: 188px;
}
.product-features-content-right img.featureIMG {
	width: 320px;
	height: 188px;
}
/*Download styles*/
.tab-content ul li label span.dlType {
	display: inline;
	font-size: 16px !important;
}
.tab-content ul li label span.dlVersion {
	display: block;
	font-size: 16px !important;
}
.tab-content ul li label span.dlChangelog {
	display: block;
	font-size: 16px !important;
}
.docFix {
	white-space: normal;
}
.videoDescLine {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.video-view {
	display: block;
	background-color: #1aa2db;
	color: #ffffff;
	padding: 10px 16px 8px 16px;
	margin: 0px auto 10px auto;
	text-align: center;
	font-size: 14px !important;
	line-height: 14px !important;
	width: 200px;
}
.videoDescLine small {
	font-size: 12px;
	line-height: 12px;
}
.videoThumb {
	width: 200px;
	height: auto;
}
.videoThumbLink {
	display: block !important;
	margin: 0px auto !important;
	width: 100%;
	text-align: center;
}
.videoH4 {
	font-size: 18px !important;
	line-height: 18px !important;
	font-family: 'proxima_nova_rgbold' !important;
	padding: 0px 15px 30px 15px !important;
	margin-top: -20px !important;
}
/*Home page additions from old site*/
.hp-product-spotlight-content h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 22px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	color: #000000;
}
.hp-product-spotlight-content p {
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	color: #0f628a;
}
/*home page carousel*/
.hp-product-spotlight-img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: auto;
	float: none;
}
.hp-carousel-box {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.hp-carousel-caption {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	bottom: 0px;
	font-size: 14px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}
.callout-boxes {
	padding: 30px 20px 40px 20px;
	font-family: 'proxima_novalight';
	font-size: 18px;
	color: #000;
	text-align: center
}
.callout-boxes ul li {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-color: #f5f5f4;
	font-size: 15px;
	padding: 15px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: top;
}
.callout-boxes ul li:last-of-type {
	margin: 0px 0px 0px 0px;
}
.callout-boxes ul li h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.callout-boxes ul li p {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.mobileUnbreak {
	display: none;
}
/*Overview Tab Styles ======================================================== OVERVIEW TABS */
.af-overview-hero-wrapper {
	display: block;
	width: 100%;
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 40px 0px; 
}
.af-overview-hero-carousel {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: none;
	margin: 0px auto 0px auto;
}
/*Aqua Data Server Features Styles ============================ Aqua Data Server Features Styles */
.product-page-header h3 {
	font-family: 'proxima_nova_rgbold';
	color: #000000;
	font-size: 18px;
	line-height: 18px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.af-four-hero-box {
	display: block;
	box-sizing: border-box;
	width: 90%;
	margin: 0px auto 0px auto;
}
.af-feature-hero-section-left {
	display: block;
	box-sizing: border-box;
	width: 48%;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.af-feature-hero-section-right {
	display: block;
	box-sizing: border-box;
	width: 48%;
	height: auto;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.af-feature-hero-section-left-txt {
	display: table-cell;
	float: none;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height:auto;
	width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: right top;
}
.af-feature-hero-section-leftbtm-txt {
	display: table-cell;
	float: none;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height: auto;
	width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: right bottom -40px;
}
.af-feature-hero-section-right-txt {
	display: table-cell;
	float: none;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height: auto;
	width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: left top -40px;
}
.af-feature-hero-section-rightbtm-txt {
	display: table-cell;
	float: none;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height: auto;
	width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: left bottom -40px;
}
.af-feature-hero-section-left-img {
	display: table-header-group;
	float: none;
	width: 100%;
	height: auto;
	background-color:#00A1DD;
	padding: 2px;
	border: 2px solid #00A1DD !important;
}
.af-feature-hero-section-right-img {
	display: table-header-group;
	float: none;
	width: 100%;
	height: auto;
	background-color:#00A1DD;
	padding: 2px;
	
}
.af-feature-hero-section-right-img img, .af-feature-hero-section-left-img img {
	border: 2px solid #00A1DD !important;
}
.af-feature-hero-section-left-txt-box {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	bottom: auto;
	text-align: center;
}
.af-feature-hero-section-right-txt-box {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	bottom: auto;
	text-align: center;
}
.af-feature-hero-section-bottom-txt-box {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.af-feature-hero-section-left-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-right: 10px;
}
.af-feature-hero-section-right-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-left: 10px;
}
.af-feature-hero-section-bottom-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-right: 10px;
}
.af-feature-hero-section-bottomR-txt-box {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-left: 10px;
	text-align: center;
	padding-top: 10px;
}
.af-feature-hero-section-left-txt-box ul li,
.af-feature-hero-section-right-txt-box ul li {
	padding-top: 10px;
}
.af-feature-hero-section-bottom-txt-box ul li,
.af-feature-hero-section-bottomR-txt-box ul li {
	padding-bottom: 10px;
}
.af-server-subnav-box {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 40px auto 0px auto;
	width: 95%
}
.af-server-subnav-box ul {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	width: 100%;
}
.af-server-subnav-box ul li {
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
	*display: inline;
    zoom: 1;
	width: 110px;
	vertical-align: top;
}
.af-server-subnav-box ul span.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.af-server-subnav-box ul li img {
	border: 1px solid #00A1DD;
}
.af-server-subnav-box ul li h5 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	line-height: 16px;
	color:#000000;
}
.af-server-subnav-box ul li p {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 13px;
	line-height: 14px;
	color:#000000;
	text-align: left;
}
.af-server-subnav-box ul li h6 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
	color:#000000;
}
.af-server-subnav-box ul li div {
	margin: 2px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
}
.af-server-subnav-box ul li a {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 12px;
	color:#0F628A;
	text-decoration: underline;
}
/*Blue section styles >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.af-feature-threecol-box {
	padding: 0px 20px 0px 20px;
}
.af-feature-col-one {
	display: block;
	box-sizing: border-box;
	width: 33.333%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
.af-feature-col-two {
	display: block;
	box-sizing: border-box;
	width: 33.333%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
.af-feature-col-three {
	display: block;
	box-sizing: border-box;
	width: 33.333%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
.af-feature-col-one img, .af-feature-col-two img, .af-feature-col-three img {
	display: block;
	border: 1px solid #00A1DD;
	width: 95%;
	height: auto;
	margin: 0px auto 0px auto;
}
.af-feture-col-group ul {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 16px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
/*Download pages =========================================================== Download pages */
.af-download-hero-box {
	display: block;
	box-sizing: border-box;
	padding-bottom: 0px;
}
.af-download-hero-txt {
	display: block;
	box-sizing: border-box;
	width: 100%;
	float: none;
}
.af-download-hero-txt h2 {
	color: #00A1DD;
	display: block;
	font-family: 'proxima_novalight';
	font-size: 24px;
	height: 70px;
	line-height: 26px;
	margin-bottom: 23px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.af-download-hero-ImgLinks {
	display: block;
	box-sizing: border-box;
	width: 100%;
	background-color: #ffffff;
	float: none;
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	padding: 0px 0px 0px 0px;
	background-image:none;
	background-image:none;
	background-image:none;
	background-image:none;
	background-image:none;
	background-image:none;
}
.af-download-callout {
	background-color: #00A1DD;
	text-align: center;
	color:#ffffff;
	padding: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0px 15px -50px 15px;
	font-size: 12px;
}
.af-download-itembox {
	padding: 10px 0px 10px 0px;
	margin: 0px 15px 0px 0px;
	border-bottom: 1px solid #9cd7e9;
}
.af-download-title {
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	margin-right: 0px;
	float: none;
}
.af-download-version {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 0px 5px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	border: 1px solid #eaf6fb;
	margin-right: 8px;
	float: none;
}
.af-download-exe {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 0px 5px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	border: 1px solid #eaf6fb;
	margin-right: 8px;
	float: none;
	text-align: center;
	width: auto;
}
.af-download-changelog {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 8px;
	color: #ffffff;
	background-color: #00A1DD;
	border: 1px solid #00A1DD;
	margin-right: 8px;
	float: right;
}
.af-download-download {
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 8px 5px 8px;
	color: #ffffff;
	background-color: #95C93D;
	border: 1px solid #95C93D;
	float: right;
}
/*Company pages =========================================================== Company pages */
.company-page-header {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 70px auto 0px auto;
	padding: 0px 15px 0px 15px;
}
.companyH2 {
	color: #00A1DD;
	display: block;
	font-family: 'proxima_novalight';
	font-size: 26px;
	line-height: 30px;
	height: auto;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
.companyH3 {
	color: #000000;
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 15px;
	line-height: 19px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}
.af-company-colSet {
	display: block;
	box-sizing: border-box;
	padding: 0px 15px 0px 15px;
	margin-top: -20px;
}
.af-company-colOne {
	display: block;
	box-sizing: border-box;
	float: none;
	width: 100%;
}
.af-company-colTwo {
	display: block;
	box-sizing: border-box;
	float: none;
	width: 100%;
	border-left: 0px solid #9CD7E9;
	padding-left: 0px;
	margin-top: 50px;
}
.af-company-colOne h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-company-colOne p {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-company-colOne a {
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left !important;
	display: block;
}
.af-timeline-items {
	padding: 0px 20px 20px 20px;
}
/*customer list ================================== customer list */
.companyH2body {
	color: #00A1DD !important;
	display: block !important;
	font-family: 'proxima_novalight' !important;
	font-size: 26px !important;
	line-height: 30px !important;
	height: auto !important;
	margin: 30px 0px 8px 0px !important;
	padding: 20px 15px 0px 15px !important;
	text-align: left;
}
.companyH3body {
	color: #000000 !important;
	display: block !important;
	font-family: 'proxima_nova_rgbold' !important;
	font-size: 14px !important;
	line-height: 18px !important;
	height: auto !important;
	margin: 0px 0px 45px 0px !important;
	padding: 0px 15px 30px 15px !important;
	text-align: left;
}
/*Management Team ================================== Management Team */
.af-team-h4 {
	color: #000000;
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 24px;
	line-height: 24px;
	height: auto;
	margin: -45px 0px 30px 0px;
	padding: 0px;
	text-align: left;
}
.af-team-photo {
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.af-team-txt {
	float: right;
	width: 73%;
	box-sizing: border-box;
}
/*Begin All Downloads Page Styles ========================================================================================================= */
.afAllDLpage-ControlGroup {
	display: inline-block;
	white-space: normal;
	padding: 0px 0px 0px 0px;
}
/*
.afAllDLpage-FilterBox {
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
*/
/*
.afAllDLpage-Filter-Product {
	display: block;
	box-sizing: border-box;
	background-color: #c4e8f6;
}
*/
/*
.afAllDLpage-Filter-Platform {
	display: block;
	box-sizing: border-box;
	background-color: #d8eff9;
}
*/
/*
.afAllDLpage-Filter-Type {
	display: block;
	box-sizing: border-box;
	background-color: #e1f3fa;
}
*/
.afAllDLpage-Filter-content {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 10px 15px 10px 15px;
	font-size: 0px;
	line-height: 0px;
	color: #00a1dd;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	text-align: center;
}
.afAllDLpage-Filter-TitleProduct, .afAllDLpage-Filter-TitlePlatform, .afAllDLpage-Filter-TitleType {
	display: block;
	box-sizing: border-box;
	color:#063b53;
	font-size: 18px;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.afAllDLpage-Filter-TitleProduct {margin: 0px 0px 0px 0px;}
.afAllDLpage-Filter-TitlePlatform {margin: 0px 0px 0px 0px;}
.afAllDLpage-Filter-TitleType {margin: 0px 0px 0px 0px;}
.afAllDLpage-Filter-InnerTitle {
	display: block;
	box-sizing: border-box;
	color:#063b53;
	font-size: 18px;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.afAllDLpage-Filter-RadioBox {
	display: block;
	box-sizing: border-box;
	color:#00a1dd;
	font-size: 18px;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.afAllDLpage-Filter-DropDownBox {
	display: block;
	box-sizing: border-box;
	color:#00a1dd;
	font-size: 18px;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.afAllDLpage-Filter-CheckBox {
	display: block;
	box-sizing: border-box;
	color:#063b53;
	font-size: 15px;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*
.afAllDLpage-FilterRadio {
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 16px;
	width: 21px;
	background-image: url(/Presentation/Aquafold/Assets/Images/allDownload-Radio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: 2px;
	cursor: pointer;
	outline: none;
}
*/
/*.afAllDLpage-FilterRadio:checked {background-position: 0px -44px;}*/
/*
.afAllDLpage-FilterSelect {
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 32px;
	width: 90px;
	border: 0;
	font-size: 18px;
	color:#00a1dd;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background-image: url(/Presentation/Aquafold/Assets/Images/allDownload-DropDownArrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	outline: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
*/
/*
.afAllDLpage-FilterCheckbox {
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 22px;
	width: 22px;
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	background-image: url(/Presentation/Aquafold/Assets/Images/allDownload-Checkbox.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	outline: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	top: 5px;
}
*/
/*
.afAllDLpage-FilterCheckbox:checked {
	background-position: 0px -38px;
}
*/
/*
.afAllDLpage-Filter-content label {
	cursor: pointer;
}
*/
/*
.afAllDLpage-ResultWrapper {
	display: block;
	box-sizing: border-box;
	padding: 30px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}
*/
.afAllDLpage-ResultBox {
	display: block;
	box-sizing: border-box;
	padding: 25px 25px 35px 25px;
	margin: -50px 0px 25px 0px;
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/*
.afAllDLpage-ResultBox h2 {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size:30px;
	line-height: 30px;
	color:#00A1DD;
}
*/
/*
.afAllDLpage-ResultBox h2 span {
	color:#0a3b53;
}
*/
/*
.afAllDLpage-ResultBox h3 {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 10px 0px;
	font-family: 'proxima_nova_rgbold';
	font-size:18px;
	line-height:18px;
	color:#76a03f;
	border-bottom: 1px solid #95C93D;
}
*/
}









/*550 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
@media only screen and (max-width: 550px) {
.af-download-itembox {
	padding: 10px 0px 10px 0px;
	margin: 0px 15px 0px 0px;
	border-bottom: 1px solid #9cd7e9;
	display: -webkit-flex; /* Safari */
    -webkit-flex-direction:column; /* Safari 6.1+ */
    display: flex;
    flex-direction: column; 
}
.af-download-title {
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 0px 0px 0px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	margin-right: 0px;
	float: none;
	text-align: center;
	order:1;
}
.af-download-version {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 8px 0px 0px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	border: 1px solid #eaf6fb;
	margin-right: 0px;
	float: none;
	text-align: center;
	order:2;
}
.af-download-exe {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 0px 0px 8px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	border: 1px solid #eaf6fb;
	margin-right: 0px;
	float: none;
	text-align: center;
	width: auto;
	order:3;
}
.af-download-changelog {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	background-color: #00A1DD;
	border: 1px solid #00A1DD;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
	float: none;
	text-align: center;
	order:4;
}
.af-download-download {
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	background-color: #95C93D;
	border: 1px solid #95C93D;
	margin-left: 20px;
	margin-right: 20px;
	float: none;
	text-align: center;
	order:5;
}
}



















/*480 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
@media only screen and (max-width: 480px) {
.aqua-form {
	padding: 15px 0px;
}
.half-field, .full-field {
	width: 100%;
}
.support-blue {
	padding-right: 15px;
}
.cc-icons {
	text-align: left;
	margin: 0px;
}
.cc-detail label > span {
	display: block;
}
.product-features-video-box {
	width: 280px;
	margin: 0px auto 0px auto;
}
.videoCaption {
	display: block;
	padding: 8px 0px 11px 0px;
	font-size: 12px;
	line-height: 12px;
	color: #9CD7E9 !important;
	text-align: center;
}
.videoDownloadTXT {
	padding-top: 5px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
.product-features-video-link {
	display: block;
	border: 1px solid #9CD7E9;
	background-color: #ffffff;
	padding: 8px 16px 8px 16px;
	margin: 0px 0px 10px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}
.product-features-video-watch-link {
	float: none;
	display: block;
	margin-bottom: 10px;
}
.product-features-video-download-link {
	float: none;
	display: block;
}
.product-features-content-right video {
	width: 280px;
	height: 164px;
}
.product-features-content-right img.featureIMG {
	width: 280px;
	height: 164px;
}
.required-form-field {
	margin-left: 0px;
}
/*Overview Tab Styles ======================================================== OVERVIEW TABS */
.af-overview-herop-content h2 {
	font-family: 'proxima_novalight';
	color: #00a1dd;
	font-size: 30px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.af-overview-hero-cta-green {
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 10px 20px;
	font-family: 'proxima_nova_rgregular';
	font-size: 23px;
	line-height: 23px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
}


    

.af-overview-hero-cta-blue {
	display: block;
	margin-right: 0px;
	vertical-align: top;
	color: #fff;
	background-color: #00a1dd;
	padding: 10px 20px;
	font-family: 'proxima_nova_rgregular';
	font-size: 23px;
	line-height: 23px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
	margin: 0px 0px 0px 0px;
}


    .af-overview-hero-cta-margin {
        margin-top: 10px;
    }
.af-overview-h3 {
	font-family: 'proxima_nova_rgregular';
	font-size: 22px !important;
	line-height: 22px !important;
	margin: 30px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
}
.af-rule {
	display: block;
    margin: 10px 10px 30px 10px;
    border-width: 0px;
	height: 1px;
	background-color:#bbe5f5;
}
.af-overview-feature-callout {
	display: block;
	background-color:#F5861F;
	color: #FFFFFF !important;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 6px 2px 6px;
	position: relative;
	top:auto;
	margin: 5px auto 0px auto;
	width: 120px;
}
.af-overview-feature-content-left ul, .af-overview-feature-content-right ul {
	list-style-position: inside;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.af-icon-ul {
	list-style: none;
	margin: 0px 0px 0px 26px !important;
	text-align: left;
}
.af-two-col-list {
	list-style: none;
	margin: 0px auto 0px auto !important;
	width: 100%;
}
.af-two-col-list li {
	font-family: 'proxima_novalight';
	display: block !important;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
}
.af-two-col-list li a, .af-two-col-list li em {
	font-family: 'proxima_nova_rgregular';
	float: none;
	display: inline;
	font-style: normal;
}
.af-two-col-list li div {
	float: none;
	display: inline;
	font-family: 'proxima_novalight';
}
.af-overview-highlights-group {
	position: relative;
	padding: 0px 0px 20px 0px;
	text-align: left;
	width: 100%;
	margin: 0px auto 0px auto;
}
/*What's New Tab Styles ===================================== WHAT'S NEW TABS */
.af-subscribe-box {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 15px;
	margin: 20px 0px 0px 0px;
	text-align: left;
}
.af-subscribe-box h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 16px;
	line-height: 16px;
	text-align: left;
}
.af-subscribe-TXT {
	display: inline-block;
	box-sizing: border-box;
	width: 190px;
	height: 30px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #9CD7E9;
	border-right: 0px;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	font-size: 14px;
	color:#0a3b53;
}
.af-subscribe-BTN {
	display: inline-block;
	box-sizing: border-box;
	width: 80px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	background-color:#00A1DD;
}
/*Aqua Data Server Features Styles ============================ Aqua Data Server Features Styles */
.product-page-header h3 {
	font-family: 'proxima_nova_rgbold';
	color: #000000;
	font-size: 17px;
	line-height: 17px;
	padding: 10px 30px 0px 30px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.af-four-hero-box {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0px auto 0px auto;
}
.af-feature-hero-section-left {
	display: flex;
	flex-direction: column;
/*	display: block;*/
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.af-feature-hero-section-right {
	display: flex;
	flex-direction: column;
/*	display: block;*/
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.af-feature-hero-section-left-txt {
	display: block;
	float: none;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height:auto;
	width: 100% !important;
	background-image:none;
	background-repeat: no-repeat;
	background-position: right top;
	order: 2;
}
.af-feature-hero-section-leftbtm-txt {
	display: block;
	float: none;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height: auto;
	width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: right bottom -40px;
	order: 2;
}
.af-feature-hero-section-right-txt {
	display: block;
	float: none;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height: auto;
	width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: left top -40px;
	order: 2;
}
.af-feature-hero-section-rightbtm-txt {
	display: block;
	float: none;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	position: relative;
	height: auto;
	width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: left bottom -40px;
	order: 2;
}
.af-feature-hero-section-left-img {
	display: block;
	float: none;
	width: 100% !important;
	height: auto;
	background-color:#ffffff;
	padding: 0px;
	border: 0 !important;
	order: 1;
}
.af-feature-hero-section-right-img {
	display: block;
	float: none;
	width: 100% !important;
	height: auto;
	background-color:#ffffff;
	padding: 0px;
	border: 0 !important;
	order: 1;
}
.af-feature-hero-section-right-img img, .af-feature-hero-section-left-img img {
	border: 2px solid #00A1DD !important;
	max-width: 300px !important;
	width: 100%;
	height: auto !important;
	margin: 0px auto 0px auto;
}
.af-feature-hero-section-left-txt-box {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	bottom: auto;
	text-align: center;
}
.af-feature-hero-section-right-txt-box {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	bottom: auto;
	text-align: center;
}
.af-feature-hero-section-bottom-txt-box {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.af-feature-hero-section-left-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-right: 10px;
}
.af-feature-hero-section-right-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-left: 10px;
}
.af-feature-hero-section-bottom-txt-box ul {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-right: 10px;
}
.af-feature-hero-section-bottomR-txt-box {
	list-style: none;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding-left: 10px;
	text-align: center;
	padding-top: 10px;
}
.af-feature-hero-section-left-txt-box ul li,
.af-feature-hero-section-right-txt-box ul li {
	padding-top: 10px;
}
.af-feature-hero-section-bottom-txt-box ul li,
.af-feature-hero-section-bottomR-txt-box ul li {
	padding-bottom: 10px;
}
.af-server-subnav-box {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 40px auto 0px auto;
	width: 95%
}
.af-server-subnav-box ul {
	display: block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	width: 100%;
}
.af-server-subnav-box ul li {
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height: 14px;
	*display: inline;
    zoom: 1;
	width: 110px;
	vertical-align: top;
}
.af-server-subnav-box ul span.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.af-server-subnav-box ul li img {
	border: 1px solid #00A1DD;
}
.af-server-subnav-box ul li h5 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	line-height: 16px;
	color:#000000;
}
.af-server-subnav-box ul li p {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 13px;
	line-height: 14px;
	color:#000000;
	text-align: left;
}
.af-server-subnav-box ul li h6 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
	color:#000000;
}
.af-server-subnav-box ul li div {
	margin: 2px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
}
.af-server-subnav-box ul li a {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 12px;
	color:#0F628A;
	text-decoration: underline;
}
/*Blue section styles >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.af-feature-threecol-box {
	margin-top: -20px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.af-feature-threecol-box h2 {
	font-family: 'proxima_nova_rgregular';
	font-size: 24px !important;
	line-height: 24px !important;
	margin: 20px 0px 20px 0px !important;
	padding: 0px 0px 0px 0px;
	color:#00A1DD;
}
.af-feature-col-one {
	display: block;
	box-sizing: border-box;
	width: 33.333%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
.af-feature-col-two {
	display: block;
	box-sizing: border-box;
	width: 33.333%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
.af-feature-col-three {
	display: block;
	box-sizing: border-box;
	width: 33.333%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
.af-feature-col-one h4, .af-feature-col-two h4, .af-feature-col-three h4 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	line-height: 14px;
	color:#000000;
}
.af-feature-col-one p, .af-feature-col-two p, .af-feature-col-three p {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
}
.af-feature-col-one img, .af-feature-col-two img, .af-feature-col-three img {
	display: block;
	border: 1px solid #00A1DD;
	width: 95%;
	height: auto;
	margin: 0px auto 0px auto;
}
.af-feture-col-group ul {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 16px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
/*Download pages =========================================================== Download pages */
.af-download-hero-cta-green {
	display: block;
	margin-right: -4px;
	margin-bottom: 30px;
	vertical-align: top;
	color: #fff;
	background-color: #95c93f;
	padding: 15px 25px;
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	line-height: 20px;
	transition: all 0.22s;
	transition-property: all;
	transition-duration: 0.22s;
	transition-timing-function: ease;
	transition-delay: 0s;
	text-decoration: none !important;
	text-align: center;
}
.af-download-hero-cta-green:hover {
	background-color: #84b532;
}
/*Company pages =========================================================== Company pages */
.companyH2 {
	color: #00A1DD;
	display: block;
	font-family: 'proxima_novalight';
	font-size: 24px;
	line-height: 28px;
	height: auto;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
.companyH3 {
	color: #000000;
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 14px;
	line-height: 18px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}
.af-company-colOne h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.af-company-colOne p {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.af-company-colOne a {
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left !important;
	display: inline;
}
.af-img-right {
	float: none;
}
.af-img-left {
	float: none;
}
.af-img-right div {
	background-color: #ffffff;
	border: 1px solid #9CD7E9;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
}
/*customer list ================================== customer list */
.af-customerTBL {
	margin: -30px 15px 0px 15px;
	width: 95%;
	display: block;
}
.af-customerTBL tbody tr td {
	width: 100%;
	display: block;
	padding: 0px 15px 0px 0px;
	font-family: 'proxima_nova_rgregular';
	font-size: 12px;
	line-height: 16px;
}
/*Management Team ================================== Management Team */
.af-team-h4 {
	color: #000000;
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 20px;
	height: auto;
	margin: -45px 0px 30px 0px;
	padding: 0px;
	text-align: center;
}
.af-team-photo {
	float: none;
	width: 100%;
	box-sizing: border-box;
}
.af-team-photo img {
	width: 50%;
	height: auto;
	border: 1px solid #9CD7E9;
	margin-bottom: 20px;
}
.af-team-txt {
	float: none;
	width: 100%;
	box-sizing: border-box;
}
.af-team-txt h5 {
	font-family: 'proxima_nova_rgbold';
	color:#000000;
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.af-team-txt h6 {
	font-family: 'proxima_nova_rgregular';
	color:#00A1DD	;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.af-team-txt p {
	font-family: 'proxima_novalight';
	color:#000000;
	font-size: 13px;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
/*News Room ================================== News Room */
.af-press-left {
	float: none;
	width: 100%;
	display: block;
}
.af-press-right {
	float: none;
	width: 100%;
	display: block;
	margin-top: 30px;
}
/*Contact Us ================================== Contact Us */
.af-contact-box {
	padding: 0px 15px 0px 15px;
	margin-top: -20px;
}
.af-contact-left {
	float: none;
	width: 100%;
}
.af-contact-right {
	float: none;
	width: 100%;
}
/*Logo page ============================================= Logo page */
.af-logo-h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.af-logo-p {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.af-logo-box ul li {
	font-family: 'proxima_novalight' !important;
	display: inline-block;
	width: 256px !important;
	margin: 0px 0px 15px 0px;
}
.logo-banner-boxes {
	float: none;
	padding: 0px 0px 20px 0px;
}
/* Example Pages =========================================== Example Pages */
.af-example-content-box {
	padding: 0px 15px 0px 15px;
	margin: -80px 0px 0px 0px;
}
.af-example-hero-p {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 19px;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-example-hero-h3 {
	font-family: 'proxima_nova_rgbold'!important;
	font-size: 18px !important;
	line-height: 18px !important;
	margin: 30px 0px 15px 0px !important;
	padding: 0px 0px 10px 0px !important;
	color: #000000 !important;
	border-bottom: 1px solid #9CD7E9;
	text-align: left !important;
}

.af-example-content-box p {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.af-example-codeblock {
	font-family: courier new,courier;
	padding: 20px;
	margin:0px 0px 20px 0px;
	background-color: #fff;
	border: 1px dotted #9CD7E9;
	word-break: break-all;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
.af-example-content-box ul li {
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
}

/*360 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
@media only screen and (max-width: 360px) {
/*Blue section styles >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.af-feature-threecol-box {
	margin-top: -20px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.af-feature-threecol-box h2 {
	font-family: 'proxima_nova_rgregular';
	font-size: 22px !important;
	line-height: 22px !important;
	margin: 20px 0px 20px 0px !important;
	padding: 0px 0px 0px 0px;
	color:#00A1DD;
}
.af-feature-col-one {
	display: block;
	box-sizing: border-box;
	width: 100%;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.af-feature-col-two {
	display: block;
	box-sizing: border-box;
	width: 100%;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.af-feature-col-three {
	display: block;
	box-sizing: border-box;
	width: 100%;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.af-feature-col-one h4, .af-feature-col-two h4, .af-feature-col-three h4 {
	font-family: 'proxima_nova_rgbold';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	line-height: 14px;
	color:#000000;
}
.af-feature-col-one p, .af-feature-col-two p, .af-feature-col-three p {
	font-family: 'proxima_novalight';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
}
.af-feature-col-one img, .af-feature-col-two img, .af-feature-col-three img {
	display: block;
	border: 1px solid #00A1DD;
	width: 66%;
	height: auto;
	margin: 0px auto 0px auto;
}
/*Download pages =========================================================== Download pages */
.af-download-hero-txt h2 {
	color: #00A1DD;
	display: block;
	font-family: 'proxima_novalight';
	font-size: 24px;
	height: 70px;
	line-height: 26px;
	margin-bottom: 23px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}
.af-download-hero-txt p {
	font-family: 'proxima_novalight';
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}
.af-download-itembox {
	padding: 10px 0px 10px 0px;
	margin: 0px 15px 0px 0px;
	border-bottom: 1px solid #9cd7e9;
	display: -webkit-flex;
    -webkit-flex-direction:column;
    display: flex;
    flex-direction: column; 
}
.af-download-title {
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 0px 0px 0px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	margin-right: 0px;
	float: none;
	text-align: center;
	order:1;
}
.af-download-version {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 8px 0px 0px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	border: 1px solid #eaf6fb;
	margin-right: 0px;
	float: none;
	text-align: center;
	order:2;
}
.af-download-exe {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 0px 0px 8px 0px;
	color: #2d2d2d;
	background-color: #eaf6fb;
	border: 1px solid #eaf6fb;
	margin-right: 0px;
	float: none;
	text-align: center;
	width: auto;
	order:3;
}
.af-download-changelog {
	display: inline-block;
	font-family: 'proxima_novalight';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	background-color: #00A1DD;
	border: 1px solid #00A1DD;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
	float: none;
	text-align: center;
	order:4;
}
.af-download-download {
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	font-size: 13px;
	line-height: 13px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	background-color: #95C93D;
	border: 1px solid #95C93D;
	margin-left: 20px;
	margin-right: 20px;
	float: none;
	text-align: center;
	order:5;
}
}

/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
	overflow: hidden!important
}
#swipebox-overlay img {
	border: none!important
}
#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%
}
#swipebox-slider {
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer
}
#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block
}
#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle
}
#swipebox-slider .slide .swipebox-video-container {
	background: 0 0;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}
#swipebox-slider .slide-loading {
	background: url(/Presentation/Aquafold/Assets/Images/loader.gif) center center no-repeat
}
#swipebox-bottom-bar, #swipebox-top-bar {
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%
}
#swipebox-bottom-bar {
	bottom: -50px
}
#swipebox-bottom-bar.visible-bars {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0)
}
#swipebox-top-bar {
	top: -50px
}
#swipebox-top-bar.visible-bars {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0)
}
#swipebox-title {
	display: block;
	width: 100%;
	text-align: center
}
#swipebox-close, #swipebox-next, #swipebox-prev {
	background-image: url(/Presentation/Aquafold/Assets/Images/icons.png);
	background-repeat: no-repeat;
	border: none!important;
	text-decoration: none!important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0
}
#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px
}
#swipebox-prev {
	background-position: -32px 13px;
	float: left;
}
#swipebox-next {
	background-position: -78px 13px;
	float: right;
	margin-right: 15px;
}
#swipebox-close {
	top: -4px;
	right: 10px;
	position: absolute;
	z-index: 9999;
	background-position: 15px 12px
}
.swipebox-no-close-button #swipebox-close {
	display: none
}
#swipebox-next.disabled, #swipebox-prev.disabled {
	opacity: .3
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring .3s;
	animation: rightSpring .3s
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring .3s;
	animation: leftSpring .3s
}
.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0
}
.swipebox-touch #swipebox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0 10px -8px #656565;
	box-shadow: inset 10px 0 10px -8px #656565
}
.swipebox-touch #swipebox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0 10px -8px #656565;
	box-shadow: inset -10px 0 10px -8px #656565
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1
}
@-webkit-keyframes rightSpring {
0% {
left:0
}
50% {
left:-30px
}
100% {
left:0
}
}
@keyframes rightSpring {
0% {
left:0
}
50% {
left:-30px
}
100% {
left:0
}
}
@-webkit-keyframes leftSpring {
0% {
left:0
}
50% {
left:30px
}
100% {
left:0
}
}
@keyframes leftSpring {
0% {
left:0
}
50% {
left:30px
}
100% {
left:0
}
}

@media screen and (min-width:800px) {
#swipebox-close {
	right: 20px;
}
#swipebox-arrows {
	width: 92%;
	max-width: 800px
}
}
#swipebox-overlay {
	background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
	text-shadow: 1px 1px 1px #000;
	background: #000;
	opacity: .95
}
#swipebox-top-bar {
	color: #fff!important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica, Arial, sans-serif
}

