
/*** Responsive ***/

/* ----- Desktop ----- */

@media only screen and (max-width: 1440px) {

	header, section, footer {
		min-width: 1000px;
	}

	nav {
		display: block;
	}

	a.hamburger {
		display: none;
	}

	.sectionContent {
		max-width: 1200px;
	}

	.homepageIntro p {
		margin: 18px 0;
	}

}


@media only screen and (max-width: 1280px) {

	header, section, footer {
		min-width: 1000px;
	}

	nav {
		display: block;
	}

	a.hamburger {
		display: none;
	}

	.sectionContent {
		max-width: 1100px;
	}

	.headContent {
		max-width: 1100px;
	}

	/*** Report ***/

	.report {
		width: 400px;
	}

	#reportDetails {
		width: calc(100% - 415px);
		float: right;
	}

	.homepageIntro p {
		margin: 18px 0;
	}

	.homepageContent {
		padding-left: 40px;
		padding-top: 35px;
	}

    .dashboardHeader nav a {
        margin-right: 10px;
    }

    .dashboardHeader a.logo {
        margin-left: 10px;
    }

}


@media only screen and (max-width: 1140px) {

	.homepageContent {
		padding-left: 40px;
		padding-top: 35px;
	}

	.homepageIntro p {
		margin: 18px 0;
	}

	/*** Public dashboard ***/

    #dashboardSummaryFrame {
		min-width: 0;
	}

	#dashboardFrame {
		min-width: 0;
	}

}


@media only screen and (max-width: 1024px) {

	body {
		min-width: 800px;
		max-width: none;
	}

	.homepageContent {
		padding-left: 30px;
		padding-top: 30px;
	}

	header, section, footer {
		min-width: 0;
	}

	nav {
		display: block;
	}

	a.hamburger {
		display: none;
	}

	.sectionContent {
		max-width: none;
	}

	section div.left {
		width: 130px;
		padding: 15px 0;
	}

	section div.right {
		margin-left: 170px;
		padding-left: 40px;
		padding-top: 15px;
		padding-bottom: 0;
	}

	section .account-pages div.left {
		width: 180px;
	}

	section .account-pages div.right {
		margin-left: 220px;
	}

	.headContent {
		max-width: none;
	}

	.threeCols .col {
		padding: 0 1.5%;
	}

	.threeCols .col:first-child {
		padding-right: 3%;
	}

	.threeCols .col:last-child {
		padding-left: 3%;
	}

	/*** Report ***/

	.report {
		width: 360px;
	}

	#reportDetails {
		width: calc(100% - 375px);
		float: right;
	}

	/*** Public dashboard ***/

    .dashboardHeader nav {
        float: none;
        clear: both;
        position: relative;
        text-align: right;
        margin: 0;
        padding-top: 15px;
    }

    .dashboardHeader nav a {
        margin-right: 15px;
    }

    .dashboardHeader nav a:last-child {
        margin: 0;
    }

    .dashboardHeader a.logo {
        display: block;
        position: relative;
        float: right;
        text-decoration: none;
        border-left: 2px solid rgba(255,255,255,.3);
        padding-left: 20px;
        margin-left: 20px;
        width: 120px;
    }

    .dashboardHeader a.logo img {
        height: auto;
        width: 100%;
        display: block;
    }

    .dashboardTitle {
        max-width: calc(100% - 150px);
        padding-left: 42px;
        position: relative;
    }

    .dashboardTitle img {
        position: absolute;
        left: 0;
        height: 28px;
        width: auto;
    }

    #dashboardSummaryFrame {
        min-width: 0;
    }

    #dashboardFrame {
        min-width: 0;
    }

    #dashboardSummaryFrame {
        min-width: 0;
        display: block;
    }

    .dashboard-chart-section {
        padding: 35px 20px;
    }

	.dashboardTiles .tile {
		width: calc(50% - 30px);
		margin: 12px;
		margin-right: 24px;
	}

	.dashboardTiles .tile:first-child {
		margin-top: 12px !important;
		margin-left: 0;
	}

	/*** Blog ***/

	div.blog-left {
		width: 180px;
		float: left;
		padding: 20px 0;
		text-align: right;
		position: relative;
		min-height: 100%;
	}

	div.blog-right {
		margin-left: 210px;
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 50px;
		border-left: 1px solid #cccccc;
		position: relative;
		min-height: 100%;
	}


}


