/*!
Theme Name: ethics
Theme URI: https://www.multidots.com/
Author: Multidots
Author URI: https://www.multidots.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ethics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ethics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
*{box-sizing:border-box}
body{margin:0;box-sizing:border-box}
body.page-template-template-homepage{background-color:#5d5d5c;padding:0 30px}

/* site header */
.canvas-wrap{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.canvas-wrap .canvas-logo{width:100%;max-width:760px;margin:0 auto;padding:0 25px 0 15px;text-align:right;position:absolute;top:20px;left:0;right:0;z-index:100}
.canvas-wrap .canvas-form-wrap{margin-left:5px}
.canvas-wrap #canvas{width:100%;max-width:760px;margin:0px auto;font-family:Calibri, Arial, Helvetica, sans-serif;font-size:17px;overflow:hidden;background-color:#00465b;vertical-align:top;-webkit-font-smoothing:antialiased;position:relative}
.canvas-wrap .canvas-inner{font-size:32px;color:#FFF;padding:180px 50px 0px 190px;width:100%;height:100%;min-height:790px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;background-repeat:no-repeat;background-position:right bottom}
.canvas-wrap .canvas-content #continueButton{text-align:center;padding:3px 15px;background-color:#bed82f;color:#00465B;font-size:12px;font-weight:bold;cursor:pointer;text-decoration:none}
.canvas-wrap .canvas-content #title{position:relative;color:#fff}
.canvas-wrap .canvas-content #title:before{content:'';display:inline-block;position:absolute;width:22px;height:24px;background-image:url(images/EthicsSign-inverse.png);background-repeat:no-repeat;left:-22px;top:-12px}
.canvas-wrap .canvas-content #effectiveDate{margin:110px 0 0 5px;font-size:17px;color:#bed82f;}
.canvas-wrap .canvas-content #updateInfo{margin:5px 0 0 5px;font-size:17px;color:#fff;}
@media (max-width:767px){
	.canvas-wrap .canvas-inner{padding:180px 50px 0px 70px}
	.canvas-wrap .canvas-content #effectiveDate{margin-top:70px}
}
@media (max-width:600px){
	.canvas-wrap .canvas-inner{min-height:680px;padding:120px 30px 0px 40px;background-size:contain;font-size:26px}
	.canvas-wrap .canvas-content #effectiveDate{margin-top:50px;font-size:14px}
}
@media (max-width:520px){
	body.page-template-template-homepage{padding:20px}
	.canvas-wrap .canvas-inner{min-height:630px}
}