.desktopOnly {
	display: block;
}

.mobileOnly {
	display: none;
}

body {
	color: #4C4C4C;
}

.copyBlock {
	display: block;
	clear: both;
}

.noSidePadding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.paddedBottom {
	padding-bottom: 10% !important;
}

.paddedTop32 {
	padding-top: 32px !important;
}

.paddedTop48 {
	padding-top: 48px !important;
}

.paddedTop64 {
	padding-top: 64px !important;
}

.paddedTop80 {
	padding-top: 80px !important;
}

.paddedBottom32 {
	padding-bottom: 32px !important;
}

.paddedBottom48 {
	padding-bottom: 48px !important;
}

.paddedBottom64 {
	padding-bottom: 64px !important;
}

.paddedBottom80 {
	padding-bottom: 80px !important;
}

.noMarginBottom {
	margin-bottom: 0;
}

.contentMaxWidth {
	/* max-width: 1200px; */
	width: 100%;
	height: max-content;
	margin: 0 auto;
}

.contentIndentedWidth {
	max-width: calc( 100% - 20% );
	width: 100%;
	margin: 0 auto;
}

.contentVerticalPadding {
	padding-top: 6% !important;
	padding-bottom: 6% !important;
}

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

	h1, .h1 {
		font-size: calc(2.375rem + 1.5vw) !important;
	}	

	.HomeLogo{
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.LoginFormWrapper {
		background: white;
		width: 650px;
		height: auto;
		padding: 2%;
		border-radius: 8px;
	}

	.innerPortal {
		width: 630px;
		height: auto;
		padding: 2%;
	}

	
}

@media screen and (max-width: 480px) {
		
	h1, .h1 {
		font-size: calc(2.375rem + 1.5vw) !important;
	}	

	.HomeLogo {
		margin-left: 6%;
		margin-right: 1%;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.LoginFormWrapper {
		background: white;
		width: 460px;
		height: auto;
		padding: 2%;
		border-radius: 8px;
	}

	.innerPortal {
		width: 440px;
		height: auto;
		padding: 2%;
	}

	
}

@media screen and (max-width: 414px) {
		
	h1, .h1 {
		font-size: calc(2.375rem + 1.5vw) !important;
	}	

	.HomeLogo{
		margin-left: 10%;
		margin-right: 1%;
		margin-top: 0px;
		margin-bottom: 15px;
	}

    .LoginFormWrapper {
		background: white;
		width: 400px;
		height: auto;
		padding: 2%;
		border-radius: 8px;
	}

	.innerPortal {
		width: 390px;
		height: auto;
		padding: 2%;
		margin-left: 7%;
		margin-right: 12%;
	}

	
}

@media screen and (max-width: 375px) {
		
	h1, .h1 {
		font-size: calc(2.375rem + 1.5vw) !important;
	}	

	.HomeLogo{
		margin-left: 10%;
		margin-right: 1%;
		margin-top: 0px;
		margin-bottom: 10px;
	}

    .LoginFormWrapper {
		background: white;
		width: 360px;
		height: auto;
		padding: 2%;
		border-radius: 8px;
	}

	.innerPortal {
		width: 350px;
		height: auto;
		padding: 2%;
		margin-left: 10%;
		margin-right: 2%;
	}

	
}

@media screen and (max-width: 320px) {
		
	h1, .h1 {
		font-size: calc(2.375rem + 1.5vw) !important;
	}	

	.HomeLogo{
		margin-left: 10%;
		margin-right: 1%;
		margin-top: 0px;
		margin-bottom: 10px;
	}

    .LoginFormWrapper {
		background: white;
		width: 310px;
		height: auto;
		padding: 2%;
		border-radius: 8px;
	}

	.innerPortal {
		width: 300px;
		height: auto;
		padding: 2%;
		margin-left: 18%;
		margin-right: 2%;
	}

	
}


@font-face {
	font-family: roboto-bold;
	src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
	font-family: roboto-boldcondensed;
	src: url(../fonts/Roboto-BoldCondensed.ttf);
}

@font-face {
	font-family: roboto-condensed;
	src: url(../fonts/Roboto-Condensed.ttf);
}

@font-face {
	font-family: roboto-light;
	src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
	font-family: roboto-medium;
	src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
	font-family: roboto-regular;
	src: url(../fonts/Roboto-Regular.ttf);
}

p {
  font-family: roboto-regular;
}

div {
  font-family: roboto-condensed;
}

h2 {
  font-family: roboto-regular;
}

h1 { 
  font-family: roboto-boldcondensed;
}

h3 {
  font-family: roboto-condensed;
}

h4 {
  font-family: roboto-condensed;
}

h5 {
  font-family: roboto-condensed;
}

h6 {
  font-family: roboto-condensed;
}

span {
  font-family: roboto-condensed;
}

.body {
	background-color: white;
	width: 100%;
	margin:auto;
	margin-bottom: 0;
}

/* .contentWrapper {
	width: 100% !important;
	max-width: 1200px;
	padding: 0;
	margin: auto;
	margin-bottom: 0;
} */

.HomeLogo {
	margin-bottom: 20px;
}

.LogoImage {
	width: 269px;
    /* margin-top: -90px; */
	margin-bottom: 20px;
	filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 1));
}


