 /*============================================================================================================================ */
/*                                                RESPONSIVE DESIGN - MEDIA QUERIES                                             */
/*============================================================================================================================= */
@media screen and (max-width: 1440px) {

	.banner {
		padding-left: 40px;
	}

	.banner-inner {
		max-width: 600px;
		padding: 50px;
	}

	.banner-inner h1 {
		font-size: 3em;
	}

	.banner-inner p {
		font-size: 1.4em;
		margin-bottom: 40px;
	}

	.banner-inner p.litigator {
		font-size: 1.3em;
	}

	.timeline-column p {
		font-size: .9em;
	}
}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 12366px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1366px) {

	h2 {
		font-size: 2.2em;
	}

	h2.secondary {
		font-size: 1.9em;
	}

	h2.smaller {
		font-size: 1.5em;
	}

	.header-wrapper {
		padding: 24px 30px;
	}

	.quote {
		width: 55%;
		text-align: center;
		padding: 50px 100px;
	}

	.share-info-wrapper {
		display: block;
	}

	.share-info-heading {
		position: relative;
		height: auto !important;
		float: none;
		width: 100%;
	}

	.share-info-heading h2 {
		position: relative;
		top: auto;
		transform: none;
		text-align: center;
		margin-bottom: 20px;
	}

	.share-info-links {
		float: none;
		width: 100%;
	}

}

@media screen and (max-width: 1280px) {

	.about-video {
		width: 400px;
		padding-right: 30px;
	}

	.stories {
		width: calc(100% - 400px);
		padding-left: 30px;
	}

	.register-wrapper {
		padding: 0 170px 0 0;
	}

	.damage-types-slider .slide img {
		width: 80%
	}

	.damage-types-slider .slide p {
		font-size: .9em;
	}

	.stories-slider .slide img {
		max-height: 220px;
	}
}