@media only screen and (max-width: 980px) {

	body {
		min-width: 800px;
		max-width: none;
	}

	.homepageContent {
		width: 48%;
	}

	#home .miniFooter {
		width: 48%;
	}

	header, section, footer {
		min-width: 0;
	}

	nav {
		display: block;
	}

	a.hamburger {
		display: none;
	}

	section {
		padding: 35px 35px;
	}

	.sectionContent {
		max-width: none;
	}

	section div.left {
		width: 130px;
		padding: 10px 0;
	}

	section div.right {
		margin-left: 160px;
		padding-left: 30px;
		padding-top: 10px;
		padding-bottom: 0;
	}

	.headContent {
		max-width: none;
	}

	.threeCols .col {
		padding: 0 1.5%;
	}

	.threeCols .col:first-child {
		padding-right: 3%;
	}

	.threeCols .col:last-child {
		padding-left: 3%;
	}

	/*** Report ***/

	.report {
		width: 38%;
	}

	.reportSection {
		padding: 10px 20px 10px 20px;
	}

	.reportHeader {
		padding: 20px;
		height: auto;
	}

	#reportDetails {
		width: calc(62% - 15px);
		float: right;
	}

	.reportContent {
		padding: 20px;
	}

	.headerLogo {
		margin-right: 15px;
		width: 64px;
		height: 64px;
	}

	.headerLogo img {
		max-width: 48px;
		max-height: 48px;
	}

	/*** Public dashboard ***/

    .dashboardHeader nav {
        float: none;
        clear: both;
        position: relative;
        text-align: right;
        margin: 0;
        padding-top: 15px;
    }

    .dashboardHeader nav a:last-child {
        margin: 0;
    }

    .dashboardHeader a.logo {
        display: block;
        position: relative;
        float: right;
        text-decoration: none;
        border-left: 2px solid rgba(255,255,255,.3);
        padding-left: 20px;
        margin-left: 20px;
        width: 120px;
    }

    .dashboardHeader a.logo img {
        height: auto;
        width: 100%;
        display: block;
    }

    .dashboardTitle {
        max-width: calc(100% - 150px);
        padding-left: 42px;
        position: relative;
    }

    .dashboardTitle img {
        position: absolute;
        left: 0;
        height: 28px;
        width: auto;
    }

    #dashboardSummaryFrame {
        min-width: 0;
    }

    #dashboardFrame {
        min-width: 0;
    }

    #dashboardSummaryFrame {
        min-width: 0;
        display: block;
    }

    .dashboard-chart-section {
        padding: 35px 20px;
    }


	/*** Blog ***/

	div.blog-left {
		width: 150px;
		float: left;
		padding: 20px 0;
		text-align: right;
		position: relative;
		min-height: 100%;
	}

	div.blog-right {
		margin-left: 180px;
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 50px;
		border-left: 1px solid #cccccc;
		position: relative;
		min-height: 100%;
	}


}


@media only screen and (max-width: 800px) {

	body {
		min-width: 768px;
		max-width: none;
	}

	header, section, footer {
		width: auto;
		min-width: 0;
		max-width: none;
	}

	nav {
		display: block;
	}

	a.hamburger {
		display: none;
	}

	section {
		padding: 35px 35px;
	}

	.sectionContent {
		max-width: none;
	}

	section div.left {
		width: 110px;
		padding: 10px 0;
	}

	section div.right {
		margin-left: 140px;
		padding-left: 30px;
		padding-top: 10px;
		padding-bottom: 0;
	}

	.heading {
		padding: 0;
	}

	.headContent {
		display: block;
		position: relative;
	}

	.headLeft {
		display: block;
		height: 100%;
		position: absolute;
		right: 0;
		background-image: url("../images/rhino.png");
		background-repeat: no-repeat;
		background-size: auto calc(100% - 30%);
		background-position: 10px center;
		float: right;
	}

	.headRight {
		padding: 35px;
		float: none;
		display: block;
		width: 60%;
	}

	.headLeft img {
		display: none;
	}

	/*** Report ***/

	.report {
		width: 38%;
	}

	.reportSection {
		padding: 5px 15px 5px 15px;
	}

	.reportHeader {
		padding: 15px;
		height: auto;
	}

	#reportDetails {
		width: calc(62% - 10px);
		float: right;
	}

	.reportContent {
		padding: 15px;
	}

	.headerLogo {
		margin-right: 10px;
		width: 45px;
		height: 45px;
		text-align: center;
	}

	.headerLogo img {
		max-width: 32px;
		max-height: 32px;
	}

	/*** Public dashboard ***/

    .dashboardHeader nav {
        float: none;
        clear: both;
        position: relative;
        text-align: right;
        margin: 0;
        padding-top: 15px;
    }

    .dashboardHeader nav a:last-child {
        margin: 0;
    }

    .dashboardHeader a.logo {
        display: block;
        position: relative;
        float: right;
        text-decoration: none;
        border-left: 2px solid rgba(255,255,255,.3);
        padding-left: 20px;
        margin-left: 20px;
        width: 120px;
    }

    .dashboardHeader a.logo img {
        height: auto;
        width: 100%;
        display: block;
    }

    .dashboardTitle {
        max-width: calc(100% - 150px);
        padding-left: 42px;
        position: relative;
    }

    .dashboardTitle img {
        position: absolute;
        left: 0;
        height: 28px;
        width: auto;
    }

    #dashboardSummaryFrame {
        min-width: 0;
    }

    #dashboardFrame {
        min-width: 0;
    }

    #dashboardSummaryFrame {
        min-width: 0;
        display: block;
    }

    .dashboard-chart-section {
        padding: 35px 20px;
    }

	.dashboardTiles {
		clear: both;
		margin: 30px 0;
	}

	.dashboardTiles .tile {
		width: calc(50% - 15px);
		margin: 12px;
		display: inline-block;
		cursor: pointer;
		overflow: hidden;
	}

	/*** Blog ***/

	div.blog-left {
		width: 150px;
		float: left;
		padding: 20px 0;
		text-align: right;
		position: relative;
		min-height: 100%;
	}

	div.blog-right {
		margin-left: 180px;
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 50px;
		border-left: 1px solid #cccccc;
		position: relative;
		min-height: 100%;
	}

}


