@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
:root{
	--body-background: #fefefe;
	--body-color: #404040;
	--banner-background: #f5f5f5;
	--search-background: #ffffff;
	--search-color: #687274;
	--heading: #576569;
	--p: #002a3a;
	--a: #007b81;
	--footer-background: #ffffff;
	--footer-border: #d5d5d5;
	--footer-links: #576569;
	--copyright: #c3c8c9;
	--logo: #000000;
	  /** sunny side **/
  --blue-border: #72cce3;
  --blue-color: #96dcee;
  --yellow-background: #fffaa8;
  --yellow-border: #f5eb71;
  /** dark side **/
  --indigo-border: #5d6baa;
  --indigo-color: #6b7abb;
  --gray-border: #e8e8ea;
  --gray-dots: #e8e8ea;
  /** general **/
  --white: #fff;
}

[data-theme="dark"] {
	--body-background: #202124;
	--body-color: #d4d4d4;
	--banner-background: #26282c;
	--search-background: #3c4043;
	--search-color: #aeb3b6;
	--heading: #d4d4d4;
	--p: #d4d4d4;
	--a: #00B0B9;
	--footer-background: #202124;
	--footer-border: #002b3d;
	--footer-links: #a9b5b7;
	--copyright: #8c8f97;
	--logo: invert(100%);
}
/*<meta />*/

/*fonts*/