@media screen and (max-width: 1200px) {

	body {
		font-size: 90%
	}

	.sitebranding {
		float: none;
	}

	.site-title {
		float: none;
		height: auto;
		margin-left: 0px;
		margin-top: 20px;
	}

	.site-title p {
		top: auto;
		transform: none;
	}

	.quote p {
		font-size: 1.7em;
	}
}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1024px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1024px) {

	br.min-tablet-wide {
		display: none;
	}

	.banner-inner {
		max-width: 500px;
	}

	br.max-1025 {
		display: block
	}

	.column-wrapper {
		display: block;
	}

	.cols-3 .column {
		width: 100%;
		margin-bottom: 30px
	}

	.cols-3 .column:last-of-type {
		margin-bottom: 0px
	}

	.cols-3 .column::before {
		left: 0px;
	}

	.cols-3 .column .full-content,
	.cols-3 .column .bottom-content {
		margin: 0 0 0 60px;
	}

	.cols-3 .column .top-content {
		margin: 0 0 20px 60px;
	}

	.cols-3 .column .bottom-content {
		padding-right: 30%;
	}

	.about-video {
		float: none;
		width: auto;
		max-width: 500px;
		margin: 0 auto 30px;
		padding-right: 0px;
		border: none;
	}

	.stories {
		float: none;
		width: 100%;
		padding-left: 0px;
		padding-top: 30px;
		border-top: 1px solid white;
	}

	ul.share-icons li {
		width: 160px;
	}

	ul.share-icons a {
		font-size: 1em;
	}

	.registration-details-wrapper .info {
		float: none;
		text-align: left;
		width: auto;
		margin: 40px 0 0;
		padding-top: 0px;
		padding-left: 40px;
		background: url("../images/icon_login-information.png") left top no-repeat;
		background-size: 2em;
	}

	.registration-details-wrapper .info p {
		margin-bottom: 0;
	}

	.registration-details-wrapper .form-input-group {
		position: relative;
		float: none;
		width: calc(100% - 150px);
		padding-top: 20px;
	}

	.registration-details-wrapper .special-assistance {
		background-position: left top;
	}

	ul.important_documents li {
		margin: 5px;
		padding: 10px;
	}

	ul.important_documents li img {
		max-width: 240px;
		margin-bottom: 5px;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1000px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1000px) {

	br.min-tablet-l {
		display: none;
	}
	/* Content =============================================================================================== Max Width 1000px */	
	ul.important-documents li img {
		max-width: 180px;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 800px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 800px) {

	br.min_tablet_l {
		display: none;
	}

	.header-wrapper {
		padding: 30px 20px;
	}
	#navicon {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		text-decoration: none;
		z-index: 9;
		width: 60px;
		height: 60px;
	}
	#navicon:before,
	#navicon.closed:before {
		font-family: "Material-Design-Iconic-Font";
		font-size: 40px;
		display: block;
		content: '\f197';
		color: #fff;
		width: 60px;
		height: 60px;
		line-height: 60px;
		transition: color 0.3s;
		text-align: center;
		margin: 0;
	}
	#navicon:before {
		color: #fff;
		content: '\f136';
	}
	#navicon.closed:before {
		content: '\f197';
	}
	.mobile-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		max-width: 300px;
		width: 100%;
		z-index: 5;
		top: 0;
		right: -300px;
		position: fixed;
		background: #005cb9;
		text-align: center;
	}

	nav.main {
		float: none;
		height: auto;
	}

	nav.main ul {
		text-align: left;
		height: auto;
	}

	nav.main li {
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}

	nav.main a {
		display: block;
		height: auto;
		line-height: 1.3;
		padding: 15px 20px;
	}

	nav.main a.selected,
	nav.main a:focus,
	nav.main a:hover {
		text-decoration: none;
		color: white;
		background: rgba(255,255,255,.3)
	}

	.fade {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: black;
		opacity: 0.8;
	}

	article.standard-padding {
		padding: 30px 20px 40px;
	}

	article.no-bottom-padding {
		padding: 30px 20px 0;
	}

	article.with-register-padding {
		padding: 30px 180px;
	}

	article.side-padding-only {
		padding: 0px 20px;
	}

	.quote-with-image {
		display: block;
	}

	.content-graphic {
		width: 100%;
		height: 400px !important;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.content-graphic.float-left {
		float: none;
	}

	.quote {
		width: 100%;
		text-align: center;
		padding: 50px;
	}

	.registration-details-wrapper .form-input-group {
		width: 100%;
	}

	.registration-details-wrapper .form-input-group .button-area {
		position: relative;
		bottom: 0;
		left: auto;
		margin: 20px 0 0;
	}

	div.footer-inner {
		padding: 20px;
	}

}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center;
	}

	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em;
	}
}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 736px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 736px) {

	body {
		font-size: 85%
	}

	 br.min-tablet-p {
		display: none;
	 }

	 br.max-phone-l {
        display: block;
	    font-size: 1px;
	    line-height: 0px;
	    margin: 0px;
	    clear: both;
	    height: 0px;
    }

	h2 {
		font-size: 1.5em;
	}

	h2.secondary {
		font-size: 1.3em;
	}

	h2.smaller {
		font-size: 1.1em;
	}

	p,
	div.form-error p,
	div.form-error p.form-error,
	div.form-help-message p,
	table.standard td,
	label,
	p.label,
	input.form-textbox,
	textarea.form-textarea,
	label.checkbox,
	label.radio,
	.selectboxit-container * {
		font-size: 1em;
	}
	/* Buttons ================================================================================================= Max Width 736px */
	input.secondary-button.back,
	input.secondary-button.cancel,
	input.secondary-button.print {
		font-size: 0;
		width: 63px;
		padding: 0;
		background-position: -6px 50%;
	}
	/* Header ================================================================================================== Max Width 736px */
	.header-wrapper {
		padding: 12px;
	}

	.logo-wrap {	
		margin-top: 0px;
	}

	/*.sitebranding {
		width: 203px;
		height: 40px;
	}*/

	.site-title {
		margin-top: 10px;
	}

	.banner {
		padding-left: 20px;
	}

	.banner-inner img.litigator-logo {
		max-height: 40px;
		margin-bottom: 30px;
	}
	
	/* Content ================================================================================================ Max Width 736px */
	article.standard-padding {
		padding: 20px 12px 40px;
	}

	article.no-bottom-padding {
		padding: 20px 12px 0;
	}

	article.with-register-padding {
		padding: 20px 180px;
	}

	article.side-padding-only {
		padding: 0px 12px;
	}

	.content-graphic {
		height: 300px !important;
	}

	.quote {
		padding: 30px 20px;
	}

	.quote p {
		font-size: 1.4em;
	}

	ul.share-icons a {
		font-size: 1.05em;
	}

	.register h2.corporate-colour {
		font-size: 1.9em;
		text-align: left;
		max-width: calc(100% - 160px);
	}
	.register-wrapper {
		padding: 0;
	}

	.callout {
		top: auto;
		bottom: 90%;
		left: 100%;
		width: 150px;
		margin-left: -150px;
		margin-bottom: 5px;
		padding-bottom: 55px;
	}

	.registration-details-wrapper p.lang {
		position: absolute;
		top: 20px;
		right: 50%;
		transform: translateX(50%);
	}

	ul.important_documents li img {
		max-width: 140px;
	}

	div.footer-inner {
		padding: 20px 12px;
	}
	/* Form Sections ========================================================================================== Max Width 736px */
	div.form-input {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}

	dl {
		margin-bottom: 12px;
		padding: 12px;
	}
	dt {
		float: none;
		width: 100%;
		text-align: left;
	}
	dt.potential {
		border-bottom: none;
	}
	dd {
		float: none;
		margin: 0 0 5px 0;
		padding: 0.5em 0 0.5em 0;
	}
	dd:last-of-type {
		margin: 0;
		padding: 0.5em 0 0 0;
	}
	dd.fee,
	dd.net {
		padding: 0 0 .5em 0;
	}
	dd.net.total {
		border-top: none;
	}
	div.form-section-grouper p.label {
		margin-bottom: 5px;
	}
	div.form-check-group, div.form-radio-group { 		
		margin-bottom: 12px;
		padding: 12px 12px 2px 12px
	}
	label.checkbox,
	label.radio {
		padding-top: 5px
	}
	.vadialog {
		padding: 40px 20px;
	}

}