/*** Tablet ***/

@media only screen and (max-device-width: 768px) {

	body {
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
		min-width: 0;
		max-width: none;
	}

	.homepageContent {
		width: 48%;
	}

	header, section, footer {
		width: auto;
		min-width: 0;
		max-width: none;
	}

	nav {
		display: block;
	}

	nav a {
	}

	a.logo > img {
		height: 27px;
		display: block;
	}

	a.hamburger {
		display: none;
	}

	section {
		padding: 30px 30px;
	}

	.sectionContent {
		max-width: none;
	}

	section div.left {
		width: 150px;
		padding: 10px 0;
	}

	section div.right {
		margin-left: 170px;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 0;
	}

	.miniFooter .extra {
		display: none;
	}

	.mugshot {
		max-width: 110px;
		margin: 0 auto;
	}

	.heading {
		padding: 0;
	}

	.headContent {
		display: block;
		position: relative;
	}

	.headLeft {
		display: block;
		height: 100%;
		position: absolute;
		right: 0;
		background-image: url("../images/rhino.png");
		background-repeat: no-repeat;
		background-size: auto calc(100% - 30%);
		background-position: 10px center;
		float: right;
	}

	.headRight {
		padding: 35px;
		float: none;
		display: block;
		width: 60%;
	}

	.headLeft img {
		display: none;
	}

	.button.invite {
		padding: 16px 20px;
		margin-right: 10px;
		margin-top: 50px;
		text-align: right;
		width: 250px;
		position: relative;
		text-transform: uppercase;
	}

	.signinForm {
		width: 640px;
	}

	.signinForm .left {
		margin-right: 20px;
		width: 240px;
	}

	.signinForm form {
		padding-left: 20px;
		width: 360px;
	}

	.registerSnippet {
		top: auto;
		right: auto;
	}

	/*** Report ***/

	.reportItem .status {
		width: 12px;
		height: 12px;
		margin: 5px 0;
	}

	img.unicorn {
		max-width: 300px;
	}

	.report {
		width: 38%;
	}

	.reportSection {
		padding: 5px 15px 5px 15px;
	}

	#reportDetails {
		width: calc(62% - 15px);
	}

	.reportContent {
		padding: 15px;
	}

	.reportHeader {
		padding: 15px;
		height: auto;
	}

	.headerLogo {
		margin-right: 12px;
		width: 54px;
		height: 54px;
	}

	.headerLogo img {
		max-width: 32px;
		max-height: 32px;
	}

	td.label {
		white-space: normal;
	}

	.preContainer table td.label {
		white-space: normal;
	}

	/*** Public dashboard ***/

    .dashboardHeader nav {
        float: none;
        clear: both;
        position: relative;
        text-align: right;
        margin: 0;
        padding-top: 15px;
    }

    .dashboardHeader nav a:last-child {
        margin: 0;
    }

    .dashboardHeader a.logo {
        display: block;
        position: relative;
        float: right;
        text-decoration: none;
        border-left: 2px solid rgba(255,255,255,.3);
        padding-left: 20px;
        margin-left: 20px;
        width: 120px;
    }

    .dashboardHeader a.logo img {
        height: auto;
        width: 100%;
        display: block;
    }

    .dashboardTitle {
        max-width: calc(100% - 150px);
        padding-left: 42px;
        position: relative;
    }

    .dashboardTitle img {
        position: absolute;
        left: 0;
        height: 28px;
        width: auto;
    }

    #dashboardSummaryFrame {
        min-width: 0;
    }

    #dashboardFrame {
        min-width: 0;
    }

    #dashboardSummaryFrame {
        min-width: 0;
        display: block;
    }

    .dashboard-chart-section {
        padding: 35px 20px;
    }


	/*** Blog ***/

	div.blog-left {
		width: 150px;
		float: left;
		padding: 20px 0;
		text-align: right;
		position: relative;
		min-height: 100%;
	}

	div.blog-right {
		margin-left: 180px;
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 50px;
		border-left: 1px solid #cccccc;
		position: relative;
		min-height: 100%;
	}

}


/*** Tablet portrait orientation ***/

@media only screen and (max-device-width: 768px) and (orientation:portrait) {

	#home .miniFooter {
		width: 52%;
		text-align: left;
	}

	.fourCols {
		display: block;
		margin-top: 30px;
		max-width: 100%;
	}

	.fourCols .col {
		display: block;
		vertical-align: top;
		width: auto;
		text-align: left;
		clear: both;
		margin-bottom: 30px;
	}

	.fourCols .col:last-child {
		margin-bottom: 0;
	}

	.fourCols .col:after {
		content: "";
		display: table;
		clear: both;
		height: 1px;
	}

	.fiveCols {
		display: block;
		margin-top: 30px;
		max-width: 100%;
	}

	.fiveCols .col {
		display: block;
		vertical-align: top;
		width: auto;
		text-align: left;
		clear: both;
		margin-bottom: 30px;
	}

	.fiveCols .col:last-child {
		margin-bottom: 0;
	}

	.fiveCols .col:after {
		content: "";
		display: table;
		clear: both;
		height: 1px;
	}

	.testForm {
		width: 100%;
	}

}