@font-face 
{
	font-family: 'ProximaNova-Regular';
	src: url('../../fonts/ProximaNova-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNovaCond-RegularIt';
	src: url('../../fonts/ProximaNovaCond-RegularIt.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-Bold';
	src: url('../../fonts/ProximaNova-Bold.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-BoldIt';
	src: url('../../fonts/ProximaNova-BoldIt.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNovaCond-Light';
	src: url('../../fonts/ProximaNovaCond-Light.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNovaCond-LightIt';
	src: url('../../fonts/ProximaNovaCond-LightIt.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNovaCond-Regular';
	src: url('../../fonts/ProximaNovaCond-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNovaCond-Semibold';
	src: url('../../fonts/ProximaNovaCond-Semibold.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNovaCond-SemiboldIt';
	src: url('../../fonts/ProximaNovaCond-SemiboldIt.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-Extrabold';
	src: url('../../fonts/ProximaNova-Extrabold.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-Light';
	src: url('../../fonts/ProximaNova-Light.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-LightItalic';
	src: url('../../fonts/ProximaNova-LightItalic.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-RegItalic';
	src: url('../../fonts/ProximaNova-RegItalic.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-RegItalic';
	src: url('../../fonts/ProximaNova-RegItalic.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-RegularItalic';
	src: url('../../fonts/ProximaNova-RegularItalic.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-Semibold';
	src: url('../../fonts/ProximaNova-Semibold.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-SemiboldItalic';
	src: url('../../fonts/ProximaNova-SemiboldItalic.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ProximaNova-Black';
	src: url('../../fonts/ProximaNova-Black.otf');
	font-weight: normal;
	font-style: normal;
}

/*fonts*/
/*header*/

.grid-container-announce
{
	background-image: url('../Images/Masterpage/ionic header.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
    overflow: auto;
}

.header
{
	padding-bottom: 20px;
	padding-top: 20px;
	max-width: 100%;
}

.inner-container
{
	margin: 0 auto;
	width: 100%;
	padding: 0 25px;
}

.nav-header
{
	height: 100px;
	color: white;
}

.nav-header:hover
{
	box-shadow: rgba(150, 150, 150, 0.25) 2px 2px 8px 0px;
	background-color: black;
	filter: invert(1);
}

.top-inner-container
{
	margin: 0 auto;
	width: 100%;
	padding: 35px 25px 0px 25px;
}

section
{
	border-top: solid 1px #c3c8c9;
}

.navbar
{
	display: inline !important;
	margin: 2px;
}

.navbar a
{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
}

.navbar a:hover
{
	border-bottom: 2px solid var(--a);
}

.fitbit-logo
{
    height: 35px;
	width: 144px;
	padding-right: 5px;
	color: white;
    backdrop-filter: invert(1);
	-webkit-backdrop-filter: invert(1);
	filter: var(--logo) invert(1);
    -webkit-mask-image: url('../Images/Masterpage/fitbit-logo.svg');
	mask-image: url('../Images/Masterpage/fitbit-logo.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.fitbit-logo-announce
{
    height: 35px;
	width: 144px;
	padding-right: 5px;
	color: white;
	background-color: currentColor;
    backdrop-filter: invert(1);
    -webkit-mask-image: url('../Images/Masterpage/fitbit-logo.svg');
	mask-image: url('../Images/Masterpage/fitbit-logo.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.help-logo
{
	background-color: currentColor;
    height: 15px;
	width: 110px;
	margin-left: 15px;
    backdrop-filter: invert(1);
	filter: invert(1);
    -webkit-mask-image: url('../Images/Masterpage/help-logo.svg');
	mask-image: url('../Images/Masterpage/help-logo.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.manuals-logo
{
	background-color: currentColor;
    height: 15px;
	width: 164px;
	margin: 15px;
    backdrop-filter: invert(1);
	filter: invert(1);
    -webkit-mask-image: url('../Images/Masterpage/manuals-logo.svg');
	mask-image: url('../Images/Masterpage/manuals-logo.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}


.account
{
	height: 35px;
	width: 35px;
	padding-right: 20px;
	color: white;
	background-color: currentColor;
    backdrop-filter: invert(1);
    -webkit-mask-image: url('../Images/Masterpage/account.svg');
	mask-image: url('../Images/Masterpage/account.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.cart
{
	height: 35px;
	width: 35px;
	padding-right: 5px;
	color: white;
	background-color: currentColor;
    backdrop-filter: invert(1);
    -webkit-mask-image: url('../Images/Masterpage/cart.svg');
	mask-image: url('../Images/Masterpage/cart.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.header-bar
{
    font-family: ProximaNova-Semibold;
	height: 20px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
	margin-left: 60px;
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-bar:hover
{
	border-bottom: 2px solid #ff4f46;
}


img
{
	border-style: none;
	height: auto;
}

img.Toggle
{
	border: solid 2px #d3d3d3;
	border-radius: 5px;
}

img.Active
{
	border: solid 3px var(--a);
	border-radius: 5px;
}

.toolbar-button-drop-down ul li a
{
	color: #3e3e3d;
}

._Skins_Expand_all_toolbar.mc-component .button.expand-all-button
{
	filter: var(--logo);
}

._Skins_Expand_all_toolbar.mc-component .button.collapse-all-button
{
	filter: var(--logo);
}

.band
{
	padding-top: 22px;
	padding-bottom: 22px;
	background-color: #002939;
	font-size: 32px;
	color: var(--search-background);
	max-width: 100%;
	position: relative;
}

.help1
{
	width: 100%;
	overflow: hidden;
	display: inline !important;
}

.help1 .select-language-drop-down
{
	width: 200px;
	right: 20px;
	top: 60px !important;
	left: auto !important;
}

.help
{
	color: var(--search-background);
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
	float: left;
}

div#wrapper-dropdown
{
	padding-top: 15px;
	width: 250px;
	margin: auto;
}

div#feedback-reason
{
	display: none;
	border: 1px solid lightgray;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background: var(--banner-background);
	width: 340px;
}

div#feedback-question
{
	border: 1px solid lightgray;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background: var(--banner-background);
	width: 90%;
	max-width: 350px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: var(--p);
	font-size: 14px;
	font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00b0b9;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  color: var(--search-color);
  background: var(--search-background);
  font-size: 14px;
  font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
}

#page-toc	/* container for topic navigation control */
{
	display: none;
}

/* Dropdown Button */

.dropbtn
{
	color: white;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */

.dropdown
{
	position: absolute;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content
{
	display: none;
	margin-top: 5px;
	position: absolute;
	background: var(--search-background);
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
}

/* Links inside the dropdown */

.dropdown-content a
{
	color: black;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover
{
	background-color: #e6eff7;
}

/* Show the dropdown menu */

.show
{
	display: block;
}

/*header*/
/*search-banner*/

table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
	}
	
.gsc-input {
	box-shadow: none !important;
	}
	
.gsc-search-box table, table.gsc-above-wrapper-area-container, table.gcsc-branding, table.gsc-table-result, table.gsc-resultsHeader {
	height: 100% !important;
	}
	
input.gsc-input {
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font-size: 1em !important;
    padding-left: 1px !important;
    background-color: var(--search-background) !important;
    width: 100% !important;
    max-width: 900px !important;
    font-style: italic !important;
    color: #687274 !important;
	}
	
.TableStyle-Articletable-HeadE-Column1-Header1,
.TableStyle-Articletable-HeadD-Column1-Header1,
.TableStyle-Articletable-BodyE-Column1-Body1,
.TableStyle-Articletable-BodyD-Column1-Body1,
.TableStyle-Articletable-BodyB-Column1-Body1,
.TableStyle-Articletable-BodyA-Column1-Body1
{
background-color: var(--banner-background) !important;
}
	
	
._Skins_Language_toolbar.mc-component .button.select-language-button .button-icon 

{
	background-image: url('../Images/Masterpage/language_white_24dp.svg') !important;
}

._Skins_Expand_all_toolbar.mc-component .button.expand-all-button .button-icon
{
	background-color: currentColor !important;
    background-image: none !important;
    width: 100px;
    backdrop-filter: invert(1);
    filter: invert(1);
    -webkit-mask-image: url('../Images/Masterpage/expand_all.svg');
	mask-image: url('../Images/Masterpage/expand_all.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	outline: 1px solid transparent;
}

._Skins_Expand_all_toolbar.mc-component .button.collapse-all-button .button-icon
{
	background-color: currentColor !important;
    background-image: none !important;
    width: 100px;
    backdrop-filter: invert(1);
    filter: invert(1);
    -webkit-mask-image: url('../Images/Masterpage/collapse_all.svg');
	mask-image: url('../Images/Masterpage/collapse_all.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	outline: 1px solid transparent;
}

.banner
{
	background-color: var(--banner-background);
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 100%;
	clear: both;
}

.search,
.search-bar
{
	width: 100%;
	position: relative;
	color: #9f9f9f;
	margin: 0 auto;
	max-width: 900px;
	outline: 3px solid transparent;
}

.search-bar .search-field
{
	padding: 0 0 0 10px !important;
	line-height: 1em;
	top: 0;
	left: 0;
	position: relative;
	height: 48px !important;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 1em;
	padding-left: 10px;
	background-color: var(--search-background);
	width: 100%;
	max-width: 900px;
	height: 48px !important;
	font-size: 16px;
	font-style: italic;
	color: var(--search-color);
}

.search-filter-content
{
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	position: absolute;
	right: 0;
	top: 35px;
	line-height: normal;
	text-align: left;
	overflow: auto;
	z-index: 1;
	color: #888888;
	background-color: var(--search-background);
	white-space: nowrap;
}

.search-bar .search-filter
{
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 2em;
	padding-right: 5px;
	cursor: pointer;
	height: 2em;
	border-top: none;
	border-bottom: none;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	width: 45px;
	background: var(--search-background); no-repeat center center;
	position: relative;
	top: 31px;
}

.search-bar .search-filter:hover
{
	background: var(--search-background); no-repeat center center;
}

.search-bar.search-bar-container .search-submit
{
	width: 40px;
	background: #007b81 url('../Images/Masterpage/search_white_24dp.svg') no-repeat center center;
	height: 48px;
	position: relative;
	outline: 3px solid transparent;
	/*top: 18px;*/
}

.search-bar.search-bar-container .search-submit:hover
{
	background: #00afb8 url('../Images/Masterpage/search_white_24dp.svg') no-repeat center center;
}

/*search-banner*/
/*footer*/

.support-section2
{
	background-color: #002b3d;
	padding-top: 35px;
	padding-bottom: 30px;
	margin-top: 40px;
	width: 100%;
	padding-bottom: 51px;
}

.btn
{
	text-align: center;
	display: block;
}

.text1
{
	font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 30px;
}

#skip a
{
	position:absolute;
	left:-1000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:focus
{
	position: static;
	width:auto;
	height: auto;
}

a.button1
{
	font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
	border-radius: 40px;
	background-color: #ef426f;
	margin: 0 auto;
	padding: 12px 70px;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}

.footer-section
{
	background-color: var(--footer-background);
	margin-top: 50px;
	border-top: 2px solid #002b3d;
	padding-top: 30px;
	width: 100%;
}

.footer-section1
{
	width: 100%;
	background-color: var(--footer-background);
	margin-top: 30px;
	border-top: 1px solid var(--footer-border);
	padding-top: 30px;
	padding-bottom: 45px;
}

.footer-section-announce
{
	margin-top: 50px;
	border-top: 2px solid #002b3d;
	padding-top: 30px;
	width: 100%;
}

.footer-section1-announce
{
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid var(--footer-border);
	padding-top: 30px;
	padding-bottom: 45px;
}

.footer-links
{
	font-size: 14px;
	color: var(--footer-links) !important;
	padding-right: 30px;
	font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
}

.footer-links1
{
	font-size: 14px;
	color: var(--footer-links) !important;
	padding-right: 30px;
	padding-left: 30px;
	font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
}

.copyright
{
	font-size: 14px;
	color: var(--copyright);
}

.footer-padding
{
	padding-top: 26px;
}

/*accordian*/

iframe.youtube-player_0
{
	max-width: 100%;
}

/*merge*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td
{
	margin: 0;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus
{
	/*border: 1px solid #8a8a8a;*/
	background-color: var(--body-background);
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/*merge*/

.top-padding
{
	padding-top: 60px;
}

.dropDownBody
{
	margin-bottom: 1rem;
	margin-left: 30px;
	border-left: none !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
}

.sidenav-wrapper
{
	display: none;
}

nav.title-bar
{
	display: none;
}

.titletext
{
	width: 50%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
}

.titlebar
{
	background: none;
}

.logo
{
	color: black;
}

.teal-logo
{
	color:#ff4f46 !important;
}

svg
{
	fill: currentColor;
}

.body-container
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


.category-li
{
	color: #00afb8 !important;
	font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
	font-size: 17px;
}

.category-ol
{
	list-style-type: none;
}

body
{
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
	margin: 0;
	padding-left: 30px;
	background: var(--body-background);
	font-weight: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.coaches-heading
{
	text-align: center;
	padding-left: 0px !important;
	padding-bottom: 30px;
	font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
}

.wrapper p
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.icon-links
{
	float: right;
}

.logo-links
{
	float: left;
}

.topic-content
{
	margin: 0px;
	padding-top: 25px;
	padding-left: 60px;
}

.author_bio_toggle_wrapper
{
	float: right;
	color: var(--footer-background) !important;
}

#author_bio_wrap
{
	background: #eeeeee;
	width: auto;
	padding-bottom: 11px;
	overflow: hidden;
}

#author_bio_wrap_toggle
{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #002a3a;
	text-align: center;
	background: var(--p);
	color: var(--footer-background) !important;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	line-height: 32px;
	border-bottom: 2px solid #02b2bc;
}

#author_bio_wrap_toggle:hover
{
	text-decoration: none;
	color: var(--footer-background);
	background: #002a3a;
}

.hidefilters
{
	display: none;
}

#list
{
	list-style-type: none;
}

#list > li
{
	display: none;
}

#list > li > a
{
	font-size: 25px;
	color: darkblue;
	background-color: lightgrey;
	padding: 0px 40px;
}

.dropDown
{
	border-bottom: none !important;
	border-top: none !important;
	padding-left: 0px !important;
}

th
{
	font-family: 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
}

td
{
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
}

tr
{
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
}

thead
{
	font: ;
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

.Toggle
{
	text-decoration: none;
	cursor: pointer;
}

.Active
{
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	font-size: 12pt;
}

.Inactive
{
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	font-size: 12pt;
}

MadCap|slideshow
{
	background: var(--banner-background);
}

.theme-switch-wrapper {
    padding-right: 30px;
	padding-bottom: 30px;
	float: right;
}

.toggle--checkbox {
  display: none;
}
.toggle--checkbox:checked {
  /** This will all flip from sun to moon **/
  /** Change the label color **/
}
.toggle--checkbox:checked ~ .background {
  background: var(--indigo-background);
}
.toggle--checkbox:checked + .toggle--label {
  background: var(--indigo-color);
  border-color: var(--indigo-border);
  /** Change the cloud to stars **/
  /** Change the sun into the moon **/
  /** Show the dimples on the moon **/
}
.toggle--checkbox:checked + .toggle--label .toggle--label-background {
  left: 12px;
  width: 1px;
}
.toggle--checkbox:checked + .toggle--label .toggle--label-background:before {
  width: 1px;
  height: 1px;
  top: -5px;
}
.toggle--checkbox:checked + .toggle--label .toggle--label-background:after {
  width: 1px;
  height: 1px;
  left: -6px;
  top: 4px;
}
.toggle--checkbox:checked + .toggle--label:before {
  background: var(--white);
  border-color: var(--gray-border);
  animation-name: switch;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
}
.toggle--checkbox:checked + .toggle--label:after {
  transition-delay: 350ms;
  opacity: 1;
}
.toggle--label {
  /** Placeholder element, starting at blue **/
  width: 40px;
  height: 20px;
  background: var(--blue-color);
  border-radius: 20px;
  border: 1px solid var(--blue-border);
  display: flex;
  position: relative;
  transition: all 350ms ease-in;
  /** The sun cloud and moon stars **/
  /** Sun/Moon element **/
  /** Gray dots on the moon **/
}
.toggle--label-background {
  width: 3px;
  height: 1px;
  border-radius: 1px;
  position: relative;
  background: var(--white);
  left: 27px;
  top: 9px;
  transition: all 150ms ease-in;
}
.toggle--label-background:before {
  content: "";
  position: absolute;
  top: -3px;
  width: 8px;
  height: 1px;
  border-radius: 1px;
  background: var(--white);
  left: -6px;
  transition: all 150ms ease-in;
}
.toggle--label-background:after {
  content: "";
  position: absolute;
  top: 1px;
  width: 8px;
  height: 1px;
  border-radius: 1px;
  background: var(--white);
  left: -2px;
  transition: all 150ms ease-in;
}
.toggle--label:before {
  animation-name: reverse;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  transition: all 350ms ease-in;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--yellow-border);
  top: 1px;
  left: 1px;
  position: absolute;
  border-radius: 16px;
  background: var(--yellow-background);
}
.toggle--label:after {
  transition-delay: 0ms;
  transition: all 250ms ease-in;
  position: absolute;
  content: "";
  box-shadow: var(--gray-dots) -3px 0 0 1px, var(--gray-dots) -5px 3px 0 -1px;
  left: 29px;
  top: 5px;
  width: 2px;
  height: 2px;
  background: transparent;
  border-radius: 50%;
  opacity: 0;
}

@keyframes switch {
  0% {
    left: 1px;
  }
  60% {
    left: 1px;
    width: 22px;
  }
  100% {
    left: 21px;
    width: 16px;
  }
}
@keyframes reverse {
  0% {
    left: 21px;
    width: 16px;
  }
  60% {
    left: 14px;
    width: 22px;
  }
  100% {
    left: 1px;
  }
}

@media print, screen and (min-width: 40em)
{
	.reveal,
	.reveal.tiny,
	.reveal.small,
	.reveal.large
	{
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html
{
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.logo
{
	text-align: left;
}

MadCap|footnote
{
	color: var(--a);
}

div.GlossaryPageDefinition
{
	font-size: 9pt;
}

div.GlossaryPageHeading
{
	border-bottom-color: #bed230;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #bed230;
	font-size: 11pt;
}

div.GlossaryPageTerm
{
	color: #bed230;
	font-size: 10pt;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

MadCap|dropDownHotspot:hover
{
	text-decoration: none !important;
}

.category
{
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 28px;
	color: var(--heading);
	font-style: normal !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left !important;
	background-image: url('../Images/Masterpage/arrow-open.svg') !important;
	background-size: 15px;
	padding-left: 1px !important;
	padding-right: 0 !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: url('../Images/Masterpage/arrow-close.svg') !important;
	line-height: 1.4;
	background-size: 15px;
	padding-left: 0px !important;
	padding-right: 0 !important;
}

.MCDropDown_Image_Icon
{
	padding-right: 15px;
}

MadCap|dropDown.SecondLevel
{
	mc-closed-image: url('../Images/Masterpage/arrow-close.svg');
	mc-open-image: url('../Images/Masterpage/arrow-open.svg');
}

MadCap|dropDownHead.SecondLevel
{
	border-top: none;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: 0px !important;
}

.MCDropDownBody .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot
{
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
	font-size: 18px !important;
	font-style: normal;
	mc-closed-image: url('../Images/Masterpage/arrow-close.svg');
	mc-open-image: url('../Images/Masterpage/arrow-open.svg');
	color: var(--heading);
}

.MCDropDownBody .MCDropDown_Closed a.MCDropDownHotSpot,
.MCDropDownBody .MCDropDown_Open a.MCDropDownHotSpot
{
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
	font-size: 18px !important;
	font-style: normal;
	mc-closed-image: url('../Images/Masterpage/arrow-close.svg');
	mc-open-image: url('../Images/Masterpage/arrow-open.svg');
	color: var(--heading);
}

.text
{
	font-size: 32px;
	line-height: 36px;
	color: var(--footer-background);
	text-align: center;
}

body
{
	color: var(--body-color);
	font-size: 9pt;
	line-height: 13px;
	margin: 8px;
	padding-left: 30px;
}

.top-margin-2
{
	margin-top: 2.5rem;
}

.section-1
{
	padding-top: 20px;
	width: 100%;
}

.section-2
{
	background-color: #000000;
}

.para
{
	font-size: 1rem;
	line-height: 1.5rem;
	color: var(--p);
}

.list-1
{
	font-size: 17px;
	line-height: 24px !important;
	color: var(--p) !important;
}

.para1
{
	font-size: 20px;
	line-height: 24px;
}

.hr-row
{
	color: #c3c8c9;
	margin-top: 30px;
	max-width: 100%;
}

.hr-row1
{
	color: #c3c8c9;
	max-width: 100%;
}

h3
{
	line-height: 2.25rem;
	color: #576569;
	font-size: 18px;
}

Head-1
{
	font-size: 2rem;
	line-height: 2.25rem;
	color: var(--heading);
}

.section-heading
{
	font-size: 1.75rem;
	color: var(--footer-background);
	text-align: center;
	padding-top: 1.875rem;
}

.mobile-ios-modal
{
	width: 226px;
	min-height: 160px;
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: 0.75rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mobile-ios-modal-inner
{
	padding: 0.5rem 0.5rem 1.5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mobile-ios-modal-options
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mobile-ios-modal-options .button
{
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-bottom: 0;
	color: #1779ba;
	background: transparent;
	border-color: #e6e6e6;
	border-bottom: 0;
}

.mobile-ios-modal-options-stacked .button
{
	display: block;
	width: 100%;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-bottom: 0;
	color: #1779ba;
	background: transparent;
	border-color: #e6e6e6;
	border-bottom: 0;
}

/*

.footer-text
{
	font-size: 1.75rem;
	color: #f5f5f5;
	text-align: center;
	 
}


.footer-spacing
{
	margin-top: 5rem;
	}*/

.top-1
{
	margin-top: 6.25rem;
}

.section-3
{
	margin: 0 auto !important;
	align-self: center;
}

.input-group-rounded .input-group-field
{
	border-radius: 0.25rem;
	height: 3.75rem;
	border: 0.0625rem solid #565b5ev;
	background: none;
	margin-top: 1.875;
}

.icons-right
{
	text-align: right;
}

hr
{
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre
{
	font-family: monospace, monospace;
	font-size: 1em;
}

a
{
	background-color: transparent;
}

abbr[title]
{
	border-bottom: none;
}

b,
strong
{
	font-weight: bolder;
}

code,
kbd,
samp
{
	font-family: monospace, monospace;
	font-size: 1em;
}

small
{
	font-size: 80%;
}

sub,
sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub
{
	bottom: -0.25em;
}

sup
{
	top: -0.5em;
}

button,
input
{
	overflow: visible;
	background: var(--a);
    color: white;
    font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif !important;
    width: 170px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid darkgray;
	display: block;
	margin: 10px auto;
}

button, [type="submit"]:hover
{
	background: #19b7c0;
}

button,
select
{
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"]
{
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner
{
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring
{
	outline: 1px dotted ButtonText;
}

fieldset
{
	padding: 0.35em 0.75em 0.625em;
}

legend
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress
{
	vertical-align: baseline;
}

textarea
{
	overflow: auto;
}

[type="checkbox"],
[type="radio"]
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button
{
	height: auto;
}

[type="search"]
{
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration
{
	-webkit-appearance: none;
}

::-webkit-file-upload-button
{
	-webkit-appearance: button;
	font: inherit;
}

details
{
	display: block;
}

summary
{
	display: list-item;
}

template
{
	display: none;
}

[hidden]
{
	display: none;
}

.foundation-mq
{
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

*,
*::before,
*::after
{
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img
{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea
{
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 250px;
	border-radius: 0;
	font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif;
    padding: 5px;
    font-size: 15px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object
{
	max-width: none !important;
}

button
{
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto;
}

[data-whatinput='mouse'] button
{
	outline: 0;
}

pre
{
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea
{
	font-family: inherit;
}

.is-visible
{
	display: block !important;
}

.is-hidden
{
	display: none !important;
}

/* Style added by Pooja(Grazitti)*/

.dropDown .dropDown
{
	padding-left: 0;
}

.dropDownHead
{
	padding-left: 0px;
}

.buttons.mc-component
{
	float: left;
}

.wrapper
{
	width: 60%;
	margin: 0 auto;
}

.wrapper-announce
{
	width: 100%;
	margin: 0 auto;
	background-color: #eaf0fa;
}

.content-announce
{
 	padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
	padding-bottom: 10px;
}
}

.dropDown .dropDown
{
	padding-left: 0;
}

.off-canvas-wrapper-inner .outer-row
{
	padding-left: 0;
	padding-right: 0;
}

@media print, screen and (max-width: 30em)
{
	.top-padding
	{
		padding-top: 0px;
	}

	.wrapper
	{
		width: 100%;
		padding: 0 25px;
	}

	.dropDownBody
	{
		margin-bottom: 1rem;
		/*padding-left: 20px; */
		/*padding-right: 15px; */
		border-left: none;
		margin-left: 0px;
	}

	.dropDownHead
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.dropDown
	{
		/*padding-left: 20px;*/
		/*padding-right: 10px;*/
	}

	h1
	{
		/*padding-left:20px;*/
		/*padding-right: 20px;*/
		padding-top: 20px;
	}

	p.sub-heading-1
	{
		/*padding-left:20px;*/
		/*padding-right: 20px;*/
		padding-top: 20px;
		line-height: 26px;
	}

	h2
	{
		padding-left: 0;
		padding-right: 0;
	}

	p
	{
		/*padding-left: 20px;*/
		/*padding-right: 20px;*/
	}

	ol
	{
		padding-left: 20px;
		/*padding-right: 10px;*/
	}

	ul
	{
		padding-left: 20px;
		/*padding-right: 10px;*/
	}
}

@media only screen and (max-width: 450px)
{
	.footer-links
	{
		display: inline-block;
		padding-right: 15px;
	}

	.footer-links1
	{
		display: block;
	}
}

p.asterisk
{
	font-size: 10pt;
}

/* Wizard. There are three button styles - wizbutton (standard), wizbutton_long (for longer text, where there are only two options to display) and wizbutton_nav for the back and start again buttons */

div.wizard
{
	border: 10px solid #e6e6e6;
	padding: 30px;
	background-color: #e6e6e6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.wizbutton
{
	display: inline-block;
	border-radius: 12px;
	background-color: var(--a);
	border: none;
	color: #404040;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
}

.wizbutton_long
{
	display: inline-block;
	border-radius: 12px;
	background-color: #bed230;
	border: none;
	color: var(--body-color);
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	width: 190px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
}

.wizbutton_nav
{
	display: inline-block;
	border-radius: 12px;
	background-color: #000000;
	border: none;
	color: var(--search-background);
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px;
	width: 100px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
}

.wizbutton span
{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.wizbutton span:after
{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.wizbutton:hover span
{
	padding-right: 20px;
}

.wizbutton:hover span:after
{
	opacity: 1;
	right: 0;
}

.wizbutton_long span
{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.wizbutton_long span:after
{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.wizbutton_long:hover span
{
	padding-right: 20px;
}

.wizbutton_long:hover span:after
{
	opacity: 1;
	right: 0;
}

div.sideContentWizard
{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 33.33%;
	background-color: var(--search-background);
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
	border-bottom-left-radius: 6px;
}

.wiztext	/* for use with image buttons */
{
	color: #1f618d;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-size: 20px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

img.wiz	/* for use with image buttons */
{
	cursor: pointer;
}
