@font-face 
{
	font-family: arial, helvetica, sans-serif;
}

html
{
	font-family: arial, helvetica, sans-serif;
}

body 
{
  	font-size: 14px;
  	margin: 0px;
  	padding: 0px;
  	user-select: none;
}

div 
{
	  	box-sizing: border-box;
}

.grey_bkgrnd
{
	background-color: #efefef;
}


.main 
{
	user-select: text; 
    height: auto;
    width: 100%;
    max-width: 1920px;
    margin: 0px auto 0px auto;
    position: relative;
    min-height: calc(100vh - 450px);
    overflow: hidden;
}

.main
{
	box-shadow: 0px 0px 20px 0px #adadad;
	background-color: white;
}

.main.home
{
	overflow: visible; 	
}

.main.resources
{
	box-shadow: none;
	background-color: transparent;
}

.main.policy
{
	padding: 120px 60px;
}

#sizebar
{
	height: 4px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100000;
	display:none;
}

h1,h2,h3,h4,h5,h6,p
{
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

h1
{
	font-size: 40px;
	line-height: 46px;
	font-weight: 800;
	letter-spacing: -1.5px;
}

h2
{
	font-size: 40px;
    line-height: 46px;
    letter-spacing: -1px;
    font-weight: 800;
}

h3 
{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
    font-weight: 800;
}

h4
{
	font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
    font-weight: 800;
}

.main.solution h4 + p,
.main.home h4 + p
{
	margin-top: 24px;
}

.main.policy p,
.main.solution p + p,
.main.home p + p
{
	margin-top: 24px;
}


.body
{
	font-size: 20px;
	line-height: 24px;

}

.white
{
	color: white;
}

.white_bg
{
	background-color: white;
}

/*

		Header and Menu

*/



.nav_bar
{
	top:0;
	position:fixed;
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #0000001A;
	display: block;
	background-color: white;
	z-index: 1000;
}

#nav_container
{
	width: 100%;
	max-width: 1920px;
	min-height: 60px;
	margin:0 auto;
	z-index: 1000;
	background-color: white;
	position:relative;
}

#logo_hdr
{
	background-image: url('https://cdnv5.ppmanywhere.com/website/img/TAC_TAP_Logos/TAC_logos/TAC_Logo_2024_Colour.svg');
	width: 320px;
	height: 34px;
	background-repeat: no-repeat;
	margin-top: 16px;
	margin-left: 12px;
	display:inline-block;
}

#logo_hdr:hover
{
	cursor:pointer;
}

#nav_items
{
	display: inline-block;
	float:right;
	margin: 14px 14px 14px 0px;
	height: 32px;
	line-height: 32px;
	
}


.nav_item
{
	display:inline-block;
	margin-right: 40px;
	color: #096eb6;
	font-size:16px;
	
}

.nav_item:hover 
{
    cursor: pointer;
    border-bottom: 2px solid #096eb6;
    margin-bottom: -2px;
}

#request_btn
{
	width: 130px;
	height: 32px;
	padding: 0px 7px;
	display: inline-block;
	background-color: #096eb6;
	border-radius: 4px;
	text-align: center;
	color: white;
	line-height: 32px;
	font-size: 16px;
	cursor:pointer;
}

#request_btn:hover
{
	background-color: #ffffff;
	color: #096eb6;
	outline: 1px solid #096eb6;
}

.wobble
{
	animation: wiggle 2s;
}

@keyframes wiggle
{
	0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}


#menu_button
{
	height: 24px;
	width: 24px;
	display: none;
	position: absolute;
	right: 18px;
	top: 18px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

#m1, #m2, #m3
{
	background-color: #096eb6;
	height: 4px;
	width: 100%;
	border-radius: 100px;
	position:absolute;
	transition: all 0.5s ease-in-out;
	transform: rotate(0deg);
	transform-origin: left center;
}


#m1
{
	top: 0px;
}

#m2 
{
	top:  10px;
}

#m3
{
	top: 20px;
}

.close #m2
{
	opacity: 0;
}

.close #m1
{
	transform-origin: left center;
	transform: rotate(45deg);
	top: 1px;
}

.close #m3
{
	transform: rotate(-45deg);
	transform-origin: left center;
	top: 18px;
}




#main_menu
{
	width: 100%;
	min-height: 100vh;
	padding-top: 120px;
	top: -120%;
	
	background-color: white;
	position:fixed;
	z-index:6;
	transition: all 0.4s ease-in;
	border-bottom: 1px solid grey;
}

.menu_item
{
	height: 86px;
    width: calc(50% - 90px);

	margin-left: 60px;
    margin-bottom: 60px;
    
    display: inline-block;
    border-radius: 6px;
    
    background-color: #efefef;
    color: #096eb6;
	border: 1px solid #adadad24;    
	cursor: pointer;
    
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    line-height: 86px;
}

.menu_item:hover
{
	background-color: #114d7824;
}

#enterprise_menu.hide
{
	display: none;
}

#platform_menu.show
{
	display: block !important;
	position: absolute;
    top: 60px;
    padding: 30px;
    background-color: white;
}

#platform_menu .t
{
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -1px;
    font-weight: 800;
    text-decoration: none;
    color: black;
}


#platform_menu > div
{
	height: 86px;
/*     padding-right: 21px; */
    margin-top: 24px;
    width: calc(50% - 48px);
    display: inline-block;
    margin-right: 32px;
    text-align:left;
    vertical-align: middle;
}

#platform_menu > div:first-child, #platform_menu > div:nth-child(2)
{
	height: 24px;
	margin-bottom: 24px;
}

#platform_menu > div
{
	cursor: pointer;
}

#platform_menu div .icon_30
{
	vertical-align: middle;
	background-color: #096eb6;
	transform: rotate(90deg);
	background-size: 115%;
}

#platform_menu > div:nth-child(2) 
{
    cursor: text;
}

#platform_menu > div > p:nth-child(2)
{
	color: #adadad;
}

#platform_menu > div:first-child > p
{
	color: #096eb6;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
}

#platform_menu > div:nth-child(2) > p
{
	font-size: 24px;
	line-height: 28px;
}

#platform_menu > div > p.bold
{
	font-size: 14px;
	line-height: 20px;
}



/*

Icons

*/

.icon_40, .icon_70, .icon_30, .icon_24, .icon_50
{
	border-radius: 200px !important;
	background-repeat: no-repeat;
	background-position: center center;
	display:inline-block;
}


.icon_30
{
	height: 30px !important;
	width: 30px !important;
}

.arrow_full_silhouette				
{ 
	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_circle/icon_silhouette_arrow_full.svg");
}



/*

Loading

*/

#loading
{
   display:none;
}

.overlay 
{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(17,77,120,0.6);
  	z-index: 1002;
}

.overlay__inner 
{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content 
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
}




.pic_draw
{
	height:150px;
}

#loading_message
{
    padding-top: 40px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

#loading.hide
{
	display: none;	
}

#loading.show
{
	display: block;	
}


/*

Home

*/

/* Add animation (fade in the popup) */
@keyframes fadeIn 
{
  from {opacity: 0;}
  to {opacity:1 ;}
}

#pagemask 
{
  top: 60px;
  margin-bottom: 60px;
  z-index: 1;
  animation: fadeIn .5s;
  height: calc(100vh - 60px);
  min-height: 600px;
  position: relative;
}

#background-video 
{
  width: 100%;
  height: calc(100vh - 60px);
/*   margin-top:60px; */
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  min-height: 600px;
}

#sign_in_wrap
{
	    /* margin: calc(50vh - 200px) auto; */
	top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
}


.overlay_section
{
	position: relative;
	display: inline-block;
	color: white;
	z-index: 5;
	top: 0;
	width: 33%;
	height: calc(100vh - 60px);
	background-color: #0f2c4d80;
	padding:0px 0px;	
	vertical-align:top;
}
.overlay_section p
{
	margin-top: 32px;
}

.tag_wrap
{
	margin-top: calc(50vh - 110px);
	width: 100%;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
    padding: 0px 60px;
}


#sign_in_btn_wrap
{
	position: relative;
	display: inline-block;
	z-index: 5;
	width: 66%;
	text-align:center;
}

.main.home .small
{
	display:none;
}

.big_btn
{
    height: 60px;
    border: 2px solid white;
    width: 200px;
    color: white;
    border-radius: 50px;
    text-align: center;
    font: normal normal 800 22px/60px 'Arial';
    display:inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: margin-left .5s linear;
    margin-top: calc(50vh - 30px);
}	

.big_btn:hover
{
	background-color: rgba(255,255,255,.5);
	border: 2px solid rgba(255,255,255,.1);
}

.big_btn.learn
{
	margin-left: 60px;
}

#sign_in_popup
{
	width:	300px;
	height: 300px;
	background-color: white;
	border-radius: 12px;
	display: none;
	text-align: center;
	padding: 24px;
	margin-top: calc(50vh - 150px);
	margin-left: 60px;
	transition: all .8s ease-in;
	opacity:0;
}

#sign_in_popup.hide, .big_btn.hide, #sign_in_popup .hide
{
	display:none;
	opacity: 0;
}



#sign_in_popup.show
{
   display: inline-block;
   animation: fadeIn 1.0s forwards;
}

#sign_in_title, .pop_up .title
{
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -1px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 32px;
}

#sign_in_popup input, #f_email, #r_password, #c_password
{
	line-height: 32px;
	border: none;
	border-bottom: 1px solid #efefef;
	width: 100%;
    margin-bottom: 16px;
}

#remember_me_cb
{
	text-align: left;
}

input[type="checkbox"]#remember_me
{
	display:none;
}

input[type="checkbox"]#remember_me + label span
{
	width: 24px;
	height: 24px;
	border: 1px solid #efefef;
	margin: 0 3px 0 0;
	display: inline-block;
	border-radius: 6px;
	background-image: url('https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Tick_Login/Icon_only/icon_tick_login_white.svg');
}

input[type="checkbox"]#remember_me:checked + label span
{
	background-color: #096eb6;
	border-radius:6px;
}

.remember_me_label 
{
    display: inline-block;
    line-height: 24px;
    margin-left: 8px;
    vertical-align: top;
    
}

#sign_in_btn, .save_btn
{
	height: 32px;
    background-color: #096eb6;
    border-radius: 6px;
    padding: 0px 15px;
    color: white;
    line-height: 32px;
    width: 100%;
    cursor: pointer;
	margin: 16px 0px 8px 0px;
	border: none;
}

#sign_in_btn:hover, .save_btn:hover
{
	background-color: #ffffff;
	color: #096eb6;
	background-image: none;
	outline: 1px solid #096eb6;
}

#forgot_btn
{
	font-size: 12px;
    margin-top: 12px;
    cursor: pointer;
}

.cross_icon {background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Cross/Icon_only/icon_cross_white.svg);}

.pop_up
{
    position: fixed;
    width: 300px;
    height: 300px;
    height: auto;
    background-color: white;
    border-radius: 12px;
    z-index: 100;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    text-align: center;
    transition: all .8s ease-in;
	padding: 24px;
}

.pop_up .close_btn
{
    height: 50px;
    width: 50px;
    position: absolute;
    right: -10px;
    top: -50px;
    cursor: pointer;
}



.bar_wrap
{
	width: 100%;
	text-align: center;
}

#progress_bar
{
	width: 100%;
	text-align: center;
	position: sticky;
	top: 60px;
	padding-top: 16px;
	height: 48px;
	background-color: white;
	max-width: 700px;
	margin: auto;
	margin-bottom: 60px;
	margin-top: -30px;
	box-shadow: 27px 20px 20px 20px rgb(255, 255, 255, .95)
}

.progress_bar
{
	height: 12px;
	border-radius: 42px;
	background: linear-gradient(90deg, #F3F3F3 0%, #ADADAD 99.5%);
	position: absolute;
	width: 100%;
	top: 34px;
}

.progress_bar > div
{
	display: inline-block;
}

#progress_bar .progress_circle
{
	display:inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	line-height: 40px;
	background-color: white;
/* 	margin-left: calc(100% / 6 - 40px); */
	font-size: 24px;
	left: 0;
	position: absolute;
	outline: 1.64px solid #adadad;
	color: #adadad;
}


#progress_bar > div:nth-child(2)
{
	position: absolute;
	margin-top: 4px;
	width: 100%;
}

#progress_bar .progress_circle:first-child	{margin-left: calc(100% / 6 - 40px);}
#progress_bar .progress_circle:nth-child(2) {margin-left: calc(100% / 6 * 2 - 40px);}
#progress_bar .progress_circle:nth-child(3) {margin-left: calc(100% / 6 * 3 - 40px);}
#progress_bar .progress_circle:nth-child(4) {margin-left: calc(100% / 6 * 4 - 40px);}
#progress_bar .progress_circle:nth-child(5) {margin-left: calc(100% / 6 * 5 - 40px);}
#progress_bar .progress_circle:nth-child(6) {margin-left: calc(100% / 6 * 6 - 40px);}

.tick_icon			{background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Silhouette_square/icon_silhouette_tick.svg");}

#progress_bar .progress_circle .tick_icon
{
	background-color: #adadad;
	height: 40px !important;
	width: 40px !important;
}

#progress_bar .active.progress_circle:first-child
{
	outline: 1.64px solid #59828f;
	color: #59828f;
}

#progress_bar .active.progress_circle:nth-child(2)
{
	outline: 1.64px solid #d97521;
	color: #d97521;
}

#progress_bar .active.progress_circle:nth-child(3)
{
	outline: 1.64px solid #878b3f;
	color: #878b3f;
}

#progress_bar .active.progress_circle:nth-child(4)
{
	outline: 1.64px solid #43234d;
	color: #43234d;
}

#progress_bar .active.progress_circle:nth-child(5)
{
	outline: 1.64px solid #BF3443;
	color: #BF3443;
}

#progress_bar .active.progress_circle:nth-child(6)
{
	outline: 1.64px solid #3f5d04;
	color: #3f5d04;
}

#progress_bar .active.progress_circle:nth-child(6) .tick_icon
{
	background-color: #3f5d04;
}


.main.home .lindsay_wrap
{
	padding: 32px 0px;
}

.lindsay
{
	width: 100%;
	max-width: 275px;
	display:inline-block;
	vertical-align:top;
	z-index: 0;
	position: relative;
    max-width: calc(100vh* .27); /*for maintaining her aspect ratio on short screens*/
}

#lindsay_section
{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	position: sticky;
    top: clamp(120px, calc(50vh - 420px), calc(50vh - 420px));
    text-align:right;
    z-index: 1;
}

.lindsay_device_wrap
{
	width: 60%;
	display: inline-block;
}

.lindsay_block 
{
    display: block;
    vertical-align: top;
    z-index: 0;
    text-align: left;
    margin-bottom: 25vh;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.lindsay_block.centre
{
	text-align: center;
} 

.lindsay_block img
{
	margin-bottom: 32px;
}

.lindsay_block h3
{
	margin-bottom: 12px;
}

.lindsay_block p
{
	font-size: 20px;
	line-height: 24px;
}

.lindsay_device_text_wrap p.large_screen
{
	margin-top: 32px;
}

.lindsay_device_text_wrap
{
	padding: 32px 10%;
}


.c1_txt {color: #59828f !important;}
.c2_txt {color: #d97521 !important;}
.c3_txt {color: #878b3f !important;}
.c4_txt {color: #43234d !important;}
.c5_txt {color: #d99d1e !important;}
.c7_txt {color: #bf3443 !important;}


.reporting_genius
{
	background-color: #00aec415;
	padding: 128px 0px;
	overflow: hidden;
}

.reporting_genius > img
{
	width: 100%;
}

.ebook_section 
{
    width: 65%;
    margin: 0 auto;
    padding-top: 15px;
}

.ebook_section > img
{
    width: 14%;
    display: inline-block;
    margin-left: 17%;
    vertical-align: top;
}

.ebook_section > img.zoom
{
    width: 25%;
    display: inline-block;
    margin-left: 6%;
    vertical-align: top;
}

.ebook_text
{
	display: inline-block;
	width: 64%;
	max-width: 700px;
	margin-left: 2%;
	vertical-align: middle;
}

.ebook_text h3
{
	padding-bottom: 16px;
}

.ebook_text p
{
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 24px;
}

.ebook_text button
{
	padding: 0px 15px;
	margin-top: 30px;
}

.main.home .solutions_wrap
{
	padding: 64px 0px;
	text-align: center;
	
}
.main.home .solutions_wrap .logos
{
	padding: 8px 0px 240px 0px;
}

.main.home .solutions_wrap .logos img
{
	max-width: 1200px;
}

.solutions_wrap > p
{
	font-size: 20px;
}

.solutions_wrap h2 + p 
{
	
    margin-bottom: 100px;
    max-width: 750px;
    margin: 8px auto 40px auto;
}

.sol_carousel
{
    overflow-x: hidden;
    height: 650px;
    white-space: nowrap;
}

.section_container
{
	display: inline-block;
	height: 650px;
	text-align: left;
	margin-right: 16px;
	white-space: normal;
}

.card 
{
    border-radius: 12px;
    padding: 30px;
    height: 360px;
    position: relative;
    width: 335px;

}

.card_pic 
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: 50%;
    border-radius: 12px;
}

.card_device 
{
    text-align: center;
    width: 270px;
    position: absolute;
    bottom: -90px;
    left: 32.5px;
}

.scroll_btn
{
	position: absolute;
    z-index: 2;
    cursor: pointer;
    
    /* display: none; */
    height: 425px;
    width: 10%;
    min-width: 100px;
    background-image: url(https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
    transition: all .5s ease-in;
}

.scroll_btn:hover
{
	background-size: 80px;
}

#tap_users_right
{
	right: 0px;
}

#tap_users_left
{
	transform: rotate(180deg);
}

.ppm {background-color: #abc0c750;}
.grc {background-color: #c4c49e50;}
.kpi {background-color: #ecba8f50;}
.psa {background-color: #b587b350;}
.npd {background-color: #bf344350;}
.byo {background-color: #27824c50;}

.section_container ._submit
{
	text-align: center;
	margin-left: calc(50% - 52px);
	border-radius: 6px;
	width: 104px;
	margin-top: 110px;
}

._submit.white
{
	outline: #096eb6;
	background-color: #ffffff;
	color: #096eb6;
	border: 1px solid;
}

._submit.white:hover
{
	background-color: #096eb6;
	color: #ffffff;
	outline: none;
}

/*

Solution Menu

*/

#solutions_btn div 
{
    display: inline-block;
}


#solutions_dropdown
{
	z-index: 900;
	padding: 40px;
	background-color: #ffffff;
	transition: all .5s linear;
	max-width: 1920px;
	box-shadow: 0px 20px 20px -20px #adadad;
	position: relative;
	margin: 0 auto;
	top: -378px;
}

#solutions_dropdown.show
{
	top: 0px;
}

.solutions_dropdown_line
{
	display: inline-block;
}

.solutions_dropdown_solution
{
	width: calc(16.6% - 30px);
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.solutions_dropdown_solution:first-child
{
	margin-left: 0px;
}

.solutions_dropdown_solution .two_line
{
	color: #adadad;
	width: 70%;
}

.solutions_dropdown_solution:hover .two_line
{
	color: #096eb6;
}

#solutions_btn .arrow_icon
{
	background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Arrow/Icon_only/icon_arrow_w_blue.svg");
	vertical-align: top;
	transform: rotate(90deg);
	width: 18px;
	height: 18px;
	margin-top: 6px;
}



/*
*
*
Solution Pages
*
* 
*/

/* hero sections */

.main.solution h1, .main.resources h1
{
	max-width: 800px;
	margin: 120px auto 60px auto;
	text-align: center;
}

.main.solution .hero_section
{
	width:100%;
	margin-bottom: 210px;
	overflow: hidden;
	border:0px;
}

.main.solution .hero_section .left, .main.solution .hero_section .right
{
	width: calc(50% - 2px);
	display:inline-block;
	position:relative;
	vertical-align: top;
}

.main.solution .hero_section .right
{
	z-index: 1;
    float: right;
}

.blue_gradient
{
	margin-top: 10%;
	position: relative;
	width: 114%;
	height: 202px;
	background-image: linear-gradient(to right, #096EB6, #00AEC4);
}
.no_gradient
{
	width: 114%;
}


.main.solution .hero_section .right img
{
	width: 126%;
}

.main.solution .hero_section .hero_blurb
{
	padding: 30px;
	width: 500px;
	float: right;
    margin-right: 18%;
}

.main.solution .hero_section .hero_blurb p
{

	}

.main.solution .gradient_picture
{
	height: 36px;
	margin-bottom:30px;
}


/* content sections */

.main.solution .content_section_left, .main.solution .content_section_right
{
	/*padding: 0 210px;;*/
	margin-bottom: 210px;
	white-space: nowrap;
	/*transform: matrix(1, 0, 0, 1, 0, 500);*/
	transition: all .5s ease-out;
	clear: both;
}

.main.solution .content_section_right.flyup, .main.solution .content_section_left.flyup
{
	transform: matrix(1, 0, 0, 1, 0, 0);
}


.main.solution .content_section_left .img_laptop
{
	padding-left: 10%;
}

.main.solution .content_section_right .img_laptop
{
	padding-right: 10%;
	float:right;
	margin-bottom: 210px;
}


.main.solution .content_section_left .img_tablet
{
	padding-left: 20%;
}

.main.solution .content_section_right .img_tablet
{
	padding-right: 20%;
	float:right;
	margin-bottom: 210px;
}

.main.solution .section_blurb_wrap,
.main.solution .img_tablet,
.main.solution .img_laptop
{
	display: inline-block;
	width: 49.8%;
	vertical-align: top;
	white-space: normal;
}

.main.solution .section_blurb_wrap p
{
	
	text-align:left;
}

.main.solution .content_section_left .section_blurb_wrap
{
	padding-left: 140px;
	padding-right: 30px;
}

.main.solution .content_section_right .section_blurb_wrap
{
	padding-left: 15%;
	padding-right: 30px;
} 

.main.solution img.tablet + .section_blurb_wrap
{
	margin-top: 272px;
}

.brochure_form_section 
{
    background-color: #eaf8fa;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    z-index:1000;
    clear: both;
}

.brochure_form_section  .content_wrap
{
	width: 60%;
	margin: 0 auto;
}

.brochure_form_section .section_blurb
{
	display: inline-block;
	width: 36%;
	vertical-align: top;
}

.brochure_form_section .img_group
{
	float: right;
	width: 50%;
}

.brochure_form_section img
{
	width: 86%;
}


/*

Resources page


*/

.main.resources h1
{
	margin-bottom: 15px;	
}

.resources .page_subtitle
{
    font-size: 24px;
    line-height: 30px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.resources_pg
{
	height: auto;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	padding-bottom:60px;
}

.resource_categories
{
	color: black;
	width: 100%;
	display: table;
	padding: 30px;
}

.resource_categories > div
{
	border-bottom: 6px solid #579f91;
}


.category_button
{
	background-color: #adadad;
	display: table-cell;
	text-align: center;
	font-size: 14px;
	padding: 8px;
	border-left: 2px solid white;
	border-radius: 6px 6px 0px 0px;
	padding-right: 16px;
	cursor:pointer;
}

.category_button:first-child
{
	border-left: 0px;
}

.category_button.is-selected
{
	background-color: #579f91;
	color: white;
}

.category_button .icon_30 
{
    vertical-align: middle;
    margin-right: 4px;
}

.list_icon			{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Notes/Icon_only/icon_notes_white.svg");}
.document_icon		{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Document/Icon_only/icon_document_white.svg");}
.download_icon		{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Download/Icon_only/icon_download_white.svg");}
.workbook_icon		{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Workbook/Icon_only/icon_workbook_white.svg");}
.settings_alt_icon	{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Settings_Alt/Icon_only/icon_settings_alt_white.svg");}
.assumptions_icon	{ background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Assumptions/Icon_only/icon_assumptions_white.svg");}
.edit_icon          { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Edit/Icon_only/icon_edit_white.svg"); }


.icon_label
{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	
}

.resources_grid
{
	max-width:1920px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: auto;
	text-align: center;
	overflow_x: hidden;
	position: relative;
}

.resource_container
{
	min-width: 260px;
	max-width: 352px;
	height: 494px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	background-color:white;
	margin: 24px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #0000001A;
	border-radius: 6px;
	justify-content: space-around;
	align-content: center;
}

.resource_img
{
	width: 90%;
	height: 220px;
}

.resource_title
{
	width: 90%;
}

.resource_img img
{
	width: 100%;
	height: 100%;
	object-fit:contain;
}

.resource_content
{
	width: 85%;
	text-align: center;
	max-height: 20%;
	min-height: 10%;
}

.resource_link
{
	width: 85%;
	display:inline-block;
	align-content: center;
	margin-top: 32px;
	margin-bottom: 16px;
}

.resource_category
{
	display: inline-block;
	vertical-align: middle;
	float: left;
	line-height: 32px !important;
}

.article > .resource_link > .resource_category {color: #66A6A3;}
.eBook > .resource_link > .resource_category {color: #D99D1E;}
.digital_brochure > .resource_link > .resource_category {color: #27824C;}
.tech > .resource_link > .resource_category {color: #00AEC4;}
.case > .resource_link > .resource_category {color: #43234D;}
.blog > .resource_link > .resource_category {color: #BF3443;}


.resource_download
{
	width: 94px;
	height: 32px;
	background-color: white;
	border-radius: 6px;
	color: #096eb6;
	display: inline-block;
	text-align:center;
	line-height: 32px;
	vertical-align: middle;
	float: right;
	outline: 1px solid #096eb6;
}

.resource_download:hover 
{
	cursor: pointer;
	background-color: #096eb6;
	color: white;
}

/*

Resources landing & Resource Download Confirm

*/

.rsc_wrap, .dl_confirm .section, .request_demo .section, .contact .section
{
	margin: 60px auto;
	max-width: 1380px;
	position:relative;
	white-space: no-wrap;
}

.rsc_wrap .article_blurb_wrap,
.rsc_wrap .article_image_preview,
.dl_confirm .article_blurb_wrap,
.dl_confirm .article_image_preview,
.request_demo .article_blurb_wrap,
.request_demo .article_image_preview,
.contact .article_blurb_wrap,
.contact .article_image_preview
{
	width: 49%;
	max-width: 628px;
	display: inline-block;
	padding: 60px;
	vertical-align: top;
}

.rsc_wrap .article_image_preview img,
.dl_confirm .article_image_preview img,
.request_demo .article_image_preview img,
.section .article_image_preview img,
.contact .article_image_preview img
{
	width: 100%;
}

.contact .article_image_preview img
{
	max-width:365px;
}

.resource_landing h2, .dl_confirm h2
{
	color: #579F91;
	font-size: 26px;
    line-height: 30px;
    margin-bottom: 32px;
}

.dl_confirm .article_blurb_wrap
{
	width: 59%;
	max-width: 700px;
}

.dl_confirm .article_image_preview
{
	width: 39%;
	max-width: 556px;
}

.dl_confirm p
{
	margin-top: 32px;
}

.dl_confirm .article_image_preview img,
.resource_landing .article_image_preview img
{
    box-shadow: 4px 4px 12px 3px #efefef;
    border: .5px solid #efefef;
}
/*

Contact Us

*/


.contact a
{
	text-decoration: none;
	cursor: pointer;
	color: black;	
}


address
{
	font-style: normal;
}

.contact ul
{
    position: relative;
    list-style-type: none;
    margin: 40px 0px 0px 0px;
    padding: 0px;
    clear: both;
    max-width:350px;
}

.contact ul li
{
    padding: 4px 0px 8px 32px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}

.contact ul li::before
{
    content: "";
    width: 21px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact ul li a, .contact ul li a:hover, .contact ul li a:active
{
    text-decoration: none;
    color: black;
}

.contact ul.us li:nth-child(1)::before
{
    background-image: url("https://cdnv5.ppmanywhere.com/website/img/Icons/US_Flag.svg");
}

.contact ul.uk li:nth-child(1)::before
{
    background-image: url("https://cdnv5.ppmanywhere.com/website/img/Icons/UK_Flag.svg");
}

.contact ul li:nth-child(2)::before
{
    background-image: url("https://cdnv5.ppmanywhere.com/website/img/Icons/Message_icon.svg");
}

.contact ul li:nth-child(3)::before
{
    top: 1px;
    background-image: url("https://cdnv5.ppmanywhere.com/website/img/Icons/Phone_icon.svg");
}

.contact ul li:nth-child(4)::before
{
    background-image: url("https://cdnv5.ppmanywhere.com/website/img/Icons/Pin_icon.svg");
}

/*

About Us

*/



.about_us_skyline
{
    height: 50vh;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    position: fixed;
    z-index: 0;
    top: 0;
}

#abu_sky, #abu_birds, #abu_skyline, #abu_skyline2    
{
	height: 50vh;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
    bottom: 0px;
    width: 100%;
}

#abu_sky
{  
	background-image: url('https://cdnv5.ppmanywhere.com/website/img/Skyline/Background_sky.svg');
}

#abu_birds 
{  
	background-image: url('https://cdnv5.ppmanywhere.com/website/img/Skyline/Birds.svg');
}

#abu_skyline 
{  
	background-image: url('https://cdnv5.ppmanywhere.com/website/img/Skyline/Skyline_Back.svg');
}

#abu_wheel 
{  
    background-image: url('https://cdnv5.ppmanywhere.com/website/img/Skyline/Skyline_Wheel_anim.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;

    height: 25vh;
    width: 25vh;
    
    position: absolute;
    bottom: 0px;
    left: 25%;
}

#abu_skyline2 
{  
	background-image: url('https://cdnv5.ppmanywhere.com/website/img/Skyline/Skyline_Front.svg');
	
}

#abu_tag
{
	position: absolute;
    top: 120px;
    left: 60px;
}

.about_wrap
{
	min-height: 50vh;
	margin-top: 50vh;
	
    z-index: 1;
    position: relative;
    
    background-color: white;
    text-align: center;
    vertical-align:top;
}

.about_us .img_group
{
	width: 50%;
	max-width: 628px;
	display:inline-block;
	padding: 60px;
	vertical-align:top;
}
.about_us .section_blurb_wrap
{
	width: 49%;
	max-width: 628px;
	display:inline-block;
	padding: 60px;
	text-align: left;
	vertical-align:top;
}

.about_us .section_blurb_wrap p
{
	margin-bottom: 15px;
}



/* active campaign lookalike forms  ============================================
==============================================================*/

form ._form-label
{
    display: none;
}


form ._form-content input[type="text"]
{
	padding: 3px;
	outline: 0;
	border-width: 0 0 2px 0;
	border-bottom: 2px solid #adadad;
	width: 100%;
	background-color: transparent;
	margin-bottom: 8px;
	height: 30px;
}

form ._form-fieldset
{
	border: none;
}

div button._submit
{
    height: 32px;
    background-color: #096EB6;
    border-radius: 3px;
    padding: 0px 15px;
    color: white;
    margin: 0 auto;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border:none;
    min-width: 100px;
    margin-top: 8px;
}

div button._submit:hover
{
   background-color: #ffffff;
	color: #096eb6;
	outline: 1px solid #096eb6;
}

._form-thank-you
{
	font-size: 14px;
    font-weight: 600;
    min-height: 268px;
    margin-top: 16px;
}

legend._form-label 
{
    display: block;
    padding-bottom: 8px;
}

div ._form-content input[type=checkbox] 
{
         position: relative;
	       cursor: pointer;
 }
div ._form-content input[type=checkbox]:before 
{
         content: "";
         display: block;
         position: absolute;
         width: 14px;
         height: 14px;
         top: 0;
         left: 0;
         border-radius: 2px;
         background-color:#e9e9e9;
}
div ._form-content input[type=checkbox]:checked:before 
{
         content: "";
         display: block;
         position: absolute;
         width: 15px;
         height: 14px;
         top: 0;
         left: 0;
         background-color:#00aec4;
}
div ._form-content input[type=checkbox]:checked:after 
{
         content: "";
         display: block;
         width: 2px;
         height: 7px;
         border: solid white;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 2px;
         left: 6px;
         background-color:#00aec4;
}

div ._form_element 
{
    padding: 12px 0px 0px 0px;
    width: 100%;
}

._form_element field_set
{
	padding: 0px;
}

/*

		Footer

*/

.footer
{
    background: #0F2C4D;
    color: white;
    z-index:1;
    position:relative;
    max-width: 1920px;
    margin: 0 auto;
}

.footer a
{
	color: white;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer_container
{
    max-width: 1920px;
	margin: 0px auto;
	padding: 32px 16px;
	height: 458px;
	box-sizing: border-box;
	position: relative;
}

.footer_links
{
	line-height: 20px;
}

.footer_logo
{
	position: absolute;
	bottom: 30px;
	left: 15px;
}
.footer_logo img
{
	width: 151px;
}

.footer_policy
{
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	line-height: 20px;
}

.social_links
{
	right: 15px;
	top: 30px;
	position: absolute;
}

.linkedin_logo
{
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-image:url('https://cdnv5.ppmanywhere.com/website/img/Icons/Icon_Footer_LinkedIn.svg');	
}

.linkedin_logo:hover
{
	cursor:pointer;
}


.foot_seal_wrap
{
	position: absolute;
	bottom: 30px;
	right: 15px;
}

.cyber_icon, .fcqs_icon, .iso27001_icon, .crown_icon
{
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;	
	float:right;
	margin-left: 12px;
	background-position: center bottom;
}

.cyber_icon
{
	background-image:url('https://cdnv5.ppmanywhere.com/website/img/Icons/Icon_Footer_CyberEssentails.svg');
}
.fcqs_icon
{
	background-image:url('https://cdnv5.ppmanywhere.com/website/img/Icons/Icon_Footer_FCQS.svg');
}
.iso27001_icon
{
	background-image: url(https://cdnv5.ppmanywhere.com/website/img/Icons/Icon_Footer_ISO_27001_v3.png);
    background-size: contain;
    height: 80px;
    width: 80px;
    margin-top: -25px;
}
.crown_icon
{
	height: 54px;
	width: 73px;
	background-image:url('https://cdnv5.ppmanywhere.com/website/img/Icons/Icon_Footer_CrownCommercial.svg');
}

.email_table
{
	width: 100%;
	border-collapse: collapse;
	margin-top:24px;
}

.email_table td, .email_table th
{
	border: 1px black solid;
	text-align: center;
	padding: 6px;
}

.email_table th
{
	background-color: #0F2C4D;
	color: white;
}

.policy .bold
{
	font-weight: bold;
}

/*BLOG STYLE*/
.scroll_indicator_wrapper
{
	width: 100%;
	position:fixed;
	top:60px;
	height:8px;
	z-index: 88;
}

#scroll_indicator
{
	background-image: linear-gradient(to right, #096EB6, #00AEC4);
	position: absolute;
	left: 0px;
	height: 8px;
}

.blog_wrapper
{
	max-width: 600px;
	
	width: 100%;
	padding: 0px 32px 32px 32px;
	margin: 32px auto 0px;
}

.blog_title_bg_wrap
{
	white-space: nowrap;
	margin-bottom: 8px;
	min-height: 250px;
	margin-top: 60px;
	width: 100%;
	background-color: #EFF5F5;	
}

.blog_title_wrap
{
	width:100%;
	margin: auto;
	max-width: 800px;
	padding: 32px;
	
}

.blog_title
{
	width: 55%;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	margin-top: 16px;
}

.blog_title h1
{
	font-size: 36px;
}

.blog_img
{
	display: inline-block;
	height: 225px;
	margin-top: -20px;
	float: right;
    margin-right: -50px;
}

#pmoasaservice_img.blog_img
{
	margin-top: -13px;
}

.blog_copy_wrap
{
	margin: 0px auto;
}

.blog_copy_wrap h2
{
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 16px;
	margin-bottom: 16px;
}

.blog_copy blockquote
{
    border-left: 3px solid #606060;
    font-style: italic;
    color: #606060;
    padding-left: 8px;
    margin: 16px 0px;
    
}

.blog_copy blockquote span
{
	margin-bottom: 8px;
	display: block;
}

.profile
{
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #adadad;
    border-radius: 100%;
    display: inline-block;
}

.blog_publisher
{
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	margin-top: 7px;
	margin-left: 8px;
}

.blog_copy
{
	margin-top:16px;
	line-height: 28px;
}

.blog_copy p
{
	margin-bottom: 32px;
}

.blog_copy li
{
	margin-top: 8px;
}

.blog_copy ul
{
	margin-bottom: 32px;
}

.share_wrapper
{
    margin: 0px auto 32px;
    width: fit-content;
    text-align: center;
}

.share_buttons
{
	text-align: center;
	margin-top: 16px;
}

.share_buttons a
{
	background-color: #0F2C4D;
}

.share_buttons a:not(:last-child)
{
	margin-right: 16px; 	
}

.blog_cta.reporting_genius
{
	padding: 64px 0px;
}

.mail_icon                        { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Mail/Icon_only/icon_mail_white.svg"); }
.share_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Share/Icon_only/icon_share_white.svg"); }
.twitter_icon                     { background-image: url("https://cdnv5.ppmanywhere.com/website/img/Logos/twitter_icon.svg"); }
.facebook_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/website/img/Logos/facebook_icon.svg"); }
.linkedin_icon                    { background-image: url("https://cdnv5.ppmanywhere.com/website/img/Logos/linkedin_icon.svg"); }

.icon_30.linkedin_icon
{
	background-size: contain;
}

.icon_30.twitter_icon
{
	background-size: cover;
}

.video_icon                       { background-image: url("https://cdnv5.ppmanywhere.com/Global/SVGs/Icons/Video/Icon_only/icon_video_white.svg"); }
.video_popup
{
	width: auto;
	height: auto;
	max-width: 50vw;
    transition: none;
}

.video_popup.hidden
{
	visibility: hidden;
}

.video_popup video
{
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767.9px)
{
	#sizebar{background-color: blue;}
	.blue_gradient 
	{
		margin-top: -180px;
		height: 382px;
		padding-top: 180px;
		height: auto;
		width: 100%;
	}
	.footer_policy {margin-left: -146px;}
	
	h1, h1.bold, .main.solution h1 
	{
        font-size: 36px;
        line-height: 40px;
        max-width: 600px;
    }
    
    .main.solution .hero_section .right 
    {
	    display: block;
	    width: 100%;
	    padding: 0px 10%;
	    float: none;
	}
	
	.main.solution .hero_section .left 
    {
	    display: block;
	    width: 100%;
	}
    
    .main.solution .hero_section .right img 
    {
    	width: 100%;
	}
	
	.main.solution .hero_section .hero_blurb
	{
		width: auto;
		margin-right: auto;
		float: none;
		padding: 32px 18% 56px 18%;
	}
	
	.brochure_form_section .content_wrap
	{
		width: 100%;
	}
	
	.brochure_form_section .img_group 
	{
    	float: none;
        width: 64%;
        padding: 0px 30px;
        margin: 0 auto;
	}
	.brochure_form_section img
	{
		width: 100%
	}
	
	.brochure_form_section .section_blurb
	{
		padding: 40px;
		width: 100%;
		text-align: center;
	}
	
	.footer_logo
	{
		
	}
	
	.footer_policy
	{
		margin-left: 0px;
        display: block;
        text-align: left;
        position: relative;
        left: auto;
        bottom: auto;
	}
	
	.foot_seal_wrap
	{
		width: calc(100% - 32px);
		right: auto;
	}

	.cyber_icon, .fcqs_icon, .iso27001_icon, .crown_icon
	{
	      margin-left: auto;
	}
	
	.foot_seal_wrap 
	{
    	display:none;
	}
	
	.resource_categories.full 
	{
        display: none;
    }
	
	.rsc_wrap .article_blurb_wrap,
	.rsc_wrap .article_image_preview,
	.dl_confirm .article_blurb_wrap,
	.dl_confirm .article_image_preview,
	.request_demo .article_blurb_wrap,
	.request_demo .article_image_preview,
	.contact .article_blurb_wrap,
	.contact .article_image_preview
	{
		width: 100%;
		display: block;
		max-width:none;
	}
	
	.overlay_section
	{
		display:none;
	}
	
	#lindsay_section
	{
		display:none;
	}
	
	.lindsay_device_wrap 
	{
    	width: 100%;
    	padding: 30px;
	}
	
	#sign_in_wrap
	{
		width: 100%;	
	}
	
	#sign_in_btn_wrap 
	{
    	width: 100%;
    }
	
	#logo_hdr
	{
		width: 270px;
		margin-top: 20px;
	}
	
	.reporting_genius > img 
	{
    	width: 200%;
    	margin-left: -50%;
	}
	
	.resource_categories
	{
		display:none;
	}

	.resources_grid h4
	{
		padding: 0px 8px;
	}

	.menu_item
	{
		margin-left: 15px;
		margin-bottom: 15px;
		width: calc(50% - 30px);
	}
	
	.blog_img
	{
		float: unset;
		margin-right: 0px;
		margin-top: 0px;	
	}
	
	.blog_title
	{
		width: 100%;
		display: block;
	}
	
	
    
}
/*tablet*/
@media only screen and (min-width: 768px) and (max-width: 1279.9px)
{
	#sizebar {background-color: red;}

	h1, h1.bold, .main.solution h1
	{
		font-size:40px;
		line-height: 44px;
		max-width: 700px;
	}

	.main.solution .hero_section .hero_blurb
	{
		width: auto;
		margin-right: auto;
		float: left;
	}

}

/*All mobile sizes*/
@media only screen and (max-width: 1279.9px)
{
	.body
	{
		font-size: 16px;
		line-height: 18px;	
	}
	
	h4
	{
		font-size: 20px;
	}
		
	#nav_items			{display:none;}
	#solutions_dropdown	{display:none;}
	#menu_button		{display:block;}
	.no_gradient		{display:none;}
	
	
	
 	.main.solution .gradient_picture 
 	{
    	height: 30px;
    	margin-bottom: 16px;
	}
	
	.main.solution .content_section_left, .main.solution .content_section_right
	{
		margin-bottom: 210px;
	}
	
	
	.main.solution .section_blurb_wrap, .main.solution .img_tablet, .main.solution .img_laptop
	{
		display:block;
		width: 100%;
		float: none;
	}

	.main.solution .img_laptop
	{
		padding: 30px 10%;
		margin-bottom: 0px;
	}
	
	.main.solution .content_section_right .img_laptop 
	{
    	padding-right: auto;
    	float: none;
    	margin-bottom: 0px;
	}
	
	.main.solution .img_tablet
	{
		padding: 30px 20%
	}
	
	.main.solution .section_blurb_wrap 
	{
		padding: 0px 17.5% !important;
	}

	.about_us .section_blurb_wrap 
	{
		width: 100%;
	}
	
	.about_us .img_group
	{
		padding: 0px;
		margin-bottom: 120px;
	}
	
	.key_points_wrapper
	{
		display:none;
	}
	
	.big_btn
	{
		display: block;
	    margin-left: calc(50% - 100px);
	    margin-top: calc(50vh - 90px);
	}
	.big_btn.learn
	{
		margin-top: 32px;
		margin-left: calc(50% - 100px);
	}
	
	#sign_in_popup.show
	{
		margin-left: 0px;
		margin-top: calc(50vh - 210px);
	}
	
	.main.home .small
	{
		display:block;
	}
	
	.main.home .large
	{
		display:none;
	}

	.tag_wrap
	{
		padding: 0px 30px;
	}
	
	.ebook_section img
	{
		display:none;
	}
	
	.ebook_text
	{
		width: 100%;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1919.9px)
{
	#sizebar{background-color: purple;}
	
	.main.home .small
	{
		display:block;
	}
	
	.main.home .large
	{
		display:none;
	}
}

@media only screen and (min-width: 1920px)
{
	#sizebar{background-color: orange;}
}
