/*** Tablet landscape orientation ***/

@media only screen and (max-device-width: 768px) and (orientation:landscape) {

	.report {
		width: 32%;
	}

	#reportDetails {
		width: calc(68% - 15px);
	}

	/*** Public dashboard ***/

	.dashboardTitle {
		max-width: none;
		padding-left: 42px;
		position: relative;
	}

	.dashboardTitle img {
		position: absolute;
		left: 0;
	}

	#dashboardSummaryFrame {
		min-width: 0;
	}

	#dashboardFrame {
		min-width: 0;
	}
}


/*** Small tablet or large phone ***/

@media only screen and (max-device-width: 740px) {

	#mob {
		display: block;
	}

	body {
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
		width: auto;
		height: auto;
		min-width: 0;
	}

	a.hamburger {
		display: block;
	}

	a.logo > img {
		height: 25px;
		display: block;
	}

	nav {
		display: none;
		float: none;
		background-color: #333;
		position: absolute;
		top: 64px;
		left: 0px;
		right: 0px;
		z-index: 2000;
		border-radius: 1px;
		overflow: hidden;
	}

	nav a {
		display: block;
		padding: 15px 20px;
		margin: 0;
		border-bottom: 1px solid #444;
	}

	nav a:hover {
		background-color: #555;
		border-bottom: 1px solid transparent;
	}

	nav a.alt {
		border-radius: 0;
		background-color: #FFC44D;
		display: block;
		padding: 15px 20px;
		margin: 0;
	}

	nav span.separator {
		display: none;
	}

	.ui-element-container {
		display: block;
		margin: 0;
	}

	.dropdown {
		position: relative;
		border: none;
		margin: 0;
	}

	.dropdown a {
		padding: 15px 20px;
	}

	.dropdown p {
		padding: 15px 20px;
	}

	.dropdown:before {
		display: none;
	}

	header, section, footer {
		min-width: 0;
	}

	section {
		padding: 25px 25px;
	}

	.sectionContent {
		max-width: none;
	}

	section div.left {
		width: auto;
		float: none;
		padding: 0px 0;
		text-align: left;
	}

	section div.left h1 {
		display: none;
	}

	.subnav {
		margin: 0;
	}

	.subnav a {
		text-decoration: none;
		display: inline-block;
		margin-bottom: 0;
		margin-right: 20px;
		
	}

	section div.right {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		padding-top: 30px;
		padding-bottom: 0;
	}

	.threeCols {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}

	.threeCols .col {
		display: block;
		vertical-align: top;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
		text-align: left;
	}

	.threeCols .col:first-child {
		padding-left: 0;
		padding-right: 0;
	}

	.threeCols .col:last-child {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 0;
	}

	.mugshot {
		max-width: 96px;
		height: auto;
		float: left;
	}

	.name {
		margin-left: 120px;
		padding-top: 20px;
	}

	.role {
		margin-left: 120px;
	}

	footer {
		text-align: center;
		padding: 20px inherit;
		padding-bottom: 50px;
	}

	footer .left {
		float: none;
		text-align: center;
	}

	footer .right {
		float: none;
		text-align: center;
		margin-top: 5px;
	}

	.miniFooter {
		position: relative;
		bottom: auto;
		left: auto;
		z-index: 1;
		text-align: center;
		padding: 0 20px;
		padding-top: 0;
	}

	/*** Homepage ***/

	#home {
		overflow: auto;
	}

	.testForm {
		margin-top: 20px;
		width: 100%;
		position: relative;
	}

	.testForm form {
		overflow: hidden;
		width: 100%;
		height: 80px;
		position: relative;
		margin-bottom: 20px;
	}

	.testForm .testURL {
		padding: 7px 10px;
		width: calc(100% - 60px);
		text-align: left;
		display: block;
		float: left;
		position: relative;
		z-index: 100;
		margin: 0;
		border-radius: 5px 0 0 5px;
		border: none;
		outline: none;
	}

	.testForm .testURL.disabled {
		background-color: #dddddd;
	}

	.testForm .testURL:disabled {
		background-color: #ffffff;
		color: #bbbbbb;
	}

	.testForm input.testURL:focus {
		border: none;
	}

	.testForm p {
		margin-bottom: 10px;
	}

	.testForm a.button {
		text-transform: uppercase;
		display: block;
		width: 60px;
		padding: 12px 10px;
		float: right;
		text-align: center;
		margin: 0;
		background-color: #fca120;
		position: relative;
		z-index: 100;
		border: none;
		border-radius: 0 5px 5px 0;
	}

	.pleasewait {
		height: auto;
		text-transform: uppercase;
		width: 0;
		padding: 12px 10px;
		float: right;
		text-align: center;
		margin: 0;
		background-color: #fca120;
		position: absolute;
		z-index: 200;
		border-radius: 0 5px 5px 0;
		font-weight: 500;
		color: #ffffff;
		right: -100%;
		opacity: 0.1;
		white-space: nowrap;
		display: none;
	}

	.button.invite {
		width: 100%;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	/*** Sign in pages ***/

	.signinForm {
		width: auto;
		margin: 0 auto;
		margin-bottom: 40px;
		position: relative;
		top: auto;
		left: auto;
		-ms-transform: none;
		-o-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	.signinForm h1 {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.signinForm .left {
		float: none;
		padding: 0;
		margin: 0 auto;
		display: block;
		width: auto;
		max-width: 400px;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.signinForm .left img {
		display: inline-block;
		width: 220px;
		height: auto;
		margin-bottom: 10px;
	}

	.signinForm form {
		padding: 0;
		margin: 0 auto;
		width: auto;
		max-width: 400px;
		float: none;
		border-left: none;
		text-align: center;
		margin: 0 auto;
	}

	.registerSnippet {
		position: relative;
		margin: 0 auto;
		text-align: center;
		left: auto;
		top: auto;
		right: auto;
	}

	.registerSnippet .button.signup {
		padding: 5px 10px;
	}

	/*** Report ***/

	.report {
		width: 100%;
	}

	#reportDetails {
		display: block;
		width: 100%;
		float: none;
		position: relative;
	}

	.spOnly .button {
		margin-top: 10px;
	}

	.pageHeader .separator {
		display: none;
	}

	.pageHeader .requestURL {
		display: none;
	}

	span.tip {
		display: none;
	}

	/*** Public dashboard ***/

	#dashboardSummaryFrame {
		min-width: 0;
	}

	#dashboardFrame {
		min-width: 0;
	}

}


