/* 
.ResourceListWrapper {
	padding: 10px 10px 10px 10px;
	display: inline-block;
	width: 100%;
	vertical-align: top;

}
*/

.SelectionMenu { 
	padding: 1px;
    height: 40px;
	font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.SelectionMenuNormal { 
	color: #67318f;
	background-color: #ffffff;
	border: 1px solid #67318f;
}

.ResourceJumpFormTable {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
	padding: 0px 0px 0px 0px;
	margin: -50px 0px 20px 0px;
}

.ResourceJumpFormTR {
	display: table-row;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ResourceJumpFormTD {
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	display: table-cell;
	vertical-align: middle;
}

.ResourceJumpFormLabel {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 600;
	color: #2dabec;
    font-size: 22px;
}

.ResourceJumpButton {
    background-color: #67318f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
 	font-family: 'Lato';
	font-style: normal;
	font-weight: 600;
    font-size: 22px;
    outline: 0 none;
    padding: 10px 16px 10px 16px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 0 none;
}

button.ResourceJumpButton:-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

.ResourceJumpButton:hover, .ResourceJumpButton-hover, .ResourceJumpButton:focus, .ResourceJumpButton:active, .ResourceJumpButton-active {
    background-color: #2dabec;
   	outline: 0 none;
    border: 0 none;
}





.ResourceListWrapper {
	position: relative
}

.ResourceListMobile {
	display: none;
	background: #67318f;
	padding: 10px 10px 30px 20px;
	margin: 0px 0px 50px 0px;
	height: auto
}

.ResourceListTable {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
	width: 100vw;
}

.ResourceListTR {
	display: table-row;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100vw;
}

.ResourceRowLeft {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	display: table-cell;
	vertical-align: middle;
	background: url('/CoastalGraphics/images/ResourceRowLeftA.png') !important;
	background-repeat: repeat-x !important;
	height: 270px !important;
	width: 40vw;
	max-width: 600px;
}
.ResourceRowMiddle {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: table-cell;
	vertical-align: middle;
	background: url('/CoastalGraphics/images/ResourceRowMiddleA.png') !important;
	background-repeat: repeat-x !important;
	height: 270px !important;
	width: 95px !important;
}
.ResourceRowRight {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: table-cell;
	vertical-align: middle;
	background: url('/CoastalGraphics/images/ResourceRowRightA.png') !important;
	background-repeat: repeat-x !important;
	height: 270px !important;
}

.ResourceLogo {
	object-fit: contain;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px !important;
	margin: 6px 6px 6px 6px !important;
	cursor: pointer;
}

.ResourceTitle {
	font-family: 'Oswald' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 4px;
	line-height: 1.3;
	font-size: 30px;
	text-transform: uppercase;
	color: white;
	display: block;
	margin: -30px 10px 0px 0px;
	padding: 0px 20px 0px 0px;
	text-align: center;
	cursor: pointer;
}

.ResourceDescription {
	color: #72cfff;
	display: block;
	padding: 10px 30px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.ResourceLinkHolder {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 340px;
	height: 50px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.ResourceLinkHolderTR {
	display: table-row;
}

.ResourceLinkHolderTD {
	display: table-cell;
	position: relative;
}

.ResourceLinkHolderTD1 {
	width: 70px;
}

.ResourceWeb {
	background: #2dabec;
	-webkit-clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
	position: absolute;
	right: -80px;
	bottom: 0px;
	width: 90px;
	height: 50px;
	color: white;
	font-family: 'Oswald' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 30px;
	margin-right: 40px;
}

.WWWIcon {
	width: 40px !important;
	height: auto;
	margin: 4px 4px 4px 4px;
	padding: 0px 0px 0px 0px;
	display: block;
}


.ResourcePhone {
	background: #2dabec;
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
			clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 240px;
	height: 50px;
	color: white;
	font-family: 'Oswald' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 33px;
}



.ResourcePopUp {
	display: none;
}

.ResourcePopUpWrapper {
	padding: 0px 0px 0px 0px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
    border: 1px solid #666666 !important;
}

.ResourcePopUpLogo {
	width: 88vw;
	max-width: 340px !important;
	height: auto;
	display: block;
	padding: 0px 0px 0px 0px !important;
	margin: 6px 6px 6px 6px !important;
}

.ResourcePopUpTitle {
	font-family: 'Oswald' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 4px;
	font-size: 40px;
	text-transform: uppercase;
	color: white;
	display: block;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.ResourcePopUpDescription {
	background: #67318f;
	color: #72cfff;
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.ResourceLinks {
	background: #2dabec;
	color: white;
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	font-family: 'Oswald' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 2px;
	font-size: 40px;
}


.ResourceLinks a {
	color: white;
}
.ResourceLinkURL {
	margin: 0px 20px 0px 20px;
	display: inline-block;
}
.ResourceLinkPhone {
	margin: 0px 20px 0px 20px;
	display: inline-block;
}
.ResourceLinkFacebook {
	margin: 0px 20px 0px 20px;
	display: inline-block;
}
.ResourceLinkFacebookIcon {
	width: 40px !important;
	height: auto;
}

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

	.ResourceRowLeft {
		width: 33vw;
	}

	.ResourceLogo {
		width: 30vw !important;
	}
}

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

	.ResourceTitle {
		margin: -10px 10px 0px 0px;
	}
}

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

	.ResourcePopUpTitle, .ResourceLinks {
		letter-spacing: 3px;
		font-size: 30px;
	}
	
	.ResourceLinkFacebookIcon {
		width: 30px !important;
	}
}

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

	.ResourceLogo {
		width: 60vw !important;
		max-width: 300px !important;
	}

	.ResourceRowLeft {
		width: auto;
		height: 240px !important;
		background: url('/CoastalGraphics/images/ResourceRowLeftB.png') !important;
	}

	.ResourceRowRight {
		display: none;
	}

	.ResourceRowMiddle {
		background: url('/CoastalGraphics/images/ResourceRowMiddleB.png') !important;
		background-repeat: none !important;
		width: 95px;
		height: 240px !important;
	}

	.ResourcePopUpTitle, .ResourceLinks {
		letter-spacing: 3px;
		font-size: 24px;
	}
	
	.ResourceLinkFacebookIcon {
		width: 24px !important;
	}

	.ResourceListMobile {
		display: block;
	}

	.ResourceLinkHolder {
		bottom: -25px;
	
	}
}

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

	.SelectionMenu { 
		width: 50vw;
	}
}

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

	.ResourceTitle {
		margin: -10px -10px 0px 10px;
	}

	.ResourceLinkURL {
		font-size: 3vw;
	}
}

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

	.ResourcePopUpTitle, .ResourceLinks {
		letter-spacing: 2px;
		font-size: 20px;
	}

	.ResourcePopUpLogo {
		width: 55vw !important;
		max-width: 270px !important;
	}

	.ResourceLinkFacebookIcon {
		width: 20px !important;
	}
}

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

	.ResourceJumpFormTable, .ResourceJumpFormTR, .ResourceJumpFormTD {
		padding: 5px 5px 5px 5px;
		display: block;
	}

	.SelectionMenu { 
		width: 80vw;
	}
}

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

	.ResourceLinkHolder {
		width: 280px;
		height: 40px;
	}

	.ResourceLinkHolderTR {
		display: table-row;
	}

	.ResourceLinkHolderTD {
		display: table-cell;
		position: relative;
	}

	.ResourceLinkHolderTD1 {
		width: 50px;
	}

	.ResourceWeb {
		right: -80px;
		bottom: 0px;
		width: 80px;
		height: 40px;
		font-size: 24px;
		margin-right: 40px;
	}

	.WWWIcon {
		width: 30px !important;
	}


	.ResourcePhone {
		width: 200px;
		height: 40px;
		color: white;
		font-size: 28px;
	}
}