@media only screen and (max-height : 640px) {

	ul.important_documents li img {
		max-width: 140px;
	}

    .login-form-wrapper {
        margin-top: 50px;
    }

    footer.login {
        position: relative;
    }

    footer.login p.copyright {
        margin-top: 0px;
    }
}

/* _______________________________________________________________________________________________________________________________

							==================== Max Width 480px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 480px) {

    br.min-phone-l {
		display: none;
	}
	br.max-phone-p {
		display: block;
	}
	p.large {
		font-size: 130%;
	}
	.banner {
		padding-left: 0px;
		padding: 0 10px;
	}

	.banner-inner {
		padding: 20px;
	}

	.banner-inner h1 {
		font-size: 2.3em;
	}

	.banner-inner p {
		font-size: 1.2em;
		margin-bottom: 20px;
	}

	.banner-inner p.litigator {
		font-size: 1.2em;
	}

	.timeline-column p {
		font-size: .8em;
	}

	.timeline-column p.days-left {
		font-size: 2.5em;
	}
	/* Content ================================================================================================ Max Width 480px */
	.last article {
		padding-bottom: 40px;
	}

	.slightly-narrower h2 {
		text-align: center;
	}

	.cols-3 .column::before {
		left: -5px;
		font-size: 30px;
		width: 30px;
		height: 30px;
	}

	.cols-3 .column .full-content, .cols-3 .column .top-content {
		padding: 15px;
	}

	.cols-3 .column .bottom-content {
		padding: 15px;
	}

	.cols-3 .column .full-content,
	.cols-3 .column .bottom-content {
		margin: 0 0 0 30px;
	}

	.cols-3 .column .top-content {
		margin: 0 0 20px 30px;
	}

	.cols-3 .column .bottom-content.with-globe {
		background-size: 50px;
	}

	.about-video h2,
	.stories h2 {
		text-align: center;
	}

	.register h2.corporate-colour {
		font-size: 1.9em;
		text-align: center;
		max-width: 100%;
	}

	.registration-details-wrapper h3 {
		text-align: center;
	}

	.callout {
		bottom: 95%;
		margin-left: -140px;
		display: none
	}

	.damage-types-slider .slide img {
		width: 60%;
	}
	.damage-types-slider .slide p {
		font-size: 1.1em;
	}

	.footer-copyright {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-logo {
		float: none;
		width: 138px;
		margin: 20px auto 0;
	}

	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		text-align: center;
		margin: 0 auto;
		float: left;
	}

	.dataTables_wrapper .dataTables_filter {
		margin-right: 0;
		margin-top: 0;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 50px;
		line-height: 0px;
		width: 100%;
		float: left !important;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	ul.important_documents li img {
		max-width: 120px;
	}
    /* Form Sections ========================================================================================== Max Width 480px */	
	div.step-bubble span {
		font-size: 1.2em;
		line-height: 32px;
	}

	div.step-indicator {
		width: 50px;
	}

	div.step-bubbles div.left,
	div.step-bubbles div.right {
		width: 7px;
	}
}