/*** Large tablet landscape orientation ***/

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation:landscape) {

	#home {
		height: auto;
		min-height: 100%;
		min-width: 0;
	}

	.homepageContainer {
		height: auto;
		min-height: calc(100% - 75px);
	}

	.homepageContent {
		height: auto;
		margin-bottom: 60px;
	}

	#home .miniFooter {
		position: relative;
		max-width: 50%;
	}

	.miniFooter .extra {
		display: none;
	}

	/*** Public dashboard ***/

	#dashboardSummaryFrame {
		min-width: 0;
	}

	#dashboardFrame {
		min-width: 0;
	}

}


/*** Small tablet or large phone landscape orientation ***/

@media screen and (min-device-width: 481px) and (max-device-width: 739px) and (orientation: landscape) {

	#mob {
		display: block;
	}

	/*** Public dashboard ***/

	.dashboardTitle {
		max-width: none;
		padding-left: 42px;
		position: relative;
	}

	.dashboardTitle img {
		position: absolute;
		left: 0;
	}

	#dashboardDetailsTab {
		pointer-events: none;
		touch-action: none;
	}

	.dashboardHeader a.logo {
		display: block;
		float: right;
		border-left: none;
		padding-left: 20px;
		margin-left: 20px;
	}

	.dashboardHeader a.logo img {
		height: 15px;
		width: auto;
		display: block;
	}

	#dashboardFrame {
		display: none;
	}

	#reportFrame {
		display: none;
	}

	#placeholder {
		display: none;
	}

	#dashboardSummaryFrame {
		min-width: 0;
		display: block;
	}

	p.dashboard-chart-intro {
		max-width: none;
		margin-bottom: 15px;
	}

	.dashboard-chart-section {
		padding: 20px 10px;
	}

	.dashboard-chart-section:last-child {
		border-bottom: 0;
	}

	.dashboard-chart-block {
		max-width: none;
	}

	.dashboard-chart-block-small {
		max-width: none;
		min-height: 0;
	}

	.dashboard-chart-block .chart-container {
		width: 50%;
        min-height: 0;
		padding: 10px;
		float: left;
	}

	.dashboard-chart-block .chart-container:first-of-type {
		margin-left: 0;
	}

	.dashboard-chart-block-small .chart-container {
		width: 25%;
        min-height: 0;
		float: left;
		padding: 10px;
	}

	canvas {
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		pointer-events: none;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		overflow: visible;
	}

	.dashboard-chart-block canvas {
		max-width: 260px;
		max-height: 260px;
	}

	.dashboard-chart-block-small canvas {
		max-width: none;
		max-height: none;
	}

	.dashboard-chart-test-count {
		min-width: 0;
	}

	.dashboard-chart-test-count small {
		display: block;
		font-weight: 400;
		margin-top: 10px;
		text-decoration: underline;
	}

	.system-message {
		overflow: hidden;
	}

	/*** Blog ***/

	div.blog-left {
		width: 100%;
		float: none;
		padding: 0;
		text-align: left;
		position: relative;
		margin-bottom: 20px;
	}

	div.blog-right {
		margin: 0;
		padding: 0;
		padding-top: 20px;
		border-left: none;
		border-top: 1px solid #cccccc;
		position: relative;
	}

	.no-mobile {
		display: none;
	}

	.blog-buttons {
		position: absolute;
		right: 0;
		padding: 0;
		top: -3px;
		margin: 0;
	}

}