/* .HomeIcon{
	font-size: 20px !important;
	margin-left: 5px;
} */

/* .HeaderWrapper {
	background: #0D3A70;
	border-top: 50px solid white;
	border-bottom: 50px solid white;
} */

/* .PageBanner {
	margin-top: -50px;
	margin-bottom: -50px;
	background-repeat: no-repeat;
	background-size: cover;
} */

.LoginBanner {
	min-height: 100%;
	background-image: url('media/cmp-banner2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* .contentPadding {
	margin-left: 10%;
	margin-right: 10%;
} */

/* .BodyCopy {
	color: #4C4C4C;
	font-family: roboto-light;
	font-size: 20px;
} */


/* .contentPanel {
	padding-top: 8%;
	padding-bottom: 8%;
} */


/* .font-icon{
	font-size: 20px;
	color: #006699;
	font-weight: 800;
} */

/* .LinkWrapper {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-right: 125px;
} */

/* .HomeConnect {
  width: 45%;
} */

/* .HomeConnectPadding {
  width: 27.5%;
} */


/* START: Onion Inner */

.cma-container {
	display: flex;
    justify-content: center;
  	align-items: center;
	padding: 10%;
}

.LoginFormWrapper {
	background: white;
	width: 650px;
	height: auto;
	padding: 2%;
	border-radius: 8px;
}

 /* #Portal{
    padding: 10px 0 10px;
  } */
	
/* .PortalForm {
	padding-top: 100px;
} */

  /* .contact-text{
    margin: 0 auto;
  } */

  .PortalText{
	margin: 3% 2%;
	line-height: 1.5;
	font-family: roboto-regular;
	font-size: 16px;
	color: #4C4C4C;
	}

  /* .mail-message-area{
    width:100%;
    padding:0 15px;
  } */

  /* .mail-message{
    width: 100%;
    background:rgba(233,233,233, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  } */

  /* .not-visible-message{
    height:0px;
    opacity: 1;
  } */

  /* .visible-message{
    height:auto;
    opacity: 1;
    margin: 5px auto 0;
  } */

/* Input Styles */

/* .form-field-wrapper {
	display: flex;
	justify-content: center;
	width: 90%;
	clear: both;
	} */

  /* .form {
    width: 100%;
    padding: 5px 7px;
    border: 0;
    margin-bottom: 18px;
    color: #4C4C4C !important;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  } */

  /* .form:focus{
    outline: none;
  } */

	/* .PortalForm .password-wrapper input { border-radius: 0 6px 6px 0; background-color: E9E9E9;}
	.PortalForm .mail-wrapper input { border-radius: 0 6px 6px 0; background-color: E9E9E9;}
	
	
	.PortalForm .password-wrapper .form-field,
	.PortalForm .mail-wrapper .form-field { */
		/* float: left; */
		/* width: 50%;
	} */
	

  /* .textarea {
    height: 200px;
    max-height: 200px;
    max-width: 70%;
		border-radius: 6px;
  } */

  .BulletTextPanel ul.BulletIcon3 li b {
	color: #1E3C6E;
	font-family: roboto-regular;
	font-weight: 600;
	font-size: 20px;
}

/* .BulletIcon1 {
	float: left;
	margin: 1% 8px 0 0;
	padding: 5px 0 0 0;
} */

.BulletIcon3 {
  list-style-image: url(media/bullet-icon-v2.png);
  margin-left: 2%;
  line-height: 1.6;
	font-family: roboto-regular;
	font-size: 16px;
	color: #4C4C4C;
}

/* .BulletTextWrapper {
   display: flex;
} */
	
	
	/* .mail-icon, .password-icon {
		float: left;
		background: #207DAE;
		border-radius: 6px 0 0 6px;
		width: 40px;
		height: 31px;
	} */

	/* .name-icon img {
		width: 14px;
		height: 15px;
		margin: 8px 14px;
    float: left;
	} */

	/* .mail-icon img {
		width: 15px;
		height: 11px;
		margin: 10px 14px;
    float: left;
	} */

	/* .password-icon img {
		width: 14px;
		height: 15px;
		margin: 8px 14px;
    float: left;
	} */
	
  /* .form-btn {
	float: right;
    padding: 6px 16px;
		border: 0;
    background: #207DAE;
    display: block;
		color: white;
		font-size: 16px !important;
				width: 80px;
    margin: 10px auto;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    font-size: 0.8em;
  } */

  /* .form-btn:hover{
    background: #0D3A70;
    color: white;
    border:none;
  } */

  /* .form-btn:active{
    opacity: 0.9;
  } */

/* END: FORM */

/* @media screen and (min-width: 960px) {
	.NavWrapper { display: block !important; }
} */

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

	.HomeLogoSmall{
		display: block;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 0px;
	}
	
}

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


	.mobileOnly {
		display: block !important;
	}
	
	.desktopOnly {
		display: none !important;
	}
	
}