@media only screen and (max-device-width: 600px) {

	body {
		width: 100%;
		height: 100%;
	}

	.full {
		min-height: calc(100% - 70px);
	}

	.info {
		margin: 0 auto;
		padding: 0 40px;
		width: 100%;
		max-width: none;
		display: block;
	}

	.info .infoLeft {
		padding: 0;
		margin-bottom: 20px;
		text-align: center;
		white-space: nowrap;
		display: block;
	}

	.info .infoRight {
		padding: 0;
		text-align: center;
		display: block;
	}

	.info .infoLeft p {
		letter-spacing: -.05em;
		font-weight: 700;
		color: #ffffff;
	}

	.info .infoLeft i.fa {
		letter-spacing: -.05em;
		font-weight: 700;
		color: #ffffff;
	}

	.info .infoRight h1 {
		margin: 0;
	}

	.info .infoRight p {
		margin-top: 10px;
	}

	/*** Public dashboard ***/

    .dashboardTitle {
        max-width: none;
        padding-left: 42px;
        position: relative;
    }

    .dashboardTitle img {
        position: absolute;
        left: 0;
    }

    #dashboardDetailsTab {
        pointer-events: none;
        touch-action: none;
    }

    .dashboardHeader a.logo {
        display: none;
    }

    #dashboardFrame {
        display: none;
    }

    #dashboardAboutFrame {
        display: none;
    }

    #reportFrame {
        display: none;
    }

    #placeholder {
        display: none;
    }

    #dashboardSummaryFrame {
        min-width: 0;
        display: block;
    }

    p.dashboard-chart-intro {
        max-width: none;
        margin-bottom: 15px;
    }

    .dashboard-chart-section {
        padding: 20px 10px;
    }

    .dashboard-chart-section:last-child {
        border-bottom: 0;
    }

    .dashboard-chart-block {
        max-width: none;
    }

    .dashboard-chart-block-small {
        max-width: none;
        min-height: 0;
    }

    canvas {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        pointer-events: none;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        overflow: visible;
    }

	.system-message {
		overflow: hidden;
	}

	.dashboardTiles {
		clear: both;
		margin: 30px 0;
	}

	.dashboardTiles .tile {
		width: calc(50% - 15px);
		margin: 12px;
		display: inline-block;
		cursor: pointer;
		overflow: hidden;
	}

	.dashboardTiles .tile h2 {
		padding: 20px;
	}

	/*** Blog ***/

	div.blog-left {
		width: 100%;
		float: none;
		padding: 0;
		text-align: left;
		position: relative;
		margin-bottom: 20px;
	}

	div.blog-right {
		margin: 0;
		padding: 0;
		padding-top: 20px;
		border-left: none;
		border-top: 1px solid #cccccc;
		position: relative;
	}

	.no-mobile {
		display: none;
	}

	.blog-buttons {
		position: absolute;
		right: 0;
		padding: 0;
		top: -3px;
		margin: 0;
	}

}


/*** Phone ***/

@media screen and (max-device-width: 480px) {

	#mob {
		display: block;
	}

	body {
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
		width: 100%;
		height: 100%;
		min-width: 0;
		min-height: none;
	}

	a.logo > img {
		height: 25px;
		display: block;
	}

	header, section, footer {
		min-width: 0;
	}

	section {
		padding: 20px 20px;
	}

	.sectionContent {
		max-width: none;
	}

	.headLeft {
		display: block;
		position: relative;
		float: none;
		clear: both;
		margin: 0 auto;
		padding: 0;
		padding-top: 25px;
		background-image: none;
		width: auto;
	}

	.headLeft img {
		display: block;
		width: 250px;
		height: auto;
		margin: 0 auto;
		left: auto;
		right: auto;
		float: none;
	}

	.headRight {
		padding: 25px;
		float: none;
		display: block;
		width: 100%;
	}

	body.not-supported div {
		max-width: none;
	}

	.homepageContainer {
		min-height: 0;
	}

	.homepageContent {
		padding: 23px;
		padding-bottom: 0;
	}

	.pageContainer {
		min-height: 100%;
	}

	.button.invite {
		padding: 12px 12px;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.button.invite img {
		width: 60px;
	}

	.button.invite .fa {
		font-weight: normal;
		margin-left: 5px;
		vertical-align: baseline;
	}

	.full {
		min-height: calc(100% - 70px);
		position: relative;
	}

	.info {
		margin: 0 auto;
		padding: 20px;
		width: 100%;
		max-width: 100%;
		display: block;
	}

	.info .infoLeft {
		padding: 0;
		margin-bottom: 10px;
		text-align: center;
		white-space: nowrap;
		display: block;
	}

	.info .infoRight {
		padding: 0;
		text-align: center;
		display: block;
	}

	.info .infoLeft p {
		letter-spacing: -.05em;
		font-weight: 700;
		color: #ffffff;
		margin-bottom: 0;
		display: block;
	}

	.info .infoLeft i.fa {
		letter-spacing: -.05em;
		font-weight: 700;
		color: #ffffff;
	}

	.info .infoRight h1 {
		margin: 0;
		display: block;
	}

	.info .infoRight p {
		margin-top: 10px;
		display: block;
	}

	.subnav a {
		display: block;
		margin-bottom: 5px;
		margin-right: 0;
		padding-left: 0;
	}

	.fourCols {
		display: block;
		margin-top: 30px;
		max-width: 100%;
	}

	.fourCols .col {
		display: block;
		vertical-align: top;
		width: auto;
		text-align: left;
		clear: both;
		margin-bottom: 30px;
		padding: 0;
	}

	.fourCols .col:after {
		content: "";
		display: table;
		clear: both;
		height: 1px;
	}

	.fiveCols {
		display: block;
		margin-top: 30px;
		max-width: 100%;
	}

	.fiveCols .col {
		display: block;
		vertical-align: top;
		width: auto;
		text-align: left;
		clear: both;
		margin-bottom: 30px;
		padding: 0;
	}

	.fiveCols .col:after {
		content: "";
		display: table;
		clear: both;
		height: 1px;
	}

	.mugshot {
		width: 80px;
		height: auto;
		float: left;
	}

	.name {
		margin-left: 100px;
		padding-top: 2px;
	}

	.role {
		margin-left: 100px;
	}

	.sticker {
		padding: 6px 50px;
	}

	/*** Sign in pages ***/

	.registerSnippet {
		display: none;
	}

	.signinForm .left {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.signinForm .left img {
		margin-bottom: 0;
	}

	/*** Report ***/

	.reportContent p {
		margin-top: 0;
		margin-bottom: 1em;
	}

	.reportContent h2 {
		margin-top: 10px;
		
	}

	#testreport section {
		padding: 12px 12px 12px 12px;
	}

	#reportDetails {
		display: block;
		width: 100%;
		float: none;
		position: relative;
	}

	.pageHeader h2 {
		float: none;
	}

	.pageHeader .button {
		float: none;
		display: block;
		margin-top: 10px;
		width: 100%;
	}

	.reportItem a:hover:not(.active) {
		background-color: transparent;
	}

	span.tip {
		display: none;
	}

	.pageHeader .separator {
		display: none;
	}

	.pageHeader .requestURL {
		display: none;
	}

	.miniFooter {
		position: relative;
		padding: 25px;
		padding-top: 0;
		width: 100%;
		text-align: center;
	}

	#home .miniFooter {
		width: 100%;
		text-align: center;
	}

	.subGroup {
		padding: 10px 10px;
	}

	td.label {
		width: auto;
		min-width: 40px;
		white-space: normal;
		word-break: initial;
	}

	.testDetails {
		margin: 5px 0;
		border-radius: 5px;
	}

	.testDetails p {
		margin-bottom: .5em;
	}

	.testSummary {
		width: 25px;
		text-align: left;
		padding-top: 4px;
		padding-left: 4px;
	}

	.testName {
		padding: 4px 4px;
		padding-right: 8px;
		width: 25%;
	}

	.testDescription {
		padding: 4px 4px;
		padding-left: 8px;
		width: calc(75% - 25px);
	}

	.testInfo {
		padding-left: 40px;
	}

	.testInfo img.cert {
		margin-left: -42px;
		width: 35px;
	}

	.testInfo.cookies {
		padding-left: 25px;
	}

	.testInfo img.cookie {
		margin-left: -28px;
		width: 16px;
	}

	.certBlock {
		margin: 20px 0;
	}

	.certBlock .vline {
		width: 0;
		height: calc(100% + 20px);
		left: 15px;
	}

	.certBlock .vline-dash {
		height: calc(100% + 20px);
		left: 15px;
	}

	.certBlock .vline-dash .fa {
		top: calc(50% + 24px);
		left: -8.5px;

	}

	.certBlock div.certIcon {
		width: 32px;
		height: 32px;
		border-radius: 25px;
		padding: 4px;
	}

	.certBlock div.certIcon img {
		padding-top: 0px;
	}

	.certBlock .certDetails {
		margin-left: 40px;
	}

	.spOnly a.close {
		position: absolute;
		top: 5px;
		right: 8px;
	}

	.spOnly .button {
		margin-top: 10px;
		width: 100%;
	}

	.scrollx:after {
		width: 30px;
		height: 100%;
	}

	.fn-togglewrap {
		display: none;
	}

	.containerx {
		padding: 8px;
	}

	.preContainer {
		padding: 8px;
	}

	.containerx table {
		margin: 0;
	}

	pre {
		padding-bottom: 15px;
	}

	i.fa.circled {
		border: 2px solid #dddddd;
		width: 18px;
		height: 18px;
		border-radius: 18px;
	}

	/*** Roadmap styles ***/

	table.roadmap {
		width: 100%;
	}

	table.roadmap th {
		padding: 5px 5px;
		vertical-align: top;
	}

	table.roadmap td {
		padding: 5px 5px;
		vertical-align: top;
	}

	table.roadmap tr td:first-child {
		white-space: normal;
		max-width: 70px;
	}

	table.roadmap tr td:nth-child(2) {
		min-width: 100px;
	}

	table.roadmap tr td:last-child {
		white-space: nowrap;
		min-width: 20px;
	}

	.rmStatus {
		font-weight: bold;
		color: #fff;
		background: gray;
		border-radius: 1px;
		padding: 4px 4px;
		width: 100%;
		text-align: center;
	}

	.inDevelopment {
		background-color: #00aced;
	}

	.completed {
		background-color: #95c600;
	}

	.future {
		background-color: #a0a0a8;
	}

	.preview {
		background-color: #f8af11;
	}

	table.roadmap td.rmHead {
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		background-color: #f8f8f8;
	}

	.system-message {
		overflow: hidden;
	}

	/*** Public dashboard ***/

	.dashboardTitle {
		max-width: none;
		padding-left: 42px;
		position: relative;
	}

	.dashboardTitle img {
		position: absolute;
		left: 0;
	}

	#dashboardDetailsTab {
		pointer-events: none;
		touch-action: none;
	}

	.dashboardHeader a.logo {
		display: none;
	}

	#dashboardFrame {
		display: none;
	}

    #dashboardAboutFrame {
        display: none;
    }

	#reportFrame {
		display: none;
	}

	#placeholder {
		display: none;
	}

	#dashboardSummaryFrame {
		min-width: 0;
		display: block;
	}

	p.dashboard-chart-intro {
		max-width: none;
		margin-bottom: 15px;
	}

	.dashboard-chart-section {
		padding: 20px 10px;
	}

	.dashboard-chart-section:last-child {
		border-bottom: 0;
	}

	.dashboard-chart-block {
		max-width: none;
	}

	.dashboard-chart-block-small {
		max-width: none;
		min-height: 0;
	}

	.dashboard-chart-block .chart-container {
		width: 100%;
        min-height: 0;
		padding: 10px;
		float: none;
	}

	.dashboard-chart-block .chart-container:first-of-type {
		margin-left: 0;
	}

	.dashboard-chart-block-small .chart-container {
		width: 50%;
        min-height: 0;
		float: left;
		padding: 10px;
	}

	.dashboard-chart-block-small .chart-container:nth-child(even):after {
		content: " ";
		display: block;
		height: 5px;
	}

	canvas {
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		pointer-events: none;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		overflow: visible;
	}

	.dashboard-chart-block canvas {
		max-width: 220px;
		max-height: 220px;
	}

	.dashboard-chart-block-small canvas {
		max-width: none;
		max-height: none;
	}

	.dashboard-chart-test-count {
		min-width: 0;
	}

	.dashboard-chart-test-count small {
		display: block;
		font-weight: 400;
		margin-top: 10px;
		text-decoration: underline;
	}

	.dashboardTiles {
		clear: both;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.dashboardTiles .tile {
		width: 100%;
		margin: 20px auto;
		margin-right: 0;
		display: block;
	}

	.dashboardTiles .tile:first-child {
		margin-top: 20px;
		margin-left: 0;
	}

	.dashboardTiles .tile h2 {
		padding: 20px;
	}

	/*** Blog ***/

	div.blog-left {
		width: 100%;
		float: none;
		padding: 0;
		text-align: left;
		position: relative;
		margin-bottom: 20px;
	}

	div.blog-right {
		margin: 0;
		padding: 0;
		padding-top: 20px;
		border-left: none;
		border-top: 1px solid #cccccc;
		position: relative;
	}

	.blog-entry {
		margin-bottom: 50px;
	}

	.blog-header {
		position: relative;
		min-height: 0;
	}

	h2.blog-title {
		margin-top: 0;
		margin-bottom: 6px;
		font-weight: 600;
		padding-left: 70px;
		letter-spacing: -0.02em;
	}

	.blog-date {
		position: relative;
		top: 5px;
		width: 54px;
	}

	.blog-author {
		padding-left: 70px;
	}

	.blog-buttons {
		position: absolute;
		right: 0;
		padding: 0;
		top: -3px;
		margin: 0;
	}

	.blog-image {
		width: 100%;
		height: auto;
	}

	.blog-image-block {
		margin-top: 25px;
	}

	.blog-image-block .blog-image {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 20px;
	}

	.no-mobile {
		display: none;
	}

}


/*** Phone landscape orientation ***/

@media only screen and (max-device-width: 480px) and (orientation:landscape) {

	.subnav a {
		text-decoration: none;
		display: inline-block;
		margin-bottom: 0;
		margin-right: 20px;
	}

	.subnav a:last-child {
		margin-right: 0;
	}

	.pageHeader h2 {
		float: left;
	}

	.pageHeader .button {
		float: right;
		display: block;
		margin-top: 0;
		width: auto;
		padding: 5px 15px;
	}

	/*** Public dashboard ***/

	.dashboardTitle {
		max-width: 60%;
		padding-left: 42px;
		position: relative;
	}

	.dashboardTiles .tile:first-child {
		margin-top: 20px;
		margin-left: 0;
	}

	.dashboardTitle img {
		position: absolute;
		left: 0;
	}

	.dashboardHeader a.logo {
		display: block;
		float: right;
		border-left: none;
		padding-left: 20px;
		margin-left: 20px;
	}

	.dashboardHeader a.logo img {
		height: 15px;
		width: auto;
		display: block;
	}

	.dashboard-chart-block .chart-container {
		width: 50%;
        min-height: 0;
		padding: 15px;
		float: left;
	}

	.dashboard-chart-block .chart-container:first-of-type {
		margin-left: 0;
	}

	.dashboard-chart-block-small .chart-container {
		width: 25%;
        min-height: 0;
		float: left;
		padding: 0;
	}

	.system-message {
		overflow: hidden;
	}

}